Hi,I have the same problem in my form.My form has two pages. On the
initialize event i am hiding the second page (content area) and the
master page won't be displayed too. That works.With a button I want to
hide the first and show the second one, so that it seems to be just a
single sided form ans just the view will change, but in this case only
the content area of the forst page will be hidden and the empty master
page is still there.The result is a two sided form with an nearly empty
first pag...