Expand my Community achievements bar.

elunicotomas
elunicotomas
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi!I have this RadioButton that depending on what you choose , the text to display in a TexField, like this:I Tried something like, but is not working://by this being the CheckBoxif (this.rawValue == "yes") {        form1.Subform2.TextField01.access = "readOnly" ;        form1.Subform2.TextField01.r...

    Type

    Questions

    Views

    855

    Likes

    0

    Replies

    3
  • You need to open the pdf in Acrobat X and save a copy like I show in this image:

    Type

    Discussions

    Views

    2.1K

    Likes

    0

    Replies

    2
  • Mandy, thanks! but the thing is that i need the value from several inputs (text fields) to be merged in to one text field:Suppose I have:TextField01 = code01TextField02 = code02TextField03 = code03I need this values to appear on TextField04 like this code01, code02, code03Is this more clear?

    Type

    Questions

    Views

    892

    Likes

    0

    Replies

    0
  • hi! as soon as the user finish enetering the codes on the first page, they automatically have to appear on the header on the remaining pages, this anwser your question?

    Type

    Questions

    Views

    892

    Likes

    0

    Replies

    0
  • Hello there,I have this form in which the user has to enter some codes (letters and numbers) in some textfields, and what I need is those codes to appear on every page of the form (as long as the name, last name, etc which I managed to make them appear all over the form by using global bindings, tha...

    Type

    Questions

    Views

    2.7K

    Likes

    0

    Replies

    17
  • I think I fixed it, I mean, it works the way i want to but i don't know if it's coded correctly:if (this.rawValue == "1" || CheckBox12.rawValue == "1") {                 CheckBox3.access = "readOnly" ;                 CheckBox3.font.lineThrough = "1";                             CheckBox10.access = ...

    Type

    Questions

    Views

    494

    Like

    1

    Replies

    0
  • I got it!CheckBox1.access = "readOnly" ;CheckBox1.font.lineThrough = "1";and to go back to the original stateCheckBox1.access = "open";CheckBox1.font.lineThrough = "0";now I have a new problem, there is a combination of checks and unchecks that gives an unwanted situation, please see images attached...

    Type

    Questions

    Views

    491

    Likes

    0

    Replies

    0
  • Thanks Steve!It worked perfectly, what I can't do is to set the font to striketrough, and how is the "normal" access instead of read only???form1.#subform[0].CheckBox1::click - (JavaScript, client)          if (this.rawValue == "1") {                 CheckBox2.access = "readOnly" ;                  ...

    Type

    Questions

    Views

    491

    Likes

    0

    Replies

    0
  • Hi! I´m new to LiveCycle but I have a little idea of Javascript.I´m struggling with this form that has two sets of options and I have some conditions:If OPTION A is selected I´m not able to select neither OPTION B nor OPTION AAIf OPTION B is selected I´m not able to select neither OPTION A nor OPTIO...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    6
Top badges earned by elunicotomas
Customize the badges you want to showcase on your profile