Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Forms cursors
Message
De
06/08/2008 12:13:13
 
 
À
06/08/2008 10:44:50
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01336796
Message ID:
01336951
Vues:
13
>>OK
>>
>>When a table has lot of fields is hard task doing it manually
>>
>>I would like to add it to dataenvironment from a table, and then remove is reference to the table
>>
>>Is it possible ?
>
>Cursors are temporary objects; by definition, they are not permanent. You do need a command, but it might be something as simple as:
>
>
>* Form.Load()
>select * from MyTable;
>  where .F.;
>  into cursor MyCursor
>
>
>The "where .F." will produce an empty cursor.

You forgot READWRITE to make the cursor useful.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform