Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hacking .VCX file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01304583
Message ID:
01304588
Vues:
33
>I am working on standardizing naming of my forms. With that comes a need to hack some of the .vcx file. Here is an example of what I am trying to do:
>
>Parent class MY_TABLE_MAINTENANCE_FORM_OLD_NAME
>
>Child class TABLE_1_FORM based on MY_TABLE_MAITENANCE_FORM_OLD_NAME. This class (TABLE_1_FORM) reside in a classlib TABLE_1_FORMLIB.VCX.
>
>If I change the parent class name to a new name, e.g. MY_TABLE_MAINTENANCE_FORM_NEW_NAME, I need to hack the TABLE_1_FORMLIB.VCX. Is there a one record in the .VCX where I need to change the name? Or I would have to make the change in many records?
USE YourVCX.vcx
SET FILTER TO [MY_TABLE_MAINTENANCE_FORM_OLD_NAME] $ UPPER(Parent)
BROWSE
not tested
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform