I have a table with various product codes and prices in the rows. depending on whether the user has checked (or unchecked) the product descriptions on another subform, I would like to remove (or hide) the rows corresponding to the unchecked product descriptions.As an example, the table name is Table...
I have a form with two master pages (Portrait and Landscape) and a text field on the first page of the form called b GameTitle.In the b exit event of the b GameTitle field, I have the following script:>//Paste the Game Title to the footer on Portrait pagesform1.#pageSet[0].Portrait.FooterGameTitle =...
I am new to the program and there must be a simple answer. In a text box how do you stop the box from expanding with test? I've tried everything and am very frustrated. I have a large paragraph to put in the test box.
Hi All,I'm beginning with livecycle Workbench.I need develope a process in Workbench, but the customer does not want to use the workspace.There are 3 flex application that they will send data to process management. The Flex application, is outside workspace.In the process I must have states that hop...
This might be a trivial question. I figured out how to do object remote-ing with blazeds. I cancall a method with out arguments no problem.The question is how to write flex code to call a method witharguments. Mxmul code..<mx:RemoteObject id="getApplicationsSrv"destination="aReportService" result="...
I have 2 workflows. The first one emails out an application form and the second one is set up to receive the filled out form via email.I have created an Email Endpoint for the second workflow and it is working fine. However, I am having trouble tracking the workflow ids for reporting purposes.Someon...
I'm trying to fill in my employment history into a prospective employer's fillable form. When I input employment history into 1 block, it automatically replicates to the next employment history block. When I delete the replicated information, the previous block (the one I want to remain) also delete...
Hello,I've been working on this for 2 weeks and can't figure it out. Any help would be appreciated.I have a button (btn1) on my master page (mPage). I want to change the color of this button to red when the user chooses one radio button (radiobtn) on page 2 of a 3 page form. After that, the master p...
I have LiveCycle ES 8.2 JBoss setup.I have a simple (short live ) orchestration which take few input (String) parameters dose some business logic and return result (String).I have a Flex client which uses a Flex remoting (RemoteObject) to invoke the service's invoke operation by passing the input pa...
Hi,I'm prepopulating my form with xml. I need to access some elements in this xml (get the value of) using javascript and xpath.Anybody know how that can be done, please?Kind regars Lars