Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
101 VFP7 thing, Part 2
Message
De
11/12/2000 16:07:06
 
 
À
11/12/2000 16:03:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00448960
Message ID:
00451859
Vues:
50
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform