Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calculate max() failed
Message
 
À
19/08/1999 14:49:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00255384
Message ID:
00255535
Vues:
14
How about :
IF FOUND()
DO MY CODE
ELSE
Message to user
ENDIF

If you used a SQL select, you could also use:
IF _TALLY >0
DO MY CODE
ELSE
Message to user
ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform