I will have to change my thought process. I do not like to give the user the standard error messages....
Dan From: Tony IJntema Sent: Friday, May 11, 2012 6:52 AM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: error message As it said, it is a warning not an error. I assume Another way to avoid this message is to perform a count on beforehand, like ‘select count(*) into V_counter indicator VIND_counter from <tableview> where <clause>’ If V_Counter > 0 then … This last option is often used by me, it creates more control in the application Tony From: [email protected] [mailto:[email protected]] On Behalf Of Dan Goldberg Sent: vrijdag 11 mei 2012 15:23 To: RBASE-L Mailing List Subject: [RBASE-L] - error message I have some code that includes set messages off set error messages off But I still keep getting the warning: <WARNING> No rows exist or satisfy specified clause (2059) The only way to turn it off is by using set error message 2059 OFF Shouldn’t the “set error messages off” turn off all error messages? Dan Goldberg

