Use our Google Custom Search for best site search results.
Search
-
Hi, has anyone had experience with the following?
1. User selects a name, which will query (through VB)
2. A repeating table is populated with various fields based off selection
3. One field is a multiple selection box of 10 values
4. I need to preselect items of 10 which correspond to the name selected, a subset of 10.
I know I will ...
-
Hi,
I am a newbie to this function in InfoPath and SharePoint. I have been asked to setup a form where 4 users can go in and complete a questionnaire. Each user has different questions.
My initial path, was to create a view for each user. Each user would complete the form and I can use the feature within SharePoint to Merge the forms. ...
-
Hi,
I noticed the form I have set up with a custom workflow using SPD, has the following, approvers can go back and change the status (Approve/Reject) after they have submited and "complete task".
How to disable this feature, if it is possible?
Thanks
-
Hi,
I have a question about this feature within a workflow. I have a custom workflow using SPD. I noticed when approvers reciever an email if they
1. Open the form through the email, click on the messagr bar "Edit this task" and approve/reject.....it does NOT map back to workflow to mark as "Completed"
2. ...
-
Hello,
May I ask if it is possible for InfoPath to call a VBscript when a user submits the data?
The script mainly takes when is entered from the form and SharePoint List update and updates an Excel Sheet when gets formatted for an upload to the firm's interface. It was too difficult to connect the SharePoint List exactly to the format ...
-
Sure, the steps required some copy and renaming files of prior working code. Can you send me an email through the forum and I can elaborate as needed.
Good luck
Jaime
-
Hi, may I have help with the following? I wish to select all items in a multiple selection list box by having the user click a button. I followed the steps provided below in VB. I have been getting an error when using the function, AddItem. "Object reference not set to an instance of an object." Any ...
-
Hello Jimmy,
Perfect, changed the following, and all worked. Thanks for quick response. No more questions on this topic. Have a good day.
Public Sub Model_ListBox_Changed(ByVal sender As Object, ByVal e As XmlEventArgs)
-
May I have help with the following error?
{"Operation is not valid, because of the current state of the object."}
I have one multiple selection listbox which I wish to populate into one textbox field. I loop through the selected items which are nonempty and store into a string. I am getting the above error on ...
-
No worries, this is my fault. I am still new. I found a youtube video walkthru for Qdabra software.
Okay, so searching on this error message returns some results. Is your list that you are submitting to on a subsite? This resolved the issue. I had the subsite and <Site> url incorrect. My work has ...