Expand my Community achievements bar.

tadobeee
tadobeee
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I have a procedure I want a form to do every time the user enters any field.  There are a lot of fields, and the code is moderately long, so I'd prefer to not repeat the code in every enter event for every field.  Is there a way to define a function or a script that I can call?This will not only red...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    2
  • I need to come up with a way to enforce a pattern that I cannot enforce through the normal pattern specification.I have a field that needs to be two numerical characters.  If only one numerical character is entered, then it needs to make it two characters, with the first leading character being zero...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    3
  • Actually, it is working ok.  It had been failing on one of the first fields (which was one of the few that we had made protected).  We thought it was because we changed it to protected, but it looks like this file got corrupted somehow.  I reverted to an earlier version, updated with the lost change...

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    0
  • Actually, it is working ok.  It had been failing on one of the first fields (which was one of the few that we had made protected).  We thought it was because we changed it to protected, but it looks like this file got corrupted somehow.  I reverted to an earlier version, updated with the lost change...

    Type

    Questions

    Views

    342

    Likes

    0

    Replies

    0
  • Unfortunately, this form (which is a long legal/technical form) will almost certainly be saved by the users before they even get to that field.  So, although that sounds like it might work in some cases, it probably won't work here.

    Type

    Questions

    Views

    337

    Likes

    0

    Replies

    0
  • I have a field in a PDF I created in LiveCycle that is protected.  The reason it is protected is to remove it from the tab order, since it is an automatically calculated field.Unfortunately, our back-end server side parsing program will no longer parse data from that field.  That program throws an e...

    Type

    Questions

    Views

    704

    Likes

    0

    Replies

    5
  • I implemented this fix, and it worked great in the form.  Unfortunately, today we tried our back-end server program (which had largely been validated already and was good to go) and found that it could no longer parse data from the "protected" fields.  Does protecting those fields make them non-pars...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    0
  • One related question...One of my fields is a numeric prefix that relates to a fiscal year designation.  Some of those are 00, 01, 02, etc., so I need to be able to specify a pattern that will insert the leading zero if someone were to type just one numeric digit.  For instance, if they typed just "1...

    Type

    Questions

    Views

    332

    Likes

    0

    Replies

    0
  • I want to limit a number field to two digits.I can do that by sizing the text field and checking "limit length to visible area" in the field properties.Alternatively, I can set a pattern num{99}.  However, if I do this, then if someone enters an alpha character, it converts it into a zero!  This is ...

    Type

    Questions

    Views

    916

    Likes

    0

    Replies

    3
  • I have a field that should be in percent, so I want people to only be able to enter numbers from 0 to 100.  I know I can set ZZZ as my pattern, but that will also allow 999, for instance.  Is there a simple way (other than coding) to implement that?  If not, I'll do the code, but just curious if I w...

    Type

    Questions

    Views

    627

    Likes

    0

    Replies

    2
Top badges earned by tadobeee
Customize the badges you want to showcase on your profile