Use our Google Custom Search for best site search results.
Search
-
As long as your secondary data connection is set up as Retrieve Data only, then you shouldn't have to worry about writing back data to the events list. Instead of using query strings, try using filters on the event data based on the event ID. Hopefully that will accomplish the behavior you want.
-
You will need to add the tag '&b' before and after your header/footer to center the text. For right align, simply put the tag only before your text.
For more info, here is an article that explains headers and footers in InfoPath: ...
-
Try bringing in the +1 into the parameters for the concat function. That is, try the formula 'concat("field1", "field2", ID+1)'.
-
Hi Tom,
When you customize your attendees form you will need to make a secondary data connection to the Events list. Details on how to do that can be found here: http://office.microsoft.com/en-us/infopath-help/add-a-data-connection-to-a-sharepoint-document-library-or-list-HP010093160.aspx
Next, you will need to do a lookup or filter on the ...
-
What sort of functionality are you looking to customize in the ribbon? Will buttons on the form be a good workaround for you?
-
The Contact Selector control is now the Person/Group Picker in InfoPath 2010. You no longer need to create the XML file to properly use the control. Instead the Person/Group Picker should work automatically out of the box.
However, if you are using the IP2010 designer to design a IP2007 form, you will need to use the old ...
-
Import from Excel is not officially supported by InfoPath, but you can copy and paste into a repeating table and it will work for the most part. You'll have to be careful that your clipboard matches the destination schema (eg. same number of columns -> same data types) or you may run into problems.
-
Hi Jesse,
Here is a link to an msdn article that will get you started: http://msdn.microsoft.com/en-us/library/ee475611.aspx
Your solution will likely involve at least some amount of code in order to achieve this.
Hope this helps,
Anson
-
If your form is Filler Only, you can add a Signature Line control. You can find the control in the Controls gallery under the Objects group.
Anson