Use our Google Custom Search for best site search results.
Search
-
Hi Oliver
I haven't seen any mention of whether or not the form has "full trust" or not. When you publish the form you will need to set this setting. I don't recall where this setting is on InfoPath 2007 but found this from another post. Give this path a try and let me know. In the Designer, go to Tools->Form ...
-
As mentioned by the previous members, if your form does not contain any code you should be able to publish it directly to the form library of the site. However, if you have code and are looking for an alternative to using the Central Admin UI to upload the form I've included a Powershell script that I use to publish my forrms. If ...
-
Sorry about not clarifying a couple of steps. After clicking on the fx, click on the left button "Insert Field or Group." From there you can navigate to the field from the Main Data Source.
Hope this helps.
Scott
-
You could use a Calculate Value control and in the properties of the control, set the Data Source to the xpath node that holds the Date field. Then in the Results section (below the Data Source on the properties page) select the Format of Date or Date / Time. If you select Date / Time, you'll need to add one Calculated Value for Date and one ...
-
-
bmcomp -
Which Add-In are you talking about to do the export? I am curious about this myself.
Scott
-
Greetings -
I'm curious if anyone has ever used custom css to format and display images in SharePoint 2010 & InfoPath 2010 Browser enabled Forms? I have a number of images I am using to display the progress in a process and am hiding and showing each image based on the state of the workflow the form is tied to. It ...
-
Hello Mette and Kristin -
How many times have you built and deployed this form? You may want to look in the FEATURES folder for a feature that starts with "FT-(GUID)". For some reason SP stores multiple copies of the form and over time it takes longer and longer to deploy the form. My form is ~700KB with lots of views and rules ...
-
So sweet Ernesto!!!!
I almost tried the concat() function but wasn't sure how to add the time portion. The "T" would have been something I would have missed even though I know its part of the date/time DNA.
Thank you!!! Works great!
Scott
-
I have searched high and low with no success to figure this one out. I hoping it's just around the corner from me now. I have a date picker control on my form that I'd like to set the date and time port of the control to 2 days from today at 5:00 PM. I'm able to use the addDays(date, number of days) function to set the date portion ...