Hi
I have browse where based on the content of the record and the user’s privileges, the user may or may not have permission to change or delete the record. The record can processed in other ways, thus it cannot be filtered from the list. I need to show a message to the user, if he attempts to change or delete such a record. I could add the validation code in the _sendFile procedure of the web handler then redirect to a message page if the validation fails. But that looks ugly. I was wondering if there was a way to do the validation in the PreUpdate and PreDelete routines in the form and set the alert message. When the user accepts the popup message they return to the browse and never show the form. For example, I can set the alert message in the PreDelete which appears, but I do not know how to stop the delete.
Thanks
Rob