I have a form with three frames contining option buttons:
Frame #1: fraFunds, has three options: Fund1 (default), Fund2 and AllFunds
Frame #2: fraReport, has Summary (default) and Detail1, Detail2
Frame #3: fraOutput, has Preview (default) and Print
It is set up so if AllFunds is selected in fraFunds, Detail1 and Detail2 are disabled and only Summary is enabled in fraReport. If I select another fund in fraFunds, all option buttons in fraReport are endabled. This works fine.
The problem is when I select the Print option in fraOutput, all option buttons in fraReport become enabled again. If I select another fund option button in fraOption and then select the AllFunds option, Detail1 and Detail2 become dissabled again. And if I select Preview in fraOutput, then all options in fraReport again become enabled.
How can I set it up so as long as AllFunds is selected, the Detail1 and Detail2 options are always disabled regardless of any other actions?
Any Ideas?
Frame #1: fraFunds, has three options: Fund1 (default), Fund2 and AllFunds
Frame #2: fraReport, has Summary (default) and Detail1, Detail2
Frame #3: fraOutput, has Preview (default) and Print
It is set up so if AllFunds is selected in fraFunds, Detail1 and Detail2 are disabled and only Summary is enabled in fraReport. If I select another fund in fraFunds, all option buttons in fraReport are endabled. This works fine.
The problem is when I select the Print option in fraOutput, all option buttons in fraReport become enabled again. If I select another fund option button in fraOption and then select the AllFunds option, Detail1 and Detail2 become dissabled again. And if I select Preview in fraOutput, then all options in fraReport again become enabled.
How can I set it up so as long as AllFunds is selected, the Detail1 and Detail2 options are always disabled regardless of any other actions?
Any Ideas?