Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid doesn't display check box
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00662746
Message ID:
00667042
Vues:
20
>In design time, the grid's column 1 displays the check box. I have the sparse property set to .F., which I know displays the check box for the entire column.
>
>I placed the grid code into the lsotfocus since the grid lost whatever columns and good stuff it had presented in design time.

Cecil
I don't know if anyone address the comment you made about loosing grid formats, but set the recorsource to empty before you change or take the reference to the data source away from the grid by a "use in" statement.


grid.recordsource = ""
use in sometable
grid.recordsource = someothertable

You not loose any of the design time layout.
Good luck with the rest, Chuck
Extreme Programming = Plan -> Design -> Code -> Test
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform