Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00668069
Message ID:
00668133
Vues:
22
What I need to do is, increase the colunm sizes to match that of the table column sizes.

If I have a table Test.dbf can I write something similar to this:

if used("Test")
select Test
use
endif
use Test

thisform.datagrid.recordsource="test"

n=test.column.count

for i=1 to n
thisform.datagrid.column1.with=test.column(i).width
endfor
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform