Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Locate for more than one record
Message
From
11/03/2002 20:42:45
 
 
To
11/03/2002 20:35:24
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00631289
Message ID:
00631293
Views:
26
Hi,
Do you think it will work?
SELECT * FROM mytable ;
WHERE (fieldname1 = Myvalue1 and fieldname2 = Myvalue2) AND ;
(fieldname1 = Myvalue3 and fieldname2 = Myvalue4) AND ;
fiedlname1 = Myvalue5 and fieldname2 = Myvalue6 ;
INTO CURSOR mycursor

IF _TALLY > 0
   MESSAGEBOX("SUCCESS!")
ELSE
  *--DO WATEVER
ENDIF
HTH
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform