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

  1. Create a new dummy report
  2. Add a line of code to one of the methods in the DataEnvironment
  3. Save the report
  4. Use GoFish to search for the report
  5. From GF, double-click the report to open it.
  6. Close the report with the "X" button *** BOOM - C5 crash.

EXAMPLE #2

  1. Create a new dummy report
  2. Add a line of code to one of the methods in the DataEnvironment
  3. Save the report
  4. Use GoFish to search for the report
  5. From GF, double-click the report to open it.
  6. Open the report's DE
  7. 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)