I hope Nice day to all
I was wondering how i can put nice dialog custom instead of the message (this action cannot be performed because this field is not modified ) appearing when user try change the Date in field. kindly find below it.
I hope Nice day to all
I was wondering how i can put nice dialog custom instead of the message (this action cannot be performed because this field is not modified ) appearing when user try change the Date in field. kindly find below it.
I'm presuming:
Prohibit a user from modifying a value that you have defined to be auto-entered | Select Prohibit modification of value. |
OK. The Validation tab can show a custom message, but not the auto-enter.
8. To display a custom message if validation fails, select Display custom message if validation fails. Type a message (up to 255 characters).
So that does not help here. Preventing entry (Browse Mode) is going to work (allow to enter in Find Mode).
[Allowing or preventing entry into fields|https://fmhelp.filemaker.com/help/17/fmp/en/FMP_Help/allowing-preventing-field-entry.html}
Beverly
You can add a script trigger OnObjectKeystroke. That will however not trigger on drag-and-drop. In order to suppress the default dialog, the script needs to end with Exit Script [False].
Depending on what your users need to be able to do, you may also want to consider not making the field enterable in Browse mode.