Use our Google Custom Search for best site search results.
Search
-
Hi Repole,
You can get delegateToEmail value from e.source of that button click.
-
Hi,
If it is a submit connection you need to have two connections to the same web service method and for one connection you bind to main data source and for other one you can bind it to secondary data source.
If it a receive connection you can set the webservice parameter value in the code. Basically when you want to submit the main data ...
-
I think your filter should be
Category = CategoryName
and
Type = TypeName
and
The Expression not(.=../preceding-sibling::d:tblSAAusitItems/@Element)
-
hi,
Yes we can do this with signatures. When a signature is present another user cannot change the value, but the other user can remove the signature and change the values.
Other way of doing this is use some kind of workflow statuses and make fields readonly based on the status the form is in.
We have very good expertise in doing workflow, let ...
-
This will work with both 2003 and 2007.
-
Other way is just open the template.xml and add 3 rows for which you want them by default. This way when you open the form to fill out 3 rows will come by default.
-
I Varun you can do this by setting the values in a seperate resource file(XML dataconnection) and set values webservice parameters dynamically using rules if the connection is a recieve connection.
If the connection is of submit type bind the secaondary dom fields while taking the connection.
-
Unfortunately you cannot package four InfoPath templates as just one and send it to the users. You have to package them individually and send them out.
-
Hi,
Looks like you have two filter conditions one for cascading and other for filtering the repeating stuff, so what you do here is add your Cascading filters first and then set you preceding filter.
for ex:-
Category/Type/Element[CascadingFilter][RepeatingFilter]
-
Hi Catherine,
You will get Everything that you need in the new 2007.
You will no longer have XDocument, you have to use XMLDocument in place of that.
Type "this." in the new object model it will show all available properties.