Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Option Group ( Radio Button )
Message
From
29/09/1998 15:37:59
 
 
To
29/09/1998 15:34:40
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00142095
Message ID:
00142097
Views:
24
>Hi Everyone,
>
>Let say I have the following option group (Radio Buttons)
>
>(*) Junior High call is optJunior
>( ) Senior High call is optSenior
>( ) University call is optUniversity
>
>these are part of the OptGrpEducation. The data type of this field (education) in the table is character of 1.
>
>OptGrpEducation.ControlSource = table1.education
>
>Everytime I checked on any of the option group above is flashed quickly and the black dot would not stay on. How could I solve this problem? And would this be a refresh problem.
>
>Any help is appreciated.
>
>Steve

Probably, optiogroup expects to see Integer as controlsource. You can unbind it and add e.g. This.OptGrpEducation.Value=Val(table1.education) to Form.Refresh method. Also, some code will be needed in Save routine.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform