Use our Google Custom Search for best site search results.
Search
-
Hi Hillary,
Here's the important part of the VB code which is triggered when the button is pressed, showing the makeup of the e-mail itself.. This worked great with Outlook 2013. Second post will have the screenshot of what happens.
-
Has anyone gotten the Submit through E-mail to work successfully for InfoPath 2013 with Office/Outlook 2016 installed? Previously with Office 2013, the user would click the button to submit via e-mail and the e-mail would show up in their inbox within a few seconds. With InfoPath 2013 and Office/Outlook 2016, the e-mail opens as an editable/draft ...
-
Thanks Hilary. I've been able to get around the max ID issue by creating a workflow in SharePoint which increments a record in a different table which keeps track of the max ID. Then InfoPath only has to query the one record from the "supporting table" to get the max ID and autonumber accordingly. Hopefully we'll see a slight ...
-
Hi all,
My InfoPath solution is only ~5 months into production and we've already hit the 5,000 list view threshold. Part of the steps for submitting the InfoPath form to SharePoint refreshes a query of the SharePoint list to get the max ID (similar to the auto-numbering File ID concept)... Only problem is that said list has now grown to ...
-
Thanks Hilary - that blog post got me in the right direction.
One last question - do you know if you can mix New and Update method nodes, or do they all have to be one or the other?
I think where I'm at is I'll have one sub for AddMethodNode and then one for UpdateMethodNode respectively for "New" or "Update" ...
-
Hi Hilary -- that's excellent news to hear! Could you help point me in the right direction to get started? Would I instead use NodeIterator to create new nodes that way?
-
Hi all,
i'm pretty sure the answer is "no" but I'm trying to come up with a solution in which I can take a repeating table's rows and insert/update a SharePoint list in one query. I'm currently using CAML approach but for some reason the script successfully gets so far through the repeating table and then stops/times ...
-
Hi Hillary,
Thanks for the quick reply -- I did see the checkboxes to remove the functionality entirely, but I do want to allow them to save locally which is what makes this a little more difficult. It's just that I don't want them to be able to save to the SharePoint form library specifically. I'm not sure if it's a matter of ...
-
Hi all,
Is there a way to stop someone from manually saving a form using "File" "Save As" to save to the SharePoint form library? It's fine if they want to save locally to their desktop, but I don't want them to be able to save directly to the form library. I have buttons with specific code set to run which ...
-
Does anyone know if there's a way to programmatically enable/disable "Changed" event handlers in VB? I have a form with 11 repeating sections that are built out using VB loops. Each time a row is added, my "Changed" event handlers get triggered. Although the first line of the "Changed" event sub is an "if not ...