Expand my Community achievements bar.

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

  • 8/3/11
    HelloFor some reason, i am using a variable in place of a FIELD, while doing of referring a text field expression syntax, working fine, the syntax is as below shown in (1)*var myVariablemyVariable = myTextField(1)* xfa.resolveNode("VISITOR.Page3.SubFrom1." + myVariable + "").access = "readOnly"; Now...

    Views

    466

    Likes

    0

    Replies

    1
  • 8/3/11
    HelloFor some reason, i am using a variable in place of a FIELD, while doing of referring a text field expression syntax, working fine, the syntax is as below shown in (1)*var myVariablemyVariable = myTextField(1)* xfa.resolveNode("VISITOR.Page3.SubFrom1." + myVariable + "").access = "readOnly"; Now...

    Views

    358

    Likes

    0

    Replies

    0
  • 8/3/11
    Hello,I am banging my head against the wall with this one and I know the answer will be something simple.I have a form where hidden subforms are made visible via a dropdown. I want my reset button to reset all the data in the form but also then make these subforms hide again - so taking the form bac...

    Views

    3.1K

    Likes

    2

    Replies

    9
  • 8/3/11
    dataroot.Transmittal_pdf.Table6.Row5.Recipient_Name::change - (JavaScript, client) var rec_list = this.boundItem(xfa.event.newText).slice(0,this.boundItem(xfa.event.newText).insexOf(","))  ------ is this correct to get the string upto "," (comma)xfa.host.messageBox(rec_list);This code not working fo...

    Views

    822

    Likes

    0

    Replies

    4
  • 8/3/11
    Hi,Still finding my way through LS...I am making a form with multiple pages, with some of the subforms are set hidden unless user choose certain answers from adropdown lists to set them visible.Is there a way to set all the fields on a subform to be mandatory when the subform is visible and let the ...

    Views

    468

    Likes

    0

    Replies

    1
  • 8/2/11
    HelloI am developing an Adobe interactive form from LiveCycle designer (from SAP, its back end ERP software).I wrote some very very simple validation Java Script at the form fields level at INITIALIZATION event, fine.When i am launching the form in the browser, am getting couple of BLINKING popups (...

    Views

    633

    Likes

    0

    Replies

    1
  • 8/2/11
    HelloI am developing an Adobe interactive form from LiveCycle designer (from SAP, its back end ERP software).I wrote some very very simple validation Java Script at the form fields level at INITIALIZATION event, fine.When i am launching the form in the browser, am getting couple of BLINKING popups (...

    Views

    395

    Likes

    0

    Replies

    0
  • 8/2/11
    I’m looking for a method of creating additional instances of a letter where the Date, First and Last name, and Address fields are added to new subform instances via a “create new” button.As an illustration:The top of Page 1 would contain a subform with the following fields: Date, First name, Last na...

    Views

    419

    Likes

    0

    Replies

    0
  • 8/2/11
    It seems as though this has been answered over on the "ES" side, but I can't find it for anyone (like me) using 7.0:I am using Adobe LiveCycle Designer 7.0 and I've created a PDF form and it contains a "Submit" button to send the form. The form sends only XML information, but once all the fields are...

    Views

    5.0K

    Likes

    0

    Replies

    19
  • 8/2/11
    I'm using a table for an invoice where an item is ordered, but more may be shipped than ordered. I have the formcalc expression figured out where I can get a 0 in the "backordered" column if the amount shipped is more than the item ordered, but I can't get rid of the 0 in the rest of the backordered...

    Views

    878

    Likes

    0

    Replies

    4