Use our Google Custom Search for best site search results.
Browse by Tags
-
I have a user that wants the form he is filling in to automatically print and close the form when he clicks on a button. I've managed to get the form to print when the button is closed but when I then add the Close element to the code the form closes before it has a chance to print. The example code...
-
I would like to use an secondairie datasource of type XML to use for look up in fields of my main datasource. is this posible? I want to do this so my infopath form also has ofline the options abvailable. I use InfoPath 2007. ***
-
Hello and thank you for this great forum. I hope this is the right place... :) Is there a way to send parameter from task pane to a view? My scenario: I have 2 views and task pane (html file for menu). I need to navigate from one view to the second one and to display only specific section in the second...
-
Hi everyone I'd like to know if it'ss possible to point to the default user's dir for the secondary data sources ? I work with Java and for many reasons i'd like to put my dynamically created XML secondary source file in c:\Documents and settings\<my logon>\ Thank you for your help
-
I'm fairly new to InfoPath and have run into a problem on a form I'm trying to build. The form is hosted on SharePoint and will be used by employees to submit a request for a new team site to be created. Within the form there are repeating tables with drop downs to select employees to be designated...
-
Hi Clay, Thanks for your help again. I was wondering if you could explain something for me. I understand that I create the following rule on the datepicker - substring-before(datepicker,"/") and I understand how to set an action as a message but I am not sure how I tell the date picker that...
-
Hi Does anyone know how to make a date picker only allow selected dates to be inputed. What I am looking to do is have a drop down list with all the months listed. And when a user selects a particular month from the list, I would like the date picker to display a default begining date from that month...
-
Hi Would someone be able to help me. I am trying to get drop down list, that has the months list down to control a date picker so that the particular month show up when the user select the required month. Also would like to do the same with a year drop down list. Anyone have any ideas how this can be...
-
Looks like this is the line I need to change... <xsf:calculatedField target="/dfs:myFields/dfs:dataFields/d:LaborSummary/@NOW_ETC_HRS" expression="../../../my:FormData/my:NOW_ETC_HRS_USER_INPUT_TOTAL[../../my:DetailId = ../../dfs:dataFields/d:LaborSummary/@AUTONUMBER and ../../dfs:dataFields...
-
Do you mean this posting below? Where do you find the manifest.xsf file? If I need to code...do you have an example? I need to update the row in the table that matches the autonumber field(key). I can update the same field on the form that is not part of the repeatig table and it works fine. But I need...