Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text box too small for my data in grid
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00052739
Message ID:
00052904
Views:
33
>I have a grid control in a form, and the data that fills the texbox is too large for the box. I cannot resize the text box to be larger than the screen.
>
>Is there a way to replace the text box in the grid with one that allows for multiple lines, similar to the way the Detail lines work in a report? I would like to be able to see all of the data in the field in the textbox.
>
>Thanks.

Use another grid as the current control for column2. Then set the .LinkMaster, .ChildOrder and .RelationalExpr properties for the grid in column2. I've done this and it works fine. You do have to make the .RowHeight property of the parent grid (column1) sized to the height of as many rows as you want shown in the child grid.

Steve
Previous
Reply
Map
View

Click here to load this message in the networking platform