Change view dependant on list box value

U

UKDeluded

Okay, here we go ...

I can change view if a button is clicked, is form is submitted etc. but ...
I have a listbox with about 8 choices. Dependent on the choice made, I want
it to open a new view. The only way I can think of doing this is by having a
load of hidden buttons and having a control which 'clicks' the relevant one
when a selection is made.
There must be an easier way! Why is the 'Open a new view' option not
available in actions?
Any ideas? My coding is ... well ... interesting ...
 
B

Brian Teutsch [MSFT]

This is not possible - and that's a very strict "not". There are underlying
technical reasons why InfoPath is not able to change to another view when
the data is being changed. View changes are only allowed from OnClick
handlers in buttons, which can be in toolbars or on the form.

Thanks,
Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top