Jan and Razzak, thank you for the direction. I just am wondering why it occurred for the first time. Thanks to the two of you I can now turn it off. 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.

