Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo Browse in Grid
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00484217
Message ID:
00484222
Views:
17
>I need a little assistance. I am attempting to create a grid with the ability to view a Memo field just like a regular browse. Any suggestions?

Add another control to a column in your grid. It could be a commandbutton or a label. Set the CurrentControl property of the column to the appropriate control. Change the Sparse property to .F. so that all rows (not just the active row) display the control you set as the CurrentControl. In the Click of the control, issue a MODIFY MEMO MyMemoField.

This gives you the same basic functionality.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform