Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Prevent VFP Function from being used
Message
De
03/01/2006 11:46:09
 
 
À
03/01/2006 11:34:36
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01082633
Message ID:
01082673
Vues:
10
>
>Another alternative might be to check for certain functions before you compile. Just use the $ operator. I suggest you use a table with forbidden functions. Note that user-defined functions might also be excluded, since the user might otherwise have access to features in your program which you would rather want to restrict (or control, through some condition).
>
>
>if "sqrt" $ MemoCode
>  MessageBox("You are using a forbidden function.")
>else
>  * compile and execute here
>endif
>
>
>You can also replace the code before compiling.

That's Right Hilmar
That should work too.

Thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform