Support,
This is first time i have used the new multiPage and tabBar in a new app that I am creating. Here is a summary of the layout.
* App has one form called: frmMain
* I’ve placed a Multipage and TabBar on frmMain
* I’ve created 4 pages on the TabBar (Home, Input, Formulas, Settings)
On the Input multipage, I’ve added a radio-group1 which has two radio buttons named (ON and OFF)
The ON value is set to 1, and the OFF value is set to 0
At the bottom of the Input multiplage, I’ve added a “CALC” button. When the user selects this button, this is what I would like to accomplish:
If the ON radio button is selected, then perform one set of calculations, or if the OFF radio button is selected, perform a different set of calculations.
My question is: What is the code snippet to recall the status of the radio-group1 buttons?
I hope I’ve provided enough info.
Thanks in advance.
mreade