P
paul
I have developed a form with a table driven navigation control.
Meaning based on other dat entry by the user on the form, the
navigation control will layout appropriate options. So, if the user
picks customer view, for instance, the navigation control will give
customer specific optiosn. If the user picks vendor view, then the
navigation control will show vendor specific options.
Based on the users choices, I have also defined in the table the
default tab that I want displayed when they go into a particular
view. I want the corresponding button on the navigation control to be
"selected". I have it so the subform is filling with the appropriate
value like the button was pushed but the button that is highlighted
and darker like it was pushed is a different button. It is the last
button on the navcontrol that the user did push.
How can I specify which button on the navigation control I want to be
"pushed".
I have found the selecteditem property of the navcontrol but it is
readonly so I can't set it. Any ideas?
Meaning based on other dat entry by the user on the form, the
navigation control will layout appropriate options. So, if the user
picks customer view, for instance, the navigation control will give
customer specific optiosn. If the user picks vendor view, then the
navigation control will show vendor specific options.
Based on the users choices, I have also defined in the table the
default tab that I want displayed when they go into a particular
view. I want the corresponding button on the navigation control to be
"selected". I have it so the subform is filling with the appropriate
value like the button was pushed but the button that is highlighted
and darker like it was pushed is a different button. It is the last
button on the navcontrol that the user did push.
How can I specify which button on the navigation control I want to be
"pushed".
I have found the selecteditem property of the navcontrol but it is
readonly so I can't set it. Any ideas?