Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calculate max() failed
Message
 
To
19/08/1999 14:49:42
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00255384
Message ID:
00255535
Views:
13
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
Previous
Reply
Map
View

Click here to load this message in the networking platform