Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 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

    939

    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

    518

    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

    337

    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

    736

    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

    398

    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

    286

    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

    652

    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

    474

    Likes

    0

    Replies

    1
  • 11/15/05
    When loading an image into a image-field in the pdf the loaded image is inserted on top of the document and all other image-fields. Is it possible to change the position to put the image in the right place?

    Views

    460

    Likes

    0

    Replies

    2