Subject Re: Whats This
From Ken Mayer <dbase@nospam.goldenstag.net>
Date Fri, 20 May 2022 05:10:15 -0700
Newsgroups dbase.getting-started

On 5/20/2022 2:46 AM, Bob McKinney wrote:
>
> Hi All:  When I open 2019 I get this error. "Error:  Access denied:  C:\Program Files (x86)\dBASE\dBASE2019\dBLClasses\ReportControls\REPORT.Co ".
>   When I click on "fix" the code shown below appears.  I don't have a clue why or what caused the error.
>

Somehow you have set this to auto-load with you start dBASE.

In the Command Window:

? _app.iniFile

This will show the full path to your dBASE PLUS.ini file, which contains
the code you need to deal with. Run your mouse through the text to copy
it (use the copy keyboard shortcut: Ctrl+C).

Close dBASE (this is important).

Open Notepad or something like that (an editor not in dBASE), and do a
File/Open, paste (Ctrl+V) the path into that editor.

Search for "report.cc" and "report.co".

You should find it listed in the Plus.ini file.

Delete the line in the .ini file.

Save and close.

Start dBASE. The error should go away.

Ken

--
*Ken Mayer*
Ken's dBASE Page: http://www.goldenstag.net/dbase
The dUFLP: http://www.goldenstag.net/dbase/index.htm#duflp
dBASE Books: http://www.goldenstag.net/dbase/Books/dBASEBooks.htm
dBASE Tutorial: http://www.goldenstag.net/dbase/Tutorial/00_Preface.htm
dBASE Web Tutorial: http://www.goldenstag.net/dbase/WebTutorial/00_Menu.htm