Not finding what you are looking for? Request a recipe!

  1. Is it possible to populate a text field based on a selected ...

    I am putting together a form for an inventory and would like to set it up so that if a certain item is selected from a drop down menu, the text field related to the volume of that item is automatically populated based on the selection in the drop down menu. Is this possible through javascripting?

  2. For importing xml into dynamic pdf, need user to select xml ...

    Currently, using xfa.host.importData();, the user must directly select an xml file in a directory of their choice (wherever they placed it). However, the xml file that they will be importing is contained in a .zip file in a folder in the zip named "XML". Is there a way for the user to navigate to ...

  3. How and where can I create a reuseable public function? Eve ...

    How and where can I create a reuseable public function? Even this simple test does not work: form1.subInstructions.Button1::click - (JavaScript, client) ChangeCheckBox1() form1.#variables[0].MyCode - (JavaScript, client) function ChangeCheckBox1() { CheckBox1.rawValue = 1 }

  4. Adobe X Pro - How to allow users to insert pictures on a fil ...

    Adobe X Pro - I am converting an Engineering Audit 40 tab Excel booklet to a fillable PDF forms. I found a Java Script by Joel Geraci to use a button icon for the picture field and action tab. This works but now I need to allow the user to resize the picture once inserted. Is this doable in Adobe ...

  5. Using a Form to dynamically populate a table on a different ...

    I have a soccer tournament with 64 teams that I built with Dreamweaver and everything works great. People sign up using a Form titled Anmeldung (Sign-up) that I built (also works well) with Name, Club, Country, League and email. I then take this information (I recieve an email, via a php script, wit ...

  6. How can I take the result of a data services call and calcul ...

    I have a working Data Service using BlazeDS and Java which returns: (SID, TableSpaceName, and Disk_Bytes) from an Oracle database. Two of these (TableSpaceName, Disk_Bytes) are used to build a Pie Chart, which is easy in Flash Builder. However, the chart needs a title that includes the SID and t ...

  7. Managed Remoting -- Managing Entities on the Server

    Please describe how you update an entity on the server and then tell the Managed Remoting service to update all of the clients...Note: Using Managed Remoting, NOT Data Services

  8. VDP

    we wan to integrate the Variable data publishing for our client , can anyone there update me about that . technology we are using groovy, we want to generate this for the newsletter templates etc, please reply if you can guide me for this

  9. PHP Submission form having dynamic values

    I want a php submission form with some fields. example: first field dropdown...for selecting Region Second field dropdown ...for selecting city. i want that when user select some particular region then an another dropdown field is display automatically.(city). The value of city depends on the ...

  10. Need to populate a drop-down in a repeatable subform with it ...

    My form has 2 repeatable subforms. They contain identical sets of objects to hold names and addresses except one SF (called DDSF) has a drop-down for the names and the other (NoDD) doesn't. The plan is for an 'administrator" to enter names and addresses into the NoDD subform repeating the sf as ma ...