Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid weirdness
Message
De
04/12/2001 18:54:17
 
 
À
04/12/2001 18:33:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00589570
Message ID:
00589578
Vues:
21
Hi Winn.

>>I need column widths to change as well. I cobbled together the following code:

with thisform.grdInven
for i = 1 to .columncount && number of columns in cursor
.columns(i).width = len(.columns(i).header1.caption)
endfor
endwith <<

Check out the TXTWIDTH() function in the on-line help.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform