Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bound label to grid
Message
From
27/12/2001 03:05:37
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
To
26/12/2001 22:00:37
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00598107
Message ID:
00598361
Views:
20
Hi you are not restincting to 3 lines the user can still enter in the editbox and scroll down to see aditional text.

>Hi,
>
>Thank for your advise.
>However, due to my application requirement that the grid display to user
>must be big in font size, so my whole grid control is large, hence I can't
>restrict it to 3 lines of text in a single row in the edit box.
>
>Please kindly advise me how to solve this issue.
>
>
>>Hi!
>>
>>Try to use editbox inside of the grid column, and set row height for grid rows to fit 3 lines of the text in a single row in the edit box. In such case edit box will display large text from memo field and wordwrap it.
>>
>>HTH.
>>
>>>Hi,
>>>
>>>My application is using the VFP6 grid to display
>>>some information, however, the default text will not
>>>wrap the display if the text is too long.
>>>
>>>Hence, I had replace the grid text control with
>>>label control but it don't work. Below is my code
>>>for doing so, please kindly point out my mistakes.
>>>Thank you
>>>
>>>
>>>Where label1 is my label control and subitem is a temporarily
>>>cursor. I had this code in my form activation event.
>>>
>>> Grid1.column2.CurrentControl = "label1"
>>> Grid1.column2.ControlSource = "subitem->desc"
Alexandre Palma
Senior Application Architect
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform