Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Possible to use SELECT-SQL to build an empty cursor?
Message
De
05/10/1999 20:30:27
 
 
À
01/10/1999 20:37:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00271836
Message ID:
00273007
Vues:
27
Dave,

Sorry, I reread your post, and I was off on two things (at least)

It would be ThisForm.myGrid.recordSource first off (oops)

And Since you want to build the cursor in the Form.Load,

Then set the parameter argument to a custom property so its visible in the form:

Form.init:
LPARAMETER tc_cursorProp
Thisform.cursorProp = tc_cursorProp

Form.load


*Buld cursor here using the ThisForm.cursorProp Argument

*Now bind it
ThisForm.myGrid.recordSource = cursorName

Sorry about that, long day.

Bill Caputo
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform