Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 3/5/10
    I know that I can run things locally with the "Local Server", but is there a class I can instantiate from within flex? I'd like for my unit tests to be self-contained.Would it be possible to release that functionality? Maybe a swc in one of the upcoming releases?

    Views

    575

    Likes

    0

    Replies

    1
  • 3/5/10
    I need to  pre populate five fields when the user opens the form using Acrobat Reader (name title, address, etc). The values will be stored in an xml data file in the same directory as the form (no database connections or web services needed). I've tested the xml and form structures using Forms -> M...

    Views

    1.1K

    Likes

    0

    Replies

    5
  • 3/5/10
    Have a pdf form that i use with a coldfusion application. The form designer used boxes as psuedo checkboxes so i replaced them with the real thing since i have to set the value programmatically.  trouble is now they display "Checkbox" to the let of each check at runtime.  Nothing appears in the desi...

    Views

    927

    Likes

    0

    Replies

    1
  • 3/5/10
    Is there a script that I can use that would give an error mesg when a user does not enter data in a (MM/DD/YYYY) format?  The field is a text field.  I have tried using the Validation Pattern and did not have any success.Thanks for the time and help.

    Views

    6.6K

    Like

    1

    Replies

    7
  • 3/5/10
    I am trying to create a drop-down menu with several options.  When a user selects one option in the drop down menu I would like to have a text field display a paragraph based on the keyword selected in the dropdown menu.  Does anybody know if this can be done? and if so how?  Thanks for the help!

    Views

    500

    Likes

    0

    Replies

    1
  • 3/5/10
    I have placed a Save As button on a form using the javascript call  app.execMenuItem("SaveAs");Just before this I want to suggest a filename for the user, which I have composed in a hidden field. I can do this successfully with app.alert("Save a copy of this form...\n\nMay we suggest a Filename: \n"...

    Views

    398

    Likes

    0

    Replies

    1
  • 3/5/10
    What is the correct syntax for insert a variable into brackets?  I have the following java script.----var tcount = Subform2.instanceManager.count - 1xfa.host.resetData("form1.Subform1.Subform2[tcount]");---- tcountreturns 0 (checked with text field)andxfa.host.resetData("form1.Subform1.Subform2[0]")...

    Views

    566

    Likes

    0

    Replies

    1
  • 3/5/10
    When trying to import an image into my form I receive the following error message:Browse for Image FileError: unable to locate an image file browser on your system.Version 8.2.1Windows VistaAny ideas how to resolve this problem?

    Views

    557

    Likes

    0

    Replies

    0
  • 3/5/10
    I have been designing forms in livecyle for years, but I have recently taken on the task of trying to import data from sql into forms. I am not have much success. I can get the connection established and see the first records in the table structure, but beyond this I am lost. Can someone please help...

    Views

    867

    Likes

    0

    Replies

    1
  • 3/5/10
    I need to revalidate the fields in a form after the form has been submitted in a Process.I receive the form in a watched folder, then the process starts and I want to execute all the validation scripts that I have coded with the Designer.How can I do?Obviously I could developing a custom component t...

    Views

    358

    Likes

    0

    Replies

    0