Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Optiongroup problem
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Optiongroup problem
Miscellaneous
Thread ID:
00399631
Message ID:
00399631
Views:
43
I am trying to use an option group with two buttons, Yes and No, to represent the state of a logical field.

the interactivechange,

IF THIS.Value = 'Yes'
REPLACE ACTCOMPL.nontrad WITH .T.
ELSE
REPLACE ACTCOMPL.nontrad WITH .F.
ENDIF

seems to work and display correctly,
but in the init I have:

IF ACTCOMPL.nontrad
THIS.Value = 'Yes'
ELSE
THIS.Value = 'No'
ENDIF

to display the current value when the form opens, but it always displays 'No' regardless of the field value

Any suggestions?
TIA

Al
Next
Reply
Map
View

Click here to load this message in the networking platform