Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid
Message
De
07/04/2008 03:14:38
 
 
À
07/04/2008 03:08:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Grid
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01308640
Message ID:
01308648
Vues:
12
Hi,

you don't have to refer to the Grid! The Cursor, which is bound to your grid, contains the data. You have to bound the cursor's columns to your form-textboxes also.
If you debug your grid then you can see, that each column refers in its controlsource to a corresponding field of its bound cursor.
Thisform.textbox1.ControlSource = [myCursor.myFields1]
Best Regards
-Tom

Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.

Oh, and BTW: 010101100100011001010000011110000101001001101111011000110110101101110011
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform