Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RECCOUNT()
Message
From
20/04/2001 20:08:30
 
 
To
19/04/2001 13:12:30
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00497365
Message ID:
00498221
Views:
17
Hi

This is the way I normally do it.

Select customer.*;
FROM rating!customer;
WHERE customer.country = lccountry;
INTO Cursor crscusts

If _TALLY < 1
Messagebox['No records were found which match your criteria' + CHR(13) + CHR(13);
+ 'Please change your selection and try again or click cancel';
, 0+48, 'Problem assembling information']
Thisform.lblaction.caption = " "
Return
Endif


Hope this helps
Chris
Previous
Reply
Map
View

Click here to load this message in the networking platform