Use our Google Custom Search for best site search results.
Search
Page 1 of 1 (10 items)
-
Hi all,
I have an issue with my web browser form, which I changed from an infopath filler form to a web browser form.
When I enter Design Checker, it is telling me on three different occasions that Dialog Box Actions are not supported.
I have scoured the whole form and created a copy and deleted what I thought was everything hoping that it ...
-
Hi Guys,
I have a query, I am customing a sharepoint list form which has about 230+ fields. There are about 30+ Form Load rules (A lot of these have to do with validation and almost every single one calls to the User Profile Web Service)
There are also about 30 different views which contain the 230+ fields spread out across them ...
-
I have found a fix for this issue.
For the initial drop down I have to settle with having this set using the double commas, however when this stage is submitted and moves on to the next stage i have inserted an action which uses the concat (substring-before & after function) as mentioned in the previous post to modify the entry.
However if ...
-
Hi there,
I have an infopath filler form and when I pull data from a SharePoint 2010 list into the form, the entries are coming up with double commas between the last name and first name (IE. BLOGS,,Joe)
I have found an online fix which works when copying the data from that field in to another field and that is located below. (Last ...
-
The following is some sample code which I am using to add to the itemstring ListName = root.SelectSingleNode("/my:myFields/my:ListName", NamespaceManager).Value;
string taskNumberStage = root.SelectSingleNode("/my:myFields/my:TaskNumberStage", NamespaceManager).Value;string groupTaskNumber = ...
-
Hi brandtsmith
Don't like to open an old topic, but I am having trouble with this method.
Particularly pointing to the "Cmd=Update", Once I can do this I will hopefully be able to attempt to update an item in a list.
If you could shed any light on the subject, it would be greatly appreciated.
Thanks
-
I think I have a similar issue, that I am trying to fix.
I have managed to have the list item that I want to edit as a hidden attribute in my form, so that when the user accesses the form next and any data that they enter is updated to the form.
The problem that I can't overcome, which i think is the same problem you are having, is that I ...
-
Hi all,
In the infopath form I am designing, I have enabled the form to submit the data to a custom list via web services and then submit the form to the form library.
What happens next is the next user will be notified via email and will update the next section of the form and again, once he hits submit the form will submit to the list and ...
-
Sorry guys I found the answer!
Didn't do a thorough enough job of searching the forums!!
For anyone who is interested it is this.Close();
Thanks for your time
-
Hi all,
I currently have an infopath 2010 filler form, in it I have added the code functionality which allows me to add what a user has input into the form into a shareppoint 2010 list.
However when I add an infopath rule to close the form, the above mentioned functionality does not run.
Therefore I am looking for a way to close the form after ...
Page 1 of 1 (10 items)