Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DODEFAULT() for VFP3 (again)
Message
De
27/03/1998 13:39:06
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
DODEFAULT() for VFP3 (again)
Divers
Thread ID:
00087750
Message ID:
00087750
Vues:
59
Let's try this again...

I am attempting to downgrade a VFP5.0 application to VFP3.0.
I am using Ken Levy's SuperClass addin to replace all occurrences of DODEFAULT in all classes.

In the following instance, the replacement was incorrect:

SubClass a CommandButton call it btnSub1

Add a wait window in Click Event with an appropriate message

SubClass a Form call it frmSub1

Add btnSub1 to frmSub1
Override Click Event with an appropriate message and DODEFAULT after

SubClass frmSub1 (with btnSub1 added) call it frmSub2
Override Click Event with an appropriate message and DODEFAULT after

Run the form

The DODEFAULT order is

frmSub2.btnSub1
frmSub1.btnSub1
btnSub1

I am looking for a programmic method to do this.

Any ideas???

TIA

Rex
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform