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

Click here to load this message in the networking platform