Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Protecting Source Code
Message
De
03/01/2004 03:08:03
 
 
À
02/01/2004 22:44:41
Maltin Lacsina
Angeles Electric Corporation
Angeles, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00862734
Message ID:
00863618
Vues:
14
This message has been marked as a message which has helped to the initial question of the thread.
>Thank you very much. It solved the mistery. But since that we remove the source method of the class by using the replace command how still execute the same method? But thank you your answer work well.

Because even though your are executing a 'method' of the class, the code executing is not in the vcx.method memo field. That memo (method) is just the clear text vfp holding area. When you run a vcx, the VFP engine is reading the compiled object code in the vcx.objcode memo field. This is why you can change your original vcx.method code with your editor, and realise the changes have not occurred - probably because you did not have the 'compile when saved' option set by default (although most developers do).

Ric
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform