issues
search
mattslay
/
GoFish
GoFish is an advanced code search tool for fast searching and replacing of Visual FoxPro source code.
17
stars
16
forks
source link
Error when editing a report with code in method of DataEnvironment
#7
Open
frontier2000
opened
5 years ago
frontier2000
commented
5 years ago
EXAMPLE #1
Create a new dummy report
Add a line of code to one of the methods in the DataEnvironment
Save the report
Use GoFish to search for the report
From GF, double-click the report to open it.
Close the report with the "X" button *** BOOM - C5 crash.
EXAMPLE #2
Create a new dummy report
Add a line of code to one of the methods in the DataEnvironment
Save the report
Use GoFish to search for the report
From GF, double-click the report to open it.
Open the report's DE
Try to open the method with the code
ERROR: File is not open
(Note: Can't get out of this infinite loop of the error. Have to End-Task)
EXAMPLE #1
EXAMPLE #2