Expand my Community achievements bar.

lpianwi
lpianwi
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Good morning all. I am sure I may have not explained myself well. I have the following code which when a drop down list is clicked opens a listbox with items. When these items are selected it passes values to the drop down list. This all work OK. However, the problem is that when this listbox become...

    Type

    Questions

    Views

    774

    Likes

    0

    Replies

    0
  • Good morning all. I have a couple of listboxes on a form I am working on, and it works perfectly, however, each time it opens up, it is so transparent that you see other objects on the form through the items within the listboxes. It confuses the end-users on what the listed items are and which are t...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    4
  • Thanks all, I finally got it to work. I added the following piece of code xfa.host.resetData("xfa.form.form1.Page1.COUNSELING_DATE_INITIAL5");in place of    xfa.event.reset("form1.Page1.COUNSELING_DATE_INITIAL5");and it works perfectly.

    Type

    Questions

    Views

    635

    Likes

    0

    Replies

    0
  • Good morning all. I am trying to get a signature field, "COUNSELING_DATE_INITIAL5", cleared when No is selected. Below is the javascript I have written, but it is not working.   var  question = xfa.host.messageBox("If you have an Entry Card to digitally sign this field, please select Yes. If not, ...

    Type

    Questions

    Views

    919

    Likes

    0

    Replies

    1
  • Good day all. I have written to following code on a signature field, that will only work if the user has an access to the building. It works fine, but if the question was true, and the user changes his/her mind to say No, it does not work. This code is on mousedown event. I would like to clear the s...

    Type

    Questions

    Views

    664

    Likes

    0

    Replies

    0
  • Good morning all. I am trying to ensure that a date field on the form I am working on validates if the entry is not more than 8 digits, and if it is more, it should display a message, and return the focus back to the field until it is correct. Below is the code I wrote but it is not working:  if(DAT...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    2
  • Hi All,I am having problem with making the following code work. It is only when a value equivalent to 25 in the drop down is selected that the entry is converted to uppercase. I have the following code on the  Change event.On Change Event:  if (RankdrpdwnList1.rawValue==25){   xfa.event.change = xfa...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    2
  • Good afternoon all, I am having problem with the following code. I have 3 items in a listbox. This code should populate the drop down list depending on what is selected in the list box. It is however, not working.  Please I need help with the code below,On calculate event;If(Listbox1.rawValue==1){ D...

    Type

    Discussions

    Views

    1.4K

    Likes

    0

    Replies

    3
  • Thanks a lot.

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    0
  •   Good afternoon all, I am having problem with the following code. I have 3 items in a drop down list, which should only allows custom entry if only "other" which is the item values of 3 is selected from the drop down. The code works okay for every other  items, and will clear the drop down list, bu...

    Type

    Discussions

    Views

    1.5K

    Likes

    0

    Replies

    2