Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DODEFAULT() for VFP3 (again)
Message
De
27/03/1998 15:07:03
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
27/03/1998 13:39:06
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00087750
Message ID:
00087794
Vues:
40
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform