I'm attempting to control a repeating subform scenario through a JavaScript dialog. The number of subform instances and the data in them can be controlled separately, but the difficulty lies in creating a new instance and adding data to it in the same event.I'm using addInstance() and/or setInstance...
Is there a way to stop people filling in date fields manually?since there is a calendar, there not only is no need for manual entry but it also avoids input error..When I try to validate a date, it will either accept the manual date, or the calendar date but never both.Does somebody have a solution ...
Hi there,I have a Flex Form running within Workspace. Basically I would like to perform a user search using UserManager. But first, I need to get hold of the Session object from the Workspace.Does anyone knows whether Workspace exposes its session object to the Flex form running within it, and how?T...
Hi guys,I am writing a DSC operation, where it has to be long-lived and I have a custom bean specified as one of its input. When the operation is executed at run time, I get this ClassNotFoundException for my custom bean, even though I have the custom bean class within the DSC, and class search orde...
Is there a way to have lines in a textbox automatically be numbered like the Outline Numbered feature in Word? I want to create a dynamic form that formats like an outline when typed into a textbox. I am currently using Lifecycle Designer 8.example:1. xxxxxx 1.1 xxxxxxxx 1.2 xxxxxxxx2. xxxxxxThnx-Al...
Is it possible to create a variable in the initialize script of a text field and then reference that variable in a button? If so...how do I access the variable?
I'm creating a two page form PDF for my firm to attempt to go paperless. I've have done plenty of research and haven't found anything very informative yet. We need to be able to have a form that someone can click a buttom in the PDF and merge a selected PDF file. Thus resulting in one PDF file with ...
I have a very simple table set up for listing prices. Only two columns. One is the description and the other is the cost. I've used a previous posted Java script but Adobe will not let me put in prices.This is the script:ar jpt = xfa.form.form1.Page1.TableSub.resolveNodes("Item[*]");var sum = 0.0;fo...
is it possible to get the width of a table colomn even if it's hidden from the layout. What I'm trying is hiding an object...then clicking on a button which displays the width of the hidden colomn but it returns 0 as it was hidden before it was shown.
I have a form that I made in Designer 7.0 that pulls information from an SQL database. It works fine on my machine, but on some machines, we get an error that says "Connect Operation Failed - ODBC Driver Manager. Data source name not found and no driver specified". At first we thought it was becau...