Home All Groups Group Topic Archive Search About

Save Radio Button setting

Author
6 Sep 2006 10:40 AM
trevor.niemack@za.syspro.com
I want to have 2 radio buttons and when I click save I want to store
the current settings of the radio buttons and then when the form loads
again I want to bring those settings through again. I have no clue
where to start looking or how to code this...........also I am very
junior to programing.

Author
6 Sep 2006 11:55 AM
IdleBrain
Hello,
You might want to look at storing settings into registry.
This is by far the easiest way.

SaveSetting- Save settings into registry

GetSetting - Get settings from registry

Hope it helps.
Author
6 Sep 2006 12:26 PM
Trevor
Hello and Thank you very much for the clue
I am not sure how to actually code something like that but I will have
a look around and see if I can find something.
Thank you very much once again.