B
Brian Farnhill
Hey,
I have an infopath form that I want to try in the web browser just to see if
it runs. It only has a single text field that in the startup event of the
form populates with the users windows name. The code I use is
When I upload the form into the central administration of the MOSS server I
get these errors:
MainDataSource.CreateNavigator.SelectSingleNode("/my:myFields/my:field1",
NamespaceManager).SetValue(System.Environment.UserName)
This operation is not allowed at this time.
There is an error in the InternalStartup method of form code.
Any ideas what is casuing this?
I have an infopath form that I want to try in the web browser just to see if
it runs. It only has a single text field that in the startup event of the
form populates with the users windows name. The code I use is
When I upload the form into the central administration of the MOSS server I
get these errors:
MainDataSource.CreateNavigator.SelectSingleNode("/my:myFields/my:field1",
NamespaceManager).SetValue(System.Environment.UserName)
This operation is not allowed at this time.
There is an error in the InternalStartup method of form code.
Any ideas what is casuing this?