Use our Google Custom Search for best site search results.
Search
-
Hi stumbler,
Once see the prefix for the attributes (LastUpdated_by, LastUpdated_time) in the XPath and then try again. I worked out with an example.
Hope this will help you.
-
Hi shaun,
Try to put the dfs prefix before the 2 attributes of secondary data source.
not(. = ../preceding-sibling::dfs:ProfileData[@COMPNO = current()/my:Form_info/my:Company/my:COMPNO]/@GENNO)
try this one.
not(.= ../preceding-sibling::dfs:ProfileData[@dfs:COMPNO = current()/my:Form_info/my:Company/my:COMPNO]/@dfs:GENNO)
Hope ...
-
Hi norale,
To write code on javascript go to Tools --> Programming --> Microsoft script editor or Alt + Shift + F11. If you want to change the script editor go to Tools --> Form Options --> Advanced tab. In the Advanced tab go to "Programming language" section and select the language from "form code ...
-
Hi dlgross,
Option section instructions means, do you need to increase the font size of "Click here to Insert" in the optional section in the preview form. If that is the problem the solution is extract the InfoPath form in to a folder by File --> Extract Form Files and close the form.
Go to that folder and open the ...
-
Hi elimosco,
Try this Blog, you will get the result.
http://www.infopathdev.com/blogs/greg/archive/2005/07/14/Create-a-Repeating-Cascading-List-from-a-Flat-Data-Source.aspx
-
Hi elimosco,
Check this one it is working properly.
http://www.infopathdev.com/blogs/matt/archive/2006/05/23/Filter-a-Repeating-Drop_2D00_Down-List-on-Previous-and-Future-Selections.aspx
This will help you.
-
Hi,
If the form has many number of fields and those all should need in read only when the state is completed, Its better to create a read only view. When the completed state arises switch the view to read only view, so that you can avoid many number of rules on fields in a single form.
-
Hi BAHMan,
InfoPath site converted the "J Script" and "VB Script" with no space in to BLOCKED SCRIPT.
In Java Sript Application.ActiveWindow.Close(true)
and in VB ...
-
Hi BAHMan,
I tried in both VB.Script and Java Script.
In Java Script "true" is case sensitive where as in VB.Script it is not.
Try these
BLOCKED SCRIPT Application.ActiveWindow.Close(true)
BLOCKED SCRIPT Application.ActiveWindow.Close(True) or ...
-
Hi mantenar,
First of all welcome to the forums.
http://www.infopathdev.com/forums/thread/1553.aspx
http://www.infopathdev.com/blogs/greg/archive/2005/07/06/Create-a-Cascading-List-from-a-Hierarchical-Data-Source.aspx
Hope this will help you