Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disable controlsource default behaviour
Message
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00247745
Message ID:
00247806
Views:
21
dang it all, I saw the error a second after hitting the send button.
if type('This.cFieldSource') <b>= 'C'</b> and !empty(This.cFieldSource)
   This.Value = eval(This.cFieldSource)
endif

In the LostFocus, you have to have:

if type('This.cFieldSource') <b>= 'C'</b> and !empty(This.cFieldSource)
   replace (This.cFieldSource) with This.value
endif
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform