Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Formating of grid column
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00922818
Message ID:
00922852
Views:
25
>Are there any other options to format a grid column other than via the alignment property? I'd like to leave a couple of spaces on the left side of column contents.

One way to fine tune column contents is something like this:

grid.column.controlsource = 'allt(table.field)' or

grid.column.controlsource = 'SPACE(5)+padl(table.field)' etc.

You can fine-tune alignment like this. And of course you can get fancier with Dynamic controls, IIFs, and so forth. Anything new here?
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform