Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor not accessible
Message
 
À
07/03/1998 11:51:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00083172
Message ID:
00083310
Vues:
24
>>Did you try a Requery in the Init()?
>
>Requery() does the job.
>
>Requery() was not necessary in Visual FoxPro 3. Is this necessary now in Visual FoxPro 5 if we need to access the cursor at load time?

Also, be sure to include the name of the DBC in the from clause. I would prefer
RowSource='SELECT * FROM MYDBC!EMPLOYE INTO CURSOR TEMP'

Frankly, I don't like to do this sort of things in my forms. I tend to keep everything in the DBC. In short, I'd make a view instead of a cursor.

José
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform