Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit box for general field in grids
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00328173
Message ID:
00328208
Views:
24
>>when i double click a grid which contains general fields an edit box appears but the edit box is too big for my form. How can i decrease the size of this edit box
>
>You can resize the width & height property of the edit box inside your grid.
>
>WITH Thisform.Grid1.Column1.Edit1
>   .Width = yourdesiredvalue
>   .Height = yourdesiredvalue
>ENDWITH
>
>Or by default, change their values during developement using the PEM window.

Actually, your editbox will follow the rowheight and column width of the grid. And so, change the rowheight of the grid and width column instead of the edit control.
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform