Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 7/18/06
    I know this is probably a very basic question, but the answer has so far eluded me...Could someone please tell me what code I use to access the text and values in a drop down or list box? For example, if I want to add an item to a drop-down list, and I put DropDownList1.addItem(TextField1.rawValue, ...

    Views

    549

    Likes

    0

    Replies

    4
  • 7/18/06
    I have a Print-only form with a Print button. I want to add the following features to the Print button (which simply calls xfa.host.print by default)....1. Have it check for empty, required fields (this I have actually already done using a modified version of the HighlightRequiredFields example).2. ...

    Views

    353

    Likes

    0

    Replies

    0
  • 7/18/06
    var newTextFieldText; newTextFieldText = this.rawValue;F.PAGE3.agt_ssn = newTextFieldText;WHAT AM I DOING WRONG!?

    Views

    628

    Likes

    0

    Replies

    2
  • 7/18/06
    I have created a 4 page form using Designer, and when I export it to xml and import it to access I get 4 tables. I need to have a common field between these pages, so I can tie them back together. I added a text field with the same name to every page and set their binding to global. On the form the ...

    Views

    354

    Likes

    0

    Replies

    0
  • 7/18/06
    Hello,I have created a simple form in Designer and want to submit the filled-out form as an XML file attachment via email. There is no problem here but I notice the xml tags get separated by a strange character that is represented as a hollow square when viewed in text editors such as Editplus and T...

    Views

    584

    Likes

    0

    Replies

    1
  • 7/18/06
    Objective is to show a predefined number of records from thedatabase and Populate a datagride.Say there are 50 records in thedatabase and the requirement is to show 10 at time. As per documentaionJavaAdaper needs to be used with page size defined. Tried but italways return all the rows.Code:Mxml f...

    Views

    740

    Likes

    0

    Replies

    1
  • 7/17/06
    Hello,We are trying for the past few days to create a dynamic PDF that uses an XML Data source to parse and display grouped information, We have taken a look at the samples but none of them seem to be helpful in this case.For ex.If we have a XML data source like: 1 john smith 1 jane smith 2 ...

    Views

    864

    Likes

    0

    Replies

    6
  • 7/17/06
    I am trying to prevent my users from performing a Save As on a form until all required fields are filled in. I know this will require scripting because it seems like the Save As command bypasses validation. In addition, I want to perform if-then tests to make some fields required only if other field...

    Views

    302

    Likes

    0

    Replies

    0
  • 7/17/06
    I have created a dynamic form with a subform section that needs to return multiple records. My database connection is solid and I am getting data back, but only the first record. I have selected the option to "Repeat subform for each record". Is there something else I need to do to get all of my rec...

    Views

    343

    Likes

    0

    Replies

    1
  • 7/17/06
    I have many two item radio groups whose values are either Yes or No. When tabbing into the group it only tabs to the first radio. When you hit the tab key again it goes to the next group. I want to be able to go to the No radio but I can't. I have to use the mouse.TIA for any response.

    Views

    463

    Likes

    0

    Replies

    3