Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid weirdness
Message
From
04/12/2001 18:54:17
 
 
To
04/12/2001 18:33:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00589570
Message ID:
00589578
Views:
20
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform