Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Basics
Message
 
 
À
29/06/2011 16:58:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Divers
Thread ID:
01516758
Message ID:
01516764
Vues:
67
>>When working with grid, you're working with the underlying cursor (the one from the RecordSource). So, if 3 records are populated, the 7 others probably have nothing in one of the key fields. You can use it as your criteria.
>
>Naomi:
>
>Thank a lot. As usual, you are lightning fast.
>
>1. Let's say that the underlying cursor is a table with 13 records. You're saying I should change the data directly in the table, not the grid. How do I know what record number to go to for each row?
>
>2. One of the columns is a checkbox. I added it to the column and deleted the text box. Why can't I see the checkbox at runtime?

2. Set the column's sparse property to .f. Did you add the checkbox in design-time? If in run-time, don't forget to set its visible property to true.

1. If you have a PK field in your table, the currently 'active' row is just one record in the cursor and you can identify it by the PK.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform