Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bound label to grid
Message
De
26/12/2001 22:00:37
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00598107
Message ID:
00598344
Vues:
18
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"
Best Regards
Virusim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform