Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form wizard automation
Message
De
11/08/1998 10:02:30
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
11/08/1998 09:52:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00125550
Message ID:
00125565
Vues:
13
>Thanks for the response.
>
>I don't want to use SETALL() since the purpose of this method is to have the user know which checkbox has focus. When the user moves into a particular checkbox field, its label becomes bold. When they move out of the field, it reverts to the default non bold.
>
>And I want this to be accomplished automatically by a wizard.
Forgive my overlooking. You could modify the embossedlogic class :
*wizstyle.vcx - embossedlogic.gotfocus
cLabelName = "lbl"+this.name
this.parent.&cLabelName..autosize = .t.
this.parent.&cLabelName..fontbold = .t.
*wizstyle.vcx - embossedlogic.lostfocus
cLabelName = "lbl"+this.name
this.parent.&cLabelName..autosize = .f.
this.parent.&cLabelName..fontbold = .f.
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