Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Prevent VFP Function from being used
Message
From
03/01/2006 11:46:09
 
 
To
03/01/2006 11:34:36
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01082633
Message ID:
01082673
Views:
9
>
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform