Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RECCOUNT()
Message
 
 
À
19/04/2001 13:12:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00497365
Message ID:
00498221
Vues:
16
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform