I know I can add an error message to an AfterUpdateRecord event by:
How can I add a message without Canceling the event. I want the record to be submitted and saved but then display a message at that top of the grid that says "We couldn't accept your choice but we saved your record now do this...".Code:Result.Cancel = .t. Result.ErrorHTML = "My message goes here."
Bookmarks