Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make the grid non resizable
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00649586
Message ID:
00649679
Vues:
10
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform