Expand my Community achievements bar.

rcwip
rcwip
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi there. I got the following script for the format of an inputted number (7 numeric char). If entered as "1", the format will be changed to "0000001". Now I want to get this effect: if entered as "f1", the format will be changed to "F000001". How can I modify the script to achieve that? Thanks.if (...

    Type

    Questions

    Views

    691

    Likes

    0

    Replies

    1
  • Hi Paul.  Thanks.  I've sent you an e-mail for your advice. Raymond

    Type

    Questions

    Views

    671

    Likes

    0

    Replies

    0
  • As it is a fillable pdf and users are not allowed to put any annotations on the form. What I intend to do is :  I place 2 checkboxes (without border and set to "cross" instead of "check") onto each of the titles.  When user wants to delete, say director, he just click on the director and the 2 check...

    Type

    Questions

    Views

    631

    Likes

    0

    Replies

    0
  • Hi Pguerett,Thanks for your reply.  It's exactly what you think. The fields are, except the first field, all set to be no data binding.  I reset them to the field names and they are new can be saved.  Thanks a lot.  By the way, I want to have one of the titles to be deleted by the user.  I tried to ...

    Type

    Questions

    Views

    630

    Likes

    0

    Replies

    0
  • Hi there.  I'm using LiveCycel designer ES to create several fillable pdfs and save the fillable pdfs as static forms.  I use acrobat X pro to enable reader extension in order for the users to type in data and save the form, however, the fillable pdf just cannot save the inputted data except the dat...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    6
  • Can anyone please advise?Cheers

    Type

    Questions

    Views

    293

    Likes

    0

    Replies

    0
  • Hi there.  I got the following script for a textfield in a fillabe PDF.  Th length of the textfield is 150.  It is required that if the text is > 100, the text size will be set to point 8, otherwise it will be point 12.var tf = this.rawValue;if (tf.length>50) {tf.textSize=8;}The above script was add...

    Type

    Questions

    Views

    670

    Likes

    0

    Replies

    1
  • Hi there.  I have a fillable pdf created by livecycle designer.  I want to let users fill in the form but prevant them adding comments and annotatons to the form.  I cannot reset the above requirements in form property - form security if I have already set a password and allowed user to fill in the ...

    Type

    Questions

    Views

    976

    Likes

    0

    Replies

    2
  • Hi Paul,I got a validation problem on a fillable form and want to seek your advice.  Can I e-mail my form to you for advice,please?

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    0
  • Hi there.  I got the following script to check the null value of the two field before a button can be enabled.  However, it seems that there is some syntax errors.  Can anyone please advise?Thanks.if (("TextField1[0]").rawValue <> "" & ("DateTimeField1[0]").rawValue <> "") {oTargetField = this.resol...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    2