Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Protect of my class?
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP SP2
Miscellaneous
Thread ID:
00989157
Message ID:
00989162
Views:
33
After making the appropriate backup, since a class is a table, you can remove the information contained in the "methods" field, since this is only the visual interpretation, and in runtime VFP uses the information contained in the objCode field.
use mylibrary 
update alias() set methods =''
use in (mylibrary)
>How can i prevent users see my code in the class?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform