Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
101 VFP7 thing, Part 2
Message
From
11/12/2000 16:07:06
 
 
To
11/12/2000 16:03:41
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00448960
Message ID:
00451859
Views:
47
>>I think you're right. The following supports your assertion:
>
>If the final version of VFP7 has ExecScript running fast, from now on I'm not going to use a Method in my VFP7 classes.
>
>I'll just add the text to a property, and when I do:
>
>lcNumber = thisform.GetNumber
>
>An Access method will do an ExecScript on the property and return the value ;-)

That sounds like an excellent plan. But there is no need to make things so simple when you could use the VBScript control's Eval method to run everything. Or even:

=STRTOFILE(THIS.Value, "Sometempfile.txt")
RETURN FILETOSTR("sometempfile.txt")
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform