Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DODEFAULT() for VFP3 (again)
Message
From
27/03/1998 13:39:06
Rex Mahel
Realm Software, Llc
Ohio, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
DODEFAULT() for VFP3 (again)
Miscellaneous
Thread ID:
00087750
Message ID:
00087750
Views:
58
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
Next
Reply
Map
View

Click here to load this message in the networking platform