Does anyone on here use the facility, in the Opera 3 Report Layout form, to write one or more functions that can be called from the associated report.
I have a bespoke customer report, for which I wrote a function fred() within the memo tab of the Report Layout form.
I called fred() from the report, and all was working correctly, the report displayed the return value from fred().
I then added a second function - bill() - to the Memo tab, ran the report, and it crashed with "File 'fred.prg' does not exist".
I removed the second function - bill() - from the Memo tab, leaving only fred(), which used to work fine, ran the report, and received the same error message.
Now the report continually crashes with this error.
I have a similar problem with another bespoke report, in which the report crashes with the "file does not exist" error, relating to the function name.
Conversly, I have several other bespoke reports where the function in the memo tab works perfectly when called from the associated report.
Any thoughts
Much appreciated
Steve