Use our Google Custom Search for best site search results.
Search
-
The error field displays a value, now that I've made it try and move to a none existant field.
Thanks.
-
Hi, I'm currently evaluating Qrules v 4.1 and have a query.
I have injected QRules into an IP2010 form hosted in SP2010 the rules I've tried seem to work ok, however, the Result, Success and Error fields don't show anything and remain blank throughout. Additionally, the QdabraRules (Secondary) values that are marked witha red star ...
-
Hi, I'm trying to open a newformsolution form and then add values to it then save and quit it. I currently have the following code but I'm struggling (because of my skills) to save the newform solution - can anyone help please.
//
var fred = ...
-
I've developed an extensive form in 2003 with lots of jscript and rules etc. At 2003 the form works fine and no errors get reported, however, when I run 2010 I'm getting errors that report number of rules or onafterchange limit reached. I appreciate what the error is - although not fixed it yet as it's not 100% clear what is causing ...
-
You need to specify the array item in the repeating element i.e. if Contact_Member_Names is repeating you'll need Contact_Member_Names[n] where n is the node position - you can check using position(). Also I'm guessing that d:Contact.... should read dfs:Contact....
Hope this helps.
-
I've been using this method for sometime (on forms that aren't trusted) and it works ok. It's better if you then delete the created entry to keep the list 'clean'. The method however isn't fool proof and if there is a lot of simultaneous form users you can get the wrong entry i.e. created by is incorrect. Additionally, you ...
-
Hi,
Is there a simple way, other than qrules?, to save a file attached to an infopath to a sharepoint list. I know how to update a list using Updatelistitems but now I want to attach a file.
Help
Regards,
-
Hilary, Brilliant! this will be a major enabler for us.
It works in jscript with the following code:-function OpenNewFormandPassData::OnClick(eventObj)
{
var fred = Application.XDocuments.NewFromSolution("C:\\MyForm.xsn"); // Open new form
var source = XDocument.DOM.selectSingleNode("/my:myFields/my:test").text; // get ...
-
2003 with jscript is my environment
-
Hilary - thanks I'll check this out in the morning and get back to you