Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 3/23/06
    I have a list box where I've set it to be multiselect (ie. this.ui.choiceList.open="multiSelect"). When a user selects one or more values I want to get the selected choices. I want to be able to determine the selected text and the bound value.I've got this working for a single selection by using the...

    Views

    3.6K

    Likes

    0

    Replies

    20
  • 3/22/06
    Hi,I have a form which requires validation prior to it's final submission (fields must be populated, etc).However, in order to pre-populate some of these fields, we also need to be able to submit the form to an external CRM to retrieve the FDF data for the form to be incorporated.When doing this, th...

    Views

    6.3K

    Likes

    0

    Replies

    6
  • 3/22/06
    If I want to get a count of the number of records in a table how do I do it?

    Views

    2.7K

    Likes

    0

    Replies

    17
  • 3/21/06
    How can I get an em dash to show up in a static text field as an em dash instead of two hyphens?Is it even possible?

    Views

    3.8K

    Likes

    0

    Replies

    4
  • 3/21/06
    Is there any way possible to make a field inactive (user cannot enter data)...and make it active at run time depending on user action.I have a form with one drop down list(with choices yes & No) and two text boxes..if the user selects "yes" from the drop down list, then both the fields become mandat...

    Views

    3.3K

    Likes

    0

    Replies

    24
  • 3/20/06
    Hi All. I have a signature field that I wish to use as an implicit "approval" indicator if signed. That is, if signed, my workflow would generate an accept email. If not signed, a rejection email will be sent.I am trying to determine via Java Script during the submit action if my signature field is ...

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 3/20/06
    Can I change the caption of a textfield at run time?? i.e lets say i click a button and the textfield caption changes from Text1 to text2

    Views

    10.7K

    Likes

    0

    Replies

    6
  • 3/9/06
    Really kind of a newb when it comes to some of this stuff. Any help would be appreciated.

    Views

    2.6K

    Likes

    0

    Replies

    9
  • 3/7/06
    Hello all, Pretty simple question, just running into syntax errors.I want to take the first letter of fields 1 and 2, and the 6, 9, and 3rd number of fields three. I can do this with a substring one at a time, but I need to this so it puts all of the values from the substr together, ex. 051097HT. Th...

    Views

    9.1K

    Likes

    0

    Replies

    4
  • 2/24/06
    I am using the command app.execMenuItem("SaveAs"); in the click event of a button. Is there anyway that I can specify a default filename for the user? I do want the user to get the Save As window and the ability to change the name if possible.The form is generated by the RenderForm Java script, and ...

    Views

    3.0K

    Likes

    0

    Replies

    9