Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying bound memo field information in grid
Message
From
09/11/2005 09:40:11
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01066758
Message ID:
01066761
Views:
13
This message has been marked as the solution to the initial question of the thread.
>I have 4 columns in a grid bound to a table. The 4th column is labelled comments and is bound to a memo field. How can I display this in my grid? At the moment it just says memo in each row!

You might do one of the following:

1) The first x characters in a TextBox. Set the .Column.ControlSource to left(FieldName, 50) or padr(FieldName, 50), for example.

2) Put an EditBox into the column.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform