I am having trouble getting a Javascript click event button to lock fields in a subform. I have downloaded Paul's PO form and copied the script but it still didn't work. I changed the (form1) to my subform name and put the button in subform under the hierarchy but still nothing. I also saved the ...
Hi, I'm trying to figure out how to receive an event when the last user exits the room. I noticed I receive an event a few minutes after the last person quits but it doesn't contain anything meaningful to know what the event really is. Is there a way to know what the event is or do I have to connect...
I have a repeated row form which contains a button and multiple text fields. There is a text field (Input Data Field) further up with some information I want to place in the table and multiple buttons that I want to read the value of and set to the table. I apologize there are multiple questions I...
I have an URL like this:http://localhost:8080/workspace?startEndpoint=HelpDeskProcess.InitiationFormThe process name is HelpDeskProcess and the endpoint name is InitiationFormBut when I type this URL in browser it opens workspace but shows an error "Invalid endpoint Id".Any suggestions?Nith
I have a calculation script that sometimes returns a decimal result. How would I create a script that would round that decimal up to the next whole number? Anyone have any idea's?
Hi everyone.I'm having troubles with this functionality in the detailed view of a space.I always get:'Failed to retrieve form design fields from the document.'I´ve tried saving the form design on LiveCycle Designer in every possible way (Static PDF, Dynamic PDF, XDP, etc)The worse thing is that I ha...
i am trying to put a simple calculation with an if exceptionif(Field2>Field3) then field1=(Field3-Field2)I cannot get this basic thing to work and I am by no means a programmer.Thansk for any help!
Hi all,I need your advice again What properties do I need to set and where to make my text object (created on the master page) appear starting from the 2nd page????Thank you much!
I am trying to insert XML/XDP in a CLOB column of an Oracle Database. It seems to work in a short lived process. However, I get all sorts of errors when I convert it to long lived.Anyway one know why?I extract the XML/XDP using a process form submission module and convert it to string. Then, I run t...
How I can add a "%" sign to a Numeric fields and put a limit of 100%?IN case user enter more than 100% inform them that they can not enter more than 100 and then focus to numeric field again.Thanks for your help