Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Locate for more than one record
Message
De
11/03/2002 20:42:45
 
 
À
11/03/2002 20:35:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00631289
Message ID:
00631293
Vues:
28
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...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform