Here is the script I am trying. when the user select one of three radio buttons , then the set of fields are filled in or left blank for the user to fill in based on the case below. I'm getting a script error "syntax error" and nothing is filling in. switch (thisrawValue) { case "1": page1.publish...
Hello thereIs it possible to use a Javascript function to validate a field, rather than use the “Validation Pattern” approach? I am OK to write the function, however I also want to be able to use it with the Form Level Validation Settings (having the function run again when the form submits etc.).I...
I have 2 fields startDate and endDate both have field type of date/time with calendar dropdown. Then i have a text field named RestrictedDays.Is there anyway that it can take the date of startDate and endDate and tell me how many days in between and have it show up in RestrictdDays?I found a script ...
I have a client that is using Adobe LiveCycle Designer ES2. She is able to open up the document but when she clicks on the Preview PDF tab she's getting a Microsoft Visual C++ Debug Library dialogue box that has the following information:Debug Error!Program: ...rogram Files\Adobe\Acrobat 10.0\Design...
Hello thereCan anyone please advise on the best way of programatically controlling one pdf within a pdf portfolio from within another?I have a client who wants to break down one large form into several “sub” forms, and to place all these forms into one pdf portfolio.Is it possible, using Javascript,...
The "LCCS" would make a "failover" if one client can't use P2P to connect to another client,then the "LCCS" will let the client turn to "hub-and-spoke" mode ,and it will be produced consumption.Whether my understanding is correct?If the answer is "yes", Then whether the stream publisher is always p...
i'm trying out recording for the first time and playback is failing. i keep getting NetConnection.Connect.Rejected when i try to connect to the app in playback mode. i'm using the recording/playback examples that were included with the SDK. the streams are recording and storing correctly on the W...
Hi,I will be creating a number of PDF forms for completion by engineers who service air conditioning units to record the condition of various components in the units. Once the form is completed I would like to submit the data to a MS Access/SQL database (i have not made my mind up with one to use)....
This forum has been invaluable to me in the past and I grealy appreciate it!!!!!!I have a form that requires 2 digital signatures and is to be submitted by email (after signature #1).The first signature, Department Head, can NOT lock the form as the 2nd person, who will also digitally sign it, needs...
I am trying to change the color of a button when some one hovers over it. I tried putting this.fillColor = "204,255,255"; in the mouseEnter event, but it doesn't do anything. Also I have the button as a Linear to bottom format with two colors "153,204,255" and "204,255,255". I want to invert the ...