Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inline in grid editing
Message
From
06/01/2012 09:35:49
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01532229
Message ID:
01532305
Views:
35
>>>Is there a way to dynamically assign textbox controlsource to be substr(myField,1,240)?
>>>
>>>I tried txt.ControlSource = '(substr(' + myField + ')1,240))'
>>>
>>>but got an error.
>>>
>>The only success I've had is when assigning expressions to Columns().ControlSource
>>
>>
>> This.Parent.GRid1.Columns(1).ControlSource = 'left(pp.pp, 20)'
>>
>
>Ok, never mind. Don't know why I was doing it so complicated. I simply changed txtLanguage to editbox (still keep the name) and now it all works fine.

> Don't know why I was doing it so complicated.

Well, I know why
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform