Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids - contents of cells shifting to left or right.
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00033913
Message ID:
00034076
Views:
42
>Hello!
>
>You must see at Grid.Column.DynamicFontName property....
>
>Have a happy day
>Vladimir Shevchenko
>
>> Thanks for your reply. But the DynamicFont? I could imagine the
>> DynamicCurrentControl, but DynamicFont? But I promise to

I'm trying got have a happy day but this grid biz is not doing well. Each column shifts when receiving focus. I tried and expression each columns
.DynamicFontName property, but I could be using the wrong type of expression.
If you've experienced the same problem, what did you put in there? I tried
"IIF(THIS.CurrentControl = 'Text1', 'Arial', 'Arial')" but it did not do
anything.

Of other note, these are not bound columns. .Bound = .F., .Sparse = .F. and the .ControlSource of Text1 and txtSearch1 are set. The .Format and .InputMask
properties of Text1 and txtSearch1 are also set. If the column has an index tag associated with it, the columns .CurrentControl is txtSearch1, if no index tag, then the default Text1 is used. This is sort of along the lines of Ingrid except that I keep both text boxes associated with the column.

This grid is built on the fly so .ColumnCount starts at the default -1. Everything is loaded for the grid internally.

Thanks again,
Steve
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform