Jan and Razzak, before I put in the code you suggested I went back and "recompiled" my programs. I use Application Express to write my "stuff." After I recompiled all ran correctly with no changes added. There might have been something in the latest update that changed things for the moment. Thanks again for your help. Jay
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Sunday, June 27, 2010 10:40 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Static BD pop-up At 10:00 AM 6/27/2010, Jay Ward wrote: >Version 9.64, latest version. > >When I start any of my programs I now get a pop-up that >states "Can only set static DB while disconnected from >a DB." Programs run fine without any further comments. >I would appreciate someone pushing me towards the right >direction to clear the pop-up. Jay, If you are using STATICDB settings and would like to suppress the message, try the following code in your application startup file or RBASE.DAT file. -- Start here DISCONNECT SET STATICDB ON SET ERROR MESSAGE 2495 OFF CONNECT dbname IDENTIFIED BY owner password SET ERROR MESSAGE 2495 ON RETURN -- End here Update this code as you see fit. Very Best R:egards, Razzak.

