I'm not sure what your startup program is like, but it should contain these
statements:
SET MESSAGES OFF
SET ERROR MESSAGES OFF
That will supress that "<Warning>" message you are getting. Those messages
are hardly ever "bad" messages -- just warnings, not errors.
As for the "error-invalid directory", I'm assuming that somewhere in your
startup program it is either trying to switch to a particular directory or
erase
files from a particular directory, and that directory does not exist. If you
had the 2 statements above, then this message would be suppressed. I'm
assuming that your program must work okay otherwise, right?
If you want, you can copy your program into an email to the list and we'll
take a look at it for you!
Karen
> Can anyone help me with some error messages that I am receiving? The first
> one is when I open my program before the login screen pops up and the Error
> says "Error- Invalid directory (2065)". The second error message I'm getting
> is when I enter info in a file and then exit the file it says "<Warning> No
> rows exist or satisfy the specified clause. (2059)" Does anyone know how to
> fix these?
>
>
>
> Thank you,
>
> Anna Jelsma, RDAEF
>
> DAI Admissions
>
> 209-527-0101
>