Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I use the Date Picker object which, by the way, is not very popular with users.
To use this object I created a hidden field. I would like to add a button that deletes the selections on this field but the "delete selections" function does not allow me to select the hidden field.
Does anyone have any suggestions? What do you use as an alternative to the Date Picker?
Thank you!!
Perhaps you could temporarily unhide the field in the script, set the button property and then hide the field again.
-Rob
Perhaps you could temporarily unhide the field in the script, set the button property and then hide the field again.
-Rob
@rwunderlich ... Once again, you’ve proven to be the top of the top! Your brilliant and so easy solution was just perfect. I can’t thank you enough!