Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DODEFAULT() for VFP3 (again)
Message
From
27/03/1998 15:07:03
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
27/03/1998 13:39:06
Rex Mahel
Realm Software, Llc
Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00087750
Message ID:
00087794
Views:
39
>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
I maybe missing something. Wouldn't it be :
*Button.click
wait window "added code"
btnSub1::click && Dodefault(ed)
wait window "added more code"
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform