Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00306648
Message ID:
00306670
Vues:
27
Hi John,

It doesn't appear because, probabilly, the cursor hasn't be created (because your SELECT didn't return any record!). Make like this:

Select .... Into Cursor MYCURSOR
If _tally < 0 && Number of records processed
* Didn't return anything
CREATE CURSOR .... --> structure of your query
Endif
Thisform.Grid1.RecordSource = MYCURSOR
With this "blank" cursor, i think you solve the problem!

Say something!

Ricardo
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform