Broken User Settings in Tab Control
I am using the My.Settings class to save the state of user options in
a tab control on the main form. One tab is for the main data elements
and the other tab holds the user options which consist of some
checkboxes. I bind the checkboxes to a setting variable like usual.
Here is the weird thing, if i load my app and run it, it seems like
the checkboxes are not initialized and it assumes all checkboxes are
ON. However if I load my app and just click on the options tab and
then the main tab and run it then the checkboxes are initialized and
the app abides by the user settings. Am i doing something wrong here?
All i do between the two tests is just click on the options tab to
view the options. That seems enough to initialize the checkboxes. Am I
missing a step?
AGP
.
Relevant Pages
- Re: Managing 70 checkboxes in financial graphing application
... to manage how the checkboxes interact with the data and the graph. ... I have a tab with the data series called "Data". ... This allows the graph to show blanks where data is missing as some series ... My idea is to read the status of all checkboxes into an array. ... (microsoft.public.excel.programming) - Re: Managing 70 checkboxes in financial graphing application
... checkboxes was the "one too many" and uncheck that box. ... seven) and the same magic number of listboxes. ... I have a tab with the data series called "Data". ... My idea is to read the status of all checkboxes into an array. ... (microsoft.public.excel.programming) - Re: Managing 70 checkboxes in financial graphing application
... Jon Peltier, Microsoft Excel MVP ... of the checkboxes was the "one too many" and uncheck that box. ... I have a tab with the data series called "Data". ... My idea is to read the status of all checkboxes into an array. ... (microsoft.public.excel.programming) - Re: Checkboxes Not Working on Form
... Still don't know why the checkboxes on the tab sheet don't ... If toast always lands butter-side down, and cats always land on their ... I have a form with a tab control. ... (microsoft.public.access.forms) - Managing 70 checkboxes in financial graphing application
... I showed my boss a simple graph with 6 checkboxes that allowed a user to show or to hide data. ... I have a tab with the data series called "Data". ... If there are less than 7 boxes checked, the code would grab the name of the checked boxes from the array and write them to the Lookup tab in the column headings used by the Hlookup function. ... (microsoft.public.excel.programming) |
|