Radio Buttons

Does anyone know how to Code Radio Button Captions, so that I can control which ones show according to what was put into a field on the same form please.

 

I do not seem to be able to figure out how to do this, surely it must be possible ???

Tagged:

Comments

  • No, Radio Group options are not dynamic in any way.

     

    A better option may be to have a set of checkboxes, and manage the 'un-checking' in code. There are ways to make the code function a single one rather than have a different function for each CB, such as passing in the CB name, and not unchecking that one.

     

    You can use local variables and set a text value on save, and vice versa on load, too, or leave the CB in the process.