Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Forms cursors
Message
De
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:
01336890
Vues:
18
>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.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform