Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make the grid non resizable
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00649586
Message ID:
00649679
Views:
9
>>Hello all
>>
>>I have a big table with 50 records,i have put that in a grid and the grid is bound to the cursor which i select from the interactive change of a combo box, but the grid somehow resizes into small to fit all the records, i have made allowheadersizing and allowrowresizing to false, but still it happens.any idea ?
>>
>>txs
>
>Set Resizable property for all columns to .F.
myForm.myGrid1.SetAll("Resizable", .F., "Column")
I believe, it's effect of grid reconstruction. Before changing grid's recordsource try to assign to an empty string.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform