G
Greg McAllister
I am trying to create a Wizard for my Infopath form and Visual Studio 2003.
My goal is to create a completely dialog driven experience for the user to
prevent form errors. Problems encountered when using the form is ignoring
messages and other dialogs. By making a dialog scenario they then have no
option to by pass the system.
Things started out good and I was able to call the starting dialog box but I
am unable to to access a variable that was declared public or any of the form
obkjects with in my dialog box vb code. Could someone please explain how to
access these variable from the infopath formcode within other resource code.
Note:
FormCode.vb is the behind code for my infopath form as generated by MS.
dStart.vb is my code behind for the VS form. It has defaulted to the
resource area of the solution explorer
Thanks in advance!
Greg McAllister
My goal is to create a completely dialog driven experience for the user to
prevent form errors. Problems encountered when using the form is ignoring
messages and other dialogs. By making a dialog scenario they then have no
option to by pass the system.
Things started out good and I was able to call the starting dialog box but I
am unable to to access a variable that was declared public or any of the form
obkjects with in my dialog box vb code. Could someone please explain how to
access these variable from the infopath formcode within other resource code.
Note:
FormCode.vb is the behind code for my infopath form as generated by MS.
dStart.vb is my code behind for the VS form. It has defaulted to the
resource area of the solution explorer
Thanks in advance!
Greg McAllister