Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid column shrinks
Message
From
29/11/2010 06:43:52
 
 
To
29/11/2010 06:06:49
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Miscellaneous
Thread ID:
01490843
Message ID:
01490852
Views:
58
No. that's not the way to do it, at least not the best way. The way to do it, is what is called a "safe select"
Select whatever into cursor curdummy
Select CursorThatDrivesTheGrid
zap
append from dbf(curdummy)
yourgrid.refresh()
>Maybe you are recreating the Grid controlsource. If so you should set it to blank
>and then reassign it after the cursor is created together with the single columns controlsource
>
>>Hello,
>>
>>When I run a form with 3 grids, in one grid, a column shrinks to about 2 chars, although its Width = 75.
>>The contents of the column(a datetime value) is there but I have to manually resize the column in order to see it.
>>
>>Any help is appreciated.
>>
>>Thanks.
>>
>>-gl
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform