Expand my Community achievements bar.

yoyo112673
yoyo112673
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,I'm trying to set the rows of an expandable table to follow the calculated value of a field.The calculated field comes from two date fields that calculate the number of days and I want my table/row to expand based on that number..Is is possible? Right now I have a button that does add an instance...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    6
  • Thank you Bruce!!! Not only I was using the wrong event but also I was placing the code on the wrong field....

    Type

    Questions

    Views

    694

    Likes

    0

    Replies

    0
  • Hi,I have a dropdown field (FlatRate) whose rawValue sets/triggers the value & access of another dropdown field (BillStudent) that resides in an expandable row of a table. However, I want any extra instances/rows that are added to the table to inheret the value set by (FlatRate) when adding more row...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    2
  • Hi,Thank you very much!! it works great!! I do have one more question though, How do you know that the value "41123" is equal to August 3, 2012? I tried to figured out but I couldn't... I just want to know so I can apply it to any date....Thanks a billion!!!

    Type

    Questions

    Views

    719

    Likes

    0

    Replies

    0
  • Hi,Thank you for your reply. I'm not familar with the Date2Num function and I'm not 100% sure how to write the sintax. Would you mind helping me? What I need is to write a code that will prevent users from picking a date before Aug 03, 2012. And I also have another date field where I have to apply t...

    Type

    Questions

    Views

    716

    Likes

    0

    Replies

    0
  • Hi,You can do the following under the validate event. Also, make sure you do specify item values under the Binding tab of the dropdown field..if (this.rawValue == 1) {    xfa.host.messageBox ("That account Number is not valid.","Invalid Acct Number",0);    this.rawValue = null}

    Type

    Questions

    Views

    489

    Likes

    0

    Replies

    0
  • Hi,I need to set a condition on a calendar field (ArrivalDate) that enforces users to only pick certain date from the calendar. Otherwise, it will give them a message and clear the calendar. Also, I need to set up another condition with "in between" but I'm not sure how to set these up.THANK YOU FOR...

    Type

    Questions

    Views

    1.7K

    Like

    1

    Replies

    5
  • Hi,Thank you for your reply. I'm not a pro on this so I would need a bit more help I need to be able to prompt for a password and only the correct response would display the hidden form....  Is there anyway you could provide me with the code?Thank you!!!!

    Type

    Questions

    Views

    663

    Likes

    0

    Replies

    0
  • Hi,I'd like to set up a password prompt to make a form that is hidden into visible. What I have is a form with 2 pages. Page 1 has all the fields that the user has to fill out, and page 2 is for admin use only. I have placed a radio button at the end of page 1 with the text "Admin use only". which w...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    3
  • Hi Srini,Again, thank you very much for you response. However, it still does not work. It makes the first row required but when I click the button to add another row, the new row gets added without the red frame around the fields.I appreciate all your help!!!J

    Type

    Questions

    Views

    654

    Likes

    0

    Replies

    0
Top badges earned by yoyo112673
Customize the badges you want to showcase on your profile