Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Code that makes a column visible
Message
De
24/11/2006 01:16:17
 
 
À
23/11/2006 17:41:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01172161
Message ID:
01172191
Vues:
19
>Hi. I have code in a method that reads someething like:
>ThisForm.pgItems.conItems.grdQuoteList.Column9.visible = .t.
>
>When I run the code, I get the message that Column9 is not found.
>
>Does anyone have any ideas how I can make column9 visible (with no error).
>
>Thanks, Randy

On VFP7 try
* add the Column9
* visible off
.....Column9.Enabled = .F.
.....Column9.Width = 0
* visible on
.....Column9.Enabled = .T.
.....Column9.ResetToDefault("Width")
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform