Expand my Community achievements bar.

Applications for the 2024-2025 Adobe Experience Manager Champion Program are open!
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 11/16/05
    Hello,I have a form that contains a print button, which is only executed if all validation rules are executed successfully. However, I still have the Print function in the menu and the toolbar of Acrobat/Reader. In the forum I found an entry stating that you should check out the AcrobatJS Guide and ...

    Views

    1.3K

    Likes

    0

    Replies

    5
  • 11/16/05
    Is there a way to call a JavaScript function in a FormCalc script?I have definde a ScriptObject containing a JavaScript function called 'checkRB()'.I can call the function e.g. in an initialize event using scriptlanguage Javascript by:option.variables.opt_check.checkRB();But when I try to call the f...

    Views

    885

    Likes

    0

    Replies

    3
  • 11/16/05
    I have created a form with designer that has 2 pages.In pdf, all works ok.But when i render it to html, i only can display the first page.How can i navigate between pages?Thanks in advance

    Views

    455

    Likes

    0

    Replies

    4
  • 11/15/05
    Dear all,I'm evaluating Form Server and want to establish a DB-Connection from the client. The problem is that i can't use a local ODBC-driver. So i thought DB-Query script should run on server side where i installed the specific odbc driver. I want to open the DB-Connection on runtime and get the r...

    Views

    314

    Likes

    0

    Replies

    0
  • 11/15/05
    Am creating a document where I want to prompt the user with the File Open dialog box and when a file is selected, I want to get that file and attach to the document. I know the scripting allows files to be attached but how do I display the dialog and then attach using the script.Will greatly appreci...

    Views

    702

    Likes

    0

    Replies

    3
  • 11/15/05
    Hello All,I am currently trying to parse my PDF form with ASP. I am running IIS 5.0 and at the moment have a simple ASP page that uses request.form("NAME") to pull the contents from the PDF and then output them to the screen.However, no data seems to be getting though.My own thoughts on the matter a...

    Views

    381

    Likes

    0

    Replies

    1
  • 11/15/05
    What I am looking to do is subtract one date field from another to give me the difference. I had something along these lines written for a form designed in designer 5, I could change this script, however I would really like to use the calender functionality in 7, any pointers ?Thanks

    Views

    2.9K

    Likes

    0

    Replies

    7
  • 11/15/05
    I'm rather new to Designer and I was wondering if someone could help me. Here is my dilemma:I created a form that contains about 90 records. I can view each record as it would in the form but I cannot save the form with a record other than the first one.I need to send these forms to my clients with ...

    Views

    258

    Likes

    0

    Replies

    0
  • 11/15/05
    I have a date/time field on my form that uses a FormCalc script to default to the current date, as shown below, in the Layout:Ready event:$.rawValue = Concat(Num2Date(Date(), "YYYY-MM-DD"))How do I configure this field so that it allows the user to change the date? Even if I set the Value Type to "C...

    Views

    627

    Likes

    0

    Replies

    2
  • 11/15/05
    I've got a form which uses the instance manager to add/remove subforms, and it works fine. I just recently created a new XDP from scratch via designer, and cannot replicate the functionality. I have a single subform, with a flow layout, which contains two subforms, Header and Body. The header contai...

    Views

    457

    Likes

    0

    Replies

    1