Hi,I think I misunderstood your problem, is it possible for you to publish your form and data somewhere and add a link to it here in this thread so we can see what is happening?Bruce
Hi,The error trying to saying you are binding a field in your form to a group element in your data connection. In your example interestDueAmount is a group element (or complex type) and is represented in your data connection as a dataGroup object. Subforms can be bound to dataGroup objects but fie...
Hi,Try using;util.printd("HH:MM:SS Z", new Date(), true)Or to just get the time zone code;util.printd("HH:MM:SS Z", new Date(), true).substring(9)If you want a more verbose version you can use;new Date().toLocaleFormat("%Z")Regards
Hi,The SUM expression is failing because those fields have not yet been added to the form, so if you check for their existance first you should be ok.if (Exists(Patient_info.Table1.Data[0].amt[0])) then $ = Sum(Patient_info.Table1.Data[*].amt[*].rawValue)endifSo you can still stick with FormCalc....
Hi Shai,That is a strange warning message to get in Acrobat, that is the sort of message I would expect with Reader if the form has not been extended.Not sure about your SUM expression, that seems to be a new part to your form, maybe you will have to share the for again.Bruce
Hi Shai,I think what you are trying to do is not supported by the action builder. But can be done with your own scripting, I have added a script object which contains a custom script that will do what you want, I called it "Script" (see image below). Select this object and then "All Events" under ...
Hi Shai,There seems to be a couple of characters missing from the URL you have posted, at least I am not able to access your form.Can you make sure the form is shared and try pasting the URL again.ThanksBruce
Hi Shai,I still see can't your form, you will need to upload it to Acrobat.com, Google Docs, DropBox or the like, share the form and post a link to it in this thread.RegardsBruce
Hi Shai,There isn't a link to your form in your last post.There are several ways to link the values of multiple fields. You can bind them to the same value or maybe use a calculation script.Bruce
Hi Shai,You may have to share your form for me to understand what you are trying to do. I don't understand how each checkbox is going to know which row of the table it has become associated with.RegardsBruce