Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLEXEC results
Message
From
20/06/2007 13:51:19
 
 
To
20/06/2007 13:26:22
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01234527
Message ID:
01234544
Views:
9
>>>I am selecting firstname + ' ' + lastname from SQL using SQLEXEC. The result column on Fox side is a memo field. Can it be a "C" type?
>>>
>>>Thanks
>>
>>Even if you get it as Memo, you can still show it in VFP grid (is this your purpose?) as Character.
>Yes, I know, but I think I need to use an Edit box for that.

You don't need to use Editbox. It can be shown in regular Grid.Column.Textbox by using:
Column.ControlSource="''+LEFT(cursor.memofield,50)"
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform