Use our Google Custom Search for best site search results.
Search
-
Hi,
Please check this link.http://www.infopathdev.com/forums/topic.asp?TOPIC_ID=2477
Hope this helps!
Thanks.
-
Hi,
1. Open the InfoPath form in design mode.
2. Go to Tools menu and select Customize.
3. Click on the “Rearrange Commands” button.
4. Click on Add.
5. Select “Edit” in the Categories column.
6. Select “Select All” in the Commands column and click on ok.
7. Click on close two times.
Hope this will help you.
Thanks.
-
Hi,
You can also generate unique GUID in Load event using ''Scriptlet.TypeLib'' ActiveX object (if you are in JavaScript):
var guid =
new ActiveXObject(''Scriptlet.TypeLib'').guid.substring( 0, 38);
or using System.Guid.NewGuid() method (if you are in .NET).
Thanks.
-
Hi,
If you want to access the source code of the .Net project, double click on the .sln file.
You will find .sln file if you extract files from .xsn.
If you are using jscript:
Open InfoPath Go to tool menu, select programming, and select Microsoft script editor and change the code according to you need.
For Web service please look at this ...
-
Hi,
Please Check this link.http://www.infopathdev.com/forums/topic.asp?TOPIC_ID=2102
Hope this helps!
-
Hi,
We can't use java for Infopath forms.
if you use script editor, you can use jscript, vbscript.
If you use visual studio, you can use vb.net, c#.
-
Hi,
Check out this link.http://www.infopathdev.com/forums/topic.asp?TOPIC_ID=448
I hope this will help for you.
Thanks
-
Hi,
1. Select Expression box in the Controls Task pane.
2. Click on “fx” button in the Insert Expression box.
3. Enter Sum(Field1)+Sum(Field2)
4. Click on ok.
Field1 is the column in First repeating table.
Field2 is the column in Second repeating table.
-
Hi Saba,
Please check the links below.http://www.infopathdev.com/forums/topic.asp?TOPIC_ID=2242http://www.infopathdev.com/forums/topic.asp?TOPIC_ID=896
I hope this will help you.
-
Hi,
Please check the link below.http://www.infopathdev.com/forums/topic.asp?TOPIC_ID=939
Hope this will help you.