Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unique object reference
Message
 
À
21/07/2000 10:58:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00395437
Message ID:
00395596
Vues:
8
Steve,

The grid column has ONLY ONE Textbox. That is the one in the current row. The others are phantoms.

Stop using the object reference and pass the data from the recordsource. Use the grid's record source instead of the objects in the grid. The grid keeps the record pointer moving when you move in the grid so your other control can look at EVALUATE(Grid.Columns(TheColumnYouWant).ControlSource) to get the data for the textbox in the column.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform