At 01:19 PM 6/1/2010, Dick Fey wrote:
I want to do an update with an eep, to a table that is driving a form while a user is entering information, based on a change the user has made. Of course I get a message say something like "data has been changed by another user.. etc" I thought there was a way to suppress that message, but can't find the command. Anybody know?
Dick, Here's how: Use the following code as "On After Start EEP": -- On After Start EEP PROPERTY RBASE_FORM DONTSHOWSAVEDIALOG 'TRUE' PROPERTY RBASE_FORM DONTSHOWDELETEDIALOG 'TRUE' RETURN
PS: Having LOTS of FUN as we convert everything to both eXtreme 9 and going wide screen. Love that real estate.
So glad to hear that! Very Best R:egards, Razzak.

