I know this should be basic and easy but after about 20 hours I still don't know what I am doing wrong.I just want a button to add another subform containing the fields that need to be filled in.It's an event sign in sheet that I want to distribute to iPads. It has some user detail and then they wo...
Hope this is the right forum to post in; I'm using Livecycle Designer 8.0 (and I couldn't find a specific forum for it).I have a form where I'd like to hide and collapse particular non-relevant subforms when printing. These subforms should always appear when viewing the form on screen (so they can ...
I have a button to add an instance of a row. However, when I use the button to add the row, all of the information from the first row is copied to all subsequent rows. The JavaScript code I'm using is: xfa.resolveNode("form1.FormName.Table1.Row1[" + this.parent.index + "]").instanceManager.addInstan...
Hi,I have a form with multiple drop-down, text fields, etc. Depending on how the user responds to drop downs, but what I would like to do is for users to be able to part complete the form, save it and when it reopens to prompt them with the part completed form and a new question automatically opens,...
Hello,I'm trying to access the string representing of the SOM expression associated with dynamic properties for a drop-down using script.Looking in at the xml source I see the element bindItems with attributes being ref, labelRef and valueRef.I figured trying to access those values for a particular ...
Hi,I'm creating an auth token using php with$session->getAuthenticationToken($secret, $userId, $userName, $userRole);In the roster and in the SimpleChat log I see the userID instead of the user name.Is there a way to change that?Thanks
Hello All,I have installed LiveCycle ES -2 through turnkey installation in a Windows -7(64 bit) system. I am trying to create a DSN in the system. But I could not get the MySQL ODBC connector. I have installed the same, still I am unable to see the option in the connector list. Only SQL server conne...
Hi,I'm using server2server api with php.How can I kick a user from a room?I've tried calling $rtc->invalidateSession($room) but I don't see any effect.Maybe invalidateSession just invalidate existing auth tokens?I'm deleting a room with:$rtc->deleteRoom($roomName);I can see that the room is deleted ...
Hi,I'm creating a form that requires number fields (of a specified amount of characters) in a table but I don't want the separator lines between the characters. Is there any way to turn that off?Thank you for your help in advance.p.s. I also notice that if I copy the first field in the column to th...
Hi All.I have a form which uses instanceManager.addInstance(1) on a button click to ad an subform instance. When I save the form in Designer as a pdf document and then open it with Reader, the script works 100% and the subform creates a new instance everytime I click on the button.Now when I run the...