Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How many CASEs in DO CASE?
Message
De
02/06/2006 12:10:15
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01126584
Message ID:
01126786
Vues:
22
>>
>>Dmitry,
>>ExecScript is easy but however it is slow and problematic at runtime (it's compiled with each call and if you need referencing other project elements -like a form,class antoher prg etc- then execscript cannot see them).
>>For a similar necessity (sounds similar to me) what I did was to create a "dispatcher" code. What that code does is to call required proc/form with given parameters. A table which is included in exe holds proc/function calls as strings. ie:
>>
>>ActionID#1,doForm("myForm",myParameters)
>>ActionID#2,libProcedure("myProcedure",myParameters)
>
>Cetin,
>
>I see now from your message here and another thread that Naomi pointed where you came across some problems with EXECSCRIPT. I will consider your approach of using what you call a "dispatcher" code. I am also looking into using COMPILE command. And Fabio made an insteresting suggestion of storing the compiled code in the memo field, I never thought of that. So I have many options now to consider.
>
>Thank you for your help.

Fabio's suggestion is highly valid (and not subject to corruption IMHO).
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform