Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids
Message
 
To
30/07/1999 16:26:31
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Grids
Miscellaneous
Thread ID:
00248386
Message ID:
00248418
Views:
11
>I'm running vfp5.0. I have a grid that is bound to a table. The problem is all records in the grid appear to by identical until you give focus to a grid textbox, at that point the current object with focus displays the correct information until you move focus to another object in the grid.
>Does anyone know what causes this, and how to fix it? Thanks

Seems to occur usually with numeric data. This is a known issue and for what I've found, the .InputMask property does not take effect until focus has been set to the column. We've included a method in our base grid, .SetFocusAllColumns() that will do just what it says. It's a simple FOR loop through the columns setting focus to each one. Seems to work.

Steve
Previous
Reply
Map
View

Click here to load this message in the networking platform