Expand my Community achievements bar.

rajesh9g
rajesh9g
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Yes, there is a assignment error you are not taken care off.if (TextField1.rawValue="We")   -------> here you are actually assigning the value "We" to text fieldTextField2.rawValue = "are";else if (TextField1.rawValue="I")TextField2.rawValue = "am";use this code, it worksif (TextField1.rawValue == "...

    Type

    Questions

    Views

    447

    Likes

    0

    Replies

    0
  • Hi,    Use the split method with space as delimiter. Please find the sample attached, and i hope this code helps you.https://acrobat.com/#d=bnhOxUnIijHud2QKmTgFVQthanks,Rajesh

    Type

    Questions

    Views

    1.1K

    Like

    1

    Replies

    0
  • Hi Dao,     Yes, this is Custom Object Management. Custom objects are maintained in two XMLs [1. LocalLibrary.xml, 2. ObjLibLayout.xml] and you can find the actual XMLs in path (<Drive>:\Program Files (x86)\Adobe\Adobe LiveCycle Designer ES2\EN\Objects).1. LocalLibrary.xml - has the configuration of...

    Type

    Questions

    Views

    440

    Likes

    0

    Replies

    0
  • Hi,     Apologize if my understanding is wrong, please find the sample from the link below. And let me know, whether you are looking for this functionality or not.https://acrobat.com/#d=M-Pt*KNjL3F54h*AYIQ4fgthanks,Rajesh

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Hi,     The parameters that you can set with "presence" are "visible | invisible | hidden | simplex | duplex"     In you case you have to use the "relevant" object and parameters you can set are "+print | -print"Syntax for SOM expressionReference_Syntax.relevant = "-print"; ----- this forces that pa...

    Type

    Questions

    Views

    452

    Likes

    0

    Replies

    0
  • Hi,     The basic PDF doesn't have any capablities like Submit, importing or exporting data, 2D barcodes, attachments, commenting when your are accessing PDF from ADOBE Reader, and this is improve security (not giving previlages). Hence, one must have a PDF Reader Extended to submit to a domain.A bu...

    Type

    Questions

    Views

    831

    Likes

    0

    Replies

    0
  • Hi,   You are using assignment operator in the condition block, instead you have to use comparisons operators.if (this.rawValue <= 5 || RadioButtonList3.rawValue = 2) { ,,,, this should beif (this.rawValue <= 5 || RadioButtonList3.rawValue == 2) {finally, you would use comparison operations in the c...

    Type

    Questions

    Views

    1.0K

    Like

    1

    Replies

    0
  • just copy the rawValue of text1 to text2 on exit event, please download the updated form from the link belowhttp://www.megaupload.com/?d=X69XXYI9let me know, if you have more questions?cheers,

    Type

    Questions

    Views

    711

    Likes

    0

    Replies

    0
  • Hi,    Setting the property Page2 (Object > Pagination > Place : "Following Previous"), will get the subform on Page2 to Page1.http://www.megaupload.com/?d=35JDFM8DYou can download sample from the link, and is this is what you are trying to implement? Please let me know.thanks,Rajesh

    Type

    Questions

    Views

    549

    Likes

    0

    Replies

    0
  • Hi,     Display pattern value is not the property for rawValue, instead you get the value from "textfieldname.format.picture.value". Though if you need to get the display property value, please download the sample from the link below and i hope this helps youhttp://www.megaupload.com/?d=E15BDXPAI im...

    Type

    Questions

    Views

    711

    Likes

    0

    Replies

    0
Sort by
  • Recently earned
  • Unearned first
  • A-Z
  • Z-A
Show more