Bryan - Gendev
Programmer
In my app I have a form with a pageframe pg01 on it with 3 pages.
On page 3 I have 6 radio buttons ON/OFF
Button #1 is on page 3
Buttons #2 to #6 are on a container conAdvanced on that page
I want button 1 - ON to
enable the container
enable the other 5 radio buttons
In button1.option1 I have
When clicking option1 to ON the other buttons are not enabled.
What am I missing?
GenDev
On page 3 I have 6 radio buttons ON/OFF
Button #1 is on page 3
Buttons #2 to #6 are on a container conAdvanced on that page
I want button 1 - ON to
enable the container
enable the other 5 radio buttons
In button1.option1 I have
Code:
With This
.pg01.page3.conAdvanced.enabled = .t.
.pg01.page3.conAdvanced.editoptions.Enabled = .T.
.pg01.page3.conAdvanced.impooptions.Enabled = .T.
.pg01.page3.conAdvanced.chkpreview.Enabled = .T.
.pg01.page3.conAdvanced.chkwmark.Enabled = .T.
.pg01.page3.conAdvanced.cmdselect.Enabled = .T.
Endwith
Thisform.Refresh
When clicking option1 to ON the other buttons are not enabled.
What am I missing?
GenDev