Use our Google Custom Search for best site search results.
Search
-
from my understanding this can only be achieved with a workflow
-
Hi Guys
I am using data connections (XML) that target specific views in a list, NOT the default view.
How do I count the number of items in a particular view.
Note: My form is being used via browser NOT client on MOSS 2007.
Also this is NOT a data connection to a SharePoint list where I would just count() the repeating node.
I am using ...
-
Thanks
I guess the "views" solution will have to do for now
-
Is there a way to do a confirmation dialog box in InfoPath 2007 without writing code?
I am trying to avoid writing code however, need to do something similer to the functionality of XDocument.UI.Confirm
Example in code
var warnmsg = XDocument.UI.Confirm("WARNING MESSAGE WITH YES AND NO?", 4);
if (warnmsg == 6) {
// IF ...
-
Is there a way to poulate a dropdown box with usernames form a site collection without writing code or using a custom list?
The example here shows how to achive it with the "current" user. However, I am trying to display all uses in the site collection
-
Just an FYI our application hosting team did discover a problem on the web farm environment which was not allowing web page rendering of InfoPath. An upgrade to SharePoint caused an upgrade failure on a database for an SSP in the farm which resulted not allowing some of the Enterprise Features to function. One of the features is ...
-
Yes I did give that a shot but no luck. Published to different libraries and different sites too
-
Hi I have 2 SharePoint instances, 1 production and 1 development environment. Now when I publish a form in development and submit a form to that forms library, it shows up as an XML file. The filr still opens up in InfoPath with no problem however, none of the promoted fields show up in development environment. This ...
-
To answer your questions
This happend consistently with few users and only sometimes with others, and not at all for some.
We are trying to pull the template down from sharepoint.
Not much has changed on the infopath side. Another theory we have is that maybe some patches that got pushed out (however this was a week ago)
we have run into the ...
-
I have a similar situation that I need some help with.
I have several InfoPath forms that I support and have worked just fine until yesterday. Now when the form opens up people get an error message sayingForm template: http://sharepoint/siteurl/Forms/template.xsn
Access Denied
The strange thing about this is that even I sometimes get this ...