Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display contents of memo field in grid control
Message
From
15/09/1998 15:31:01
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00136892
Message ID:
00136935
Views:
23
>>>Hi, I have a grid control and using editbox as CurrentControl property. When user open the form I would like the editbox displays the content of memo field instead the "Memo". Can anybody help me?
>>>Thanks, Tai Fei Pao
>>
>>It should work, set Column.Sparse=.f.
>
>Thanks for your help. Can you help me with another problem? If I need change the grid control column count in the runtime, what is the best way to handle it? Do you have any example that can help me to start?
>
>Thanks again, Tai Fei Pao

If you want to add new column, you can use Grid.AddObject() or Grid.AddColumn(), after this you should also set programmatically Column.controlsource and any other specific properties. You can use Grid.RemoveObject() to remove some column(s).
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform