I've added a custom dialog with two radio buttons (local & network) and a path edit and browse button control. I get an error 2343 when it tries to go to my dialog. I have conditions set on the path edit and browse button to enable only if the "network" radio is selected.
NEWDIALOGRADIOBUTTONGROUP_283_PROP <> "Yes" Disable
NEWDIALOGRADIOBUTTONGROUP_283_PROP = "Yes" Enable
Will the value of the group be the value of the selected radio button? I set the value of the network radio to Yes and the value of the local radio to No. I was trying to follow along the license agreenment dialog as an example but on that one the radio buttons have different popr names from the group. But it won't let me change the prop names of the radio buttons themselves as it inherits the group name.