-
Let's pretend that you've been using a SharePoint Form Library and you have hundreds of documents (XMLs) already submitted. You found out about DBXL, purchased it and now want to make the full switch. Here are some general guidelines to help you...
-
This one was a treat. Worked flawlessly in preview, of course. The admin approved browser form had some buttons that were switching views. The IPFS error was: An editing action referred to a field or control that cannot be found in the current view. The...
-
We've recently seen some questions about the SubmitToSharePointList command in qRules. One common error is: Security Exception - please check security requirements for this command. There are two solutions for this issue: Set useWebServices node to...
-
Just wanted to quickly post this link, which describes the differences between publishing sandboxed vs. admin approved solutions. I hadn't realized that sandboxed forms can't use email submit connections! From the MSDN page: Publishing Form Templates...
-
You can now integrate your browser-enabled qRules form or forms that have custom code using the content type mapping in DBXL! This is previously done by using the qRules command called SwapDOM. Now with the content type mapping feature, DBXL makes it...
-
Imagine that you have an InfoPath form that submits to DBXL. There will be instances that the value entered for a specific field doesn't match the data type stored in the database - thus results in shredding errors. When errors occur during shredding...
-
Imagine that your InfoPath form, which submits to DBXL, needs to make sure that there are no duplicate records. Using the web method QueryDocumentNodeSet, we can quickly check whether DBXL already contains a matching record. For the purposes of this tutorial...
-
Did you know that Qdabra Software offers complimentary weekly InfoPath webinars? Join us on Thursday mornings at 8am PST as we explore tips and techniques you can start using today to unleash the hidden power of InfoPath. Content varies from beginner...
-
There is a form available here for download that demos the techniques in the video - the video outlines using qRules to copy complex repeating data between two data sources. CopyTable works well in simple scenarios, but if your data structures don't...
-
So, I've got 3 recent qRules videos up on YouTube: Introduction to Qdabra qRules - basics on installing and using qRules - SaveToSharePoint and Sandbox - how to use the SaveToSharePoint command in an IPFS form without full trust qRules - Submit To...
-
I wanted to note a few things I've run into using qRules in Browser forms, along with some troubleshooting ideas. Postback - if your form works in client (preview) but not when opened in the browser, check postback on your controls that are setting...
-
DBXL versioning is turned on by default, as it is necessary for certain scenarios. For safety purposes the checkbox in DAT is also disabled, so that it is not accidentally deactivated. (For a PDF version of this blog post, click here .) However, should...
-
You may have gotten the feeling from my latest flurry of cranky and short IPFS related posts that I've been struggling with browser forms a bit lately. You would be correct. I had a 2010 form with code that I published as sandboxed to my SharePoint...
-
During Qdabra’s free weekly webinar on November 10, 2011, we discussed three possible contact selectors, their pros and their cons. This follow up blog post will summarize that webinar and provide you with XTP and XSN samples. You can download the supporting...
-
I don't know about you, but I sometimes ignore the Design Checker in InfoPath - especially when it is throwing an error over some poor expression box (calculated value) that it thinks is bound to a repeating group (what's that about any way? Aren't...