Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using an array with a grid control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00102613
Message ID:
00102756
Vues:
28
>Where is the best place to execute the CREATE CURSOR, in the INIT method of the form?

I would do it in the Load of the form so it's available when the grid initializes.

>
>Should I drop a grid control onto a new tab and then set the control source (of the column or text field?) in design or code?

You can do it either way. It's probably easier to do it at design time. Set the recordsource to the name of your cursor, set the control source of the column to the cursor's fields.

>
>If I change records and update the values in the cursor, will the grid refresh?

You'll need to do a THISFORM.MyPage.Page2.MyGrid.Refresh()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform