Yes Sir,
I forgot I put this Rbase.dat file in a few weeks
ago but I never say the error message until 2 days
ago.
Thanks Marc
CLEAR VAR vChkFile
SET VAR vChkFile INTEGER = NULL
SET VAR vChkFile = (CHKFILE('C:\TEMP'))
IF vChkFile <> 1 THEN
MD C:\TEMP
ENDIF
SET SCRATCH C:\TEMP
SET ERROR MESSAGE 2262 OFF
SET ERROR MESSAGE 2926 OFF
erase *.$$$
ERASE C:\TEMP\*.$$$
SET ERROR MESSAGE 2926 ON
SET ERROR MESSAGE 2262 ON
RETURN
----- Original Message -----
From: "A. Razzak Memon" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Wednesday, June 08, 2005 2:12 PM
Subject: [RBG7-L] - RE: error file not found starting RBase 7.1
> At 02:56 PM 6/8/2005, Marc Schluter wrote:
>
> >Shortcut is
> >C:\Rbti\RBG7\rbg7.exe
> >start in
> >C:\CMS7
> >
> >No network or that other stuff.
> >
> >I have another Icon that starts in
> >a different folder and it works OK.
> >
> >RBase still works, I just get the error
> >now when I didn't get the error in the past.
>
> Marc,
>
> Is there an RBASE.DAT file in that directory?
>
> If yes, then look at the contents of RBASE.DAT file
> and see what else it is looking for.
>
> Very Best R:egards,
>
> Razzak.
>
>