Use our Google Custom Search for best site search results.
Search
-
Hi,
In Infopath we have formula Position().
First insert Expression box and add this formula Position().
it will increment the number every time you added section to the form..
I hope this will help for you.
-
Hi,
Can you try using following link,
http://msdn2.microsoft.com/en-us/library/aa202725(office.11).aspx
-
Hi,
Did you setup the IIS in your machine?
-
Hi,
Other users which are unable to open the form are in same domain or another domain?
-
Hi,
Follow below steps to disabeling toolbars and commands,
1.Open the form design mode.
2.Go to "Tools" menu and select "Customize" option.
3.Select Category and Click on "Rearrange Commands..".
4.Select option you don't want and delete that option
5.Click on "Close" .
I hope this will help for ...
-
Hi,
You are saying that new added fields are not showing as promoted properties fields in share point form library?
-
Hi,
Change the text box properties in "Display" tab .
1. Doble click on the text box.
2. Click on "Display" tab.
3. Select check box "page breaks" and select check box "Wrap" text and select "Expand to show all text" value in scrolling drop down.
I hope this will work for you.
-
Hi,
Did you publish to the correct share point library or did you open form from recently published form library??
check once?
-
Hi,
I think this is permission issue.
Check once that user has the permission to access the sharepoint list(i.e, check that user is added in the sharepoint permissions or not).
Thanks,
Ramana.
-
Hi,
I think you are using VbScript,
For VBscript you have to use dim for variable declaration not the var and don't use the ; end of the statement.
I tried the following code it is worked for me, try with that one.
Dim X
set X = createobject("WSCRIPT.Network") ...