M
Microsoft
Hi
I want to achive the following.
I have 10 InfoPath documents wich all represents a step in a Wizard like
visualization. The customer want a menu to the left consisting of 10 links
to each step (text links).
I could create a InfoPath 2007 document with 10 views and shift between
these...if i could make a [text button] to trigger an View change event.
This control does however not exist and regualr buttons is not an option
No my other solution. Now i have tried to create custom aspx page with a
XmlFormView control hosting one of these 10 steps. My idea was to load the
view with a particualar step (filling when user press menu item on the
regular aspx form). This works. great.
And now the actual quiestion. I NEED to be able to save the document when
the user presses and new menu link (outside the XmlFormView). I thought i
would be possible to do something like
void myMenuEventHandlerStep2(...)
{
XmlformView1.Save(); // No go
XmlformView1.Xsnlocation = ("link to the next step");
}
But there is no Save() method on the XmlFormView1. How can i achive this. I
can only find information about triggering event ON the form to the host.
Thanks in regards
Anders J
I want to achive the following.
I have 10 InfoPath documents wich all represents a step in a Wizard like
visualization. The customer want a menu to the left consisting of 10 links
to each step (text links).
I could create a InfoPath 2007 document with 10 views and shift between
these...if i could make a [text button] to trigger an View change event.
This control does however not exist and regualr buttons is not an option
No my other solution. Now i have tried to create custom aspx page with a
XmlFormView control hosting one of these 10 steps. My idea was to load the
view with a particualar step (filling when user press menu item on the
regular aspx form). This works. great.
And now the actual quiestion. I NEED to be able to save the document when
the user presses and new menu link (outside the XmlFormView). I thought i
would be possible to do something like
void myMenuEventHandlerStep2(...)
{
XmlformView1.Save(); // No go
XmlformView1.Xsnlocation = ("link to the next step");
}
But there is no Save() method on the XmlFormView1. How can i achive this. I
can only find information about triggering event ON the form to the host.
Thanks in regards
Anders J