Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form wizard automation
Message
From
11/08/1998 10:02:30
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
11/08/1998 09:52:40
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00125550
Message ID:
00125565
Views:
14
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform