Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Control
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00668069
Message ID:
00668133
Views:
21
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform