Hey Everyone,I wrote a custom Java component that successfully runs in Eclipse, and when I deploy/install it and run it, it gives me no errors. But I have a question.My method that I am calling from the component accepts a List<Integer> as an argument. So in Workbench I am making some test data in...
Is it possible to send a form to more than one person? And if so how do i go about this without having two seperate email buttons?Please help!!Mustbeluck
At current i am working on a form where you have a yes and no option if you select yes you must then select a level of risk low, med or high. I would like the items to only be able to be chosen if yes is selected.Please help!!Mustbeluck
Hello,I developed a web page that connects to a database, reads some data and shows it on the screen. I use HTTPService to connect to a php server that takes the data from MySQL. Everything is OK when I run the web page from the Flex Builder, but when I run the page doing double click on the release...
I've created a dynamic PDF form that contains a table. The table overflows perfectly onto the next page when enough rows are added, but I would like both the title leader and the table header row to be repeated on each page. Is this possible?
hello I have a problem in the master page I have a textfield this textfield must be visible within the pdf document and up to here no problem within the document there is a button that makes a series of checks if these checks are successful the textfield, in the masterpage, has become...
Hi all,I have designed an Invoice.XDP form and connected to a XML/XSD file for data.Now I dragged data fields from DataView to Invoice.XDP form to create required Text Fields.When I generated PDF from LiveCycle OutPut ES service it renders all fields with data.In the Invoice.XDP form some of the fie...
Hello,I have a form in which I want to add submit buttons that will route a form between several users. Each time a user clicks the button, the button will become inactive. Can this be done and can some steer me in the right direction for scripting?Thanks a bunch.Joe
Hi,In LiveCycledesigner by defoult thet propose a bunch of button (save , print, send)I would like to know if it's possible to create a new one and save it in order for the programto propose me the same button with the same charateristics each I design a new formThanks
have a form with a table on the first page. If it has more than 7 line items, then it continues to a new master page content area to display the rest of the line items. Then it has another separate page to print at the end.However, if I have 7 or fewer lines, it still prints my continuation page....