Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Programmatically
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00293493
Message ID:
00293662
Views:
23
Works great Mike. Thanks

>Hi Alan,
>
>>What is the formula to calculate the proper width of each column?
>
>Here's what I use:
>
>size = iif(FieldSize < 3, 20, FieldSize * 7 + 4)
>
>I use AFields, so the third element is what I use for FieldSize, but you may want:
>
>size = iif(fsize(field(lnI)) < 3, 20, fsize(field(lnI)) * 7 + 4)
>
>This Help?
Alan Trosky
MIS Director
Pennsylvania Bar Association
Harrisburg PA 17108
Previous
Reply
Map
View

Click here to load this message in the networking platform