Expand my Community achievements bar.

lpianwi
lpianwi
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Should this reply you provided be placed on the click event? This is because the message part which works should be on the preprint event, and based on if "3" which in this case is "Yes" selection, it should turn the "rectangle, named Maskedfld visible, and if "2" which is "No",  should turn the SSN...

    Type

    Questions

    Views

    482

    Likes

    0

    Replies

    0
  • Hi All,I am having problem with the following script, and I do not know why it is not working. On printing of this form a message should display. this part works fine. However, if "Yes" is selected from the message box a text called Maskedfld1 should become visible, else if "No" a textfield call SSN...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    4
  • Hi All, I have written the below code, and placed it on the exit event of a drop down list on a form that I am working on. The script works some times, and sometimes, it does'nt work right.I do not know why it is not working right all the times. I need help with possibly what I may be missing. if(R...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    2
  • Hi All,I have the following scripts placed on the exit event, and only works once for each selection in the drop down. If you change the selection it will not work. Here is the script.   if(dropdwn34.rawValue="1"){  StatusCodeDrpDwnLst4.presence="visible"; A_txt.rawValue=dropdwn34.rawValue;}else{ St...

    Type

    Questions

    Views

    657

    Likes

    0

    Replies

    1
  • Hi All,I am working on a form, that the drop down list object on it has to be protected or read only, and only becomes active or open when a check box is  checked, the script works very fine, however, the the drop down arrow disappears when protected or read only.Is there something that I need to do...

    Type

    Questions

    Views

    993

    Likes

    0

    Replies

    2
  • Hi all,I wrote the following script to convert the entries in a field to upper case, but it is not working using FormCalc;  on exit event:  Upper(fieldtxt4.rawValue);Thanksv/rTammy;

    Type

    Questions

    Views

    682

    Likes

    0

    Replies

    1
  • Hi All,Good morning. Please does anyone know when there will be an Adobe LiveCycle Training classes in the Washington, DC Metropolitan Area. I do have two of my colleagues that will want to attend the classes.Thanksv/rLucpian

    Type

    Questions

    Views

    569

    Likes

    0

    Replies

    1
  • Hi All,I would like to upload the form to share with the forum, but How do I upload it?Thanksv/rLucpian

    Type

    Questions

    Views

    368

    Likes

    0

    Replies

    0
  • Hi All,I am working on a form that has lots of drop down listbox, and when selected passing a value that are added. However, if a value of less than 3 is selected in any of the drop down then the overall total should be Not Met.  I wrote the following script, and the addition part works perfectly, b...

    Type

    Questions

    Views

    638

    Likes

    0

    Replies

    3
  • Hi All,Good day. I am having problem making a script work in the Adobe LiveCycle. Basically what I am trying to achieve is lock most of the fields on a form when the signature field is click. Note: Not all the fields should be locked. I then wrote a sample script with one of the field as follows:if(...

    Type

    Questions

    Views

    664

    Likes

    0

    Replies

    1