Hi,
Using VFP9sp2 on Windows 8-64
I'm getting an error "Source Not Available" and see no way of finding the underlying issue. I've recompiled both the app ans well as the FoxyPreviewer app, after first deleting all ,fxp files. The apps are on the d:\ drive with security set to "everyone has full on all".
In the debugger I see that it stops at the PreviewHelper.init event, but cannot see the code while its active.
I have an on error event and the array items are all returning "Expression could not be evaluated"...
What is the best way to debug this?
Set Procedure To '.\apps\FoxyPreviewer.App' Additive
Local loReport As "PreviewHelper" Of "FoxyPreviewer.App"
loReport = Createobject("PreviewHelper") <-----This line errors
Thanks, Stanley
Using VFP9sp2 on Windows 8-64
I'm getting an error "Source Not Available" and see no way of finding the underlying issue. I've recompiled both the app ans well as the FoxyPreviewer app, after first deleting all ,fxp files. The apps are on the d:\ drive with security set to "everyone has full on all".
In the debugger I see that it stops at the PreviewHelper.init event, but cannot see the code while its active.
I have an on error event and the array items are all returning "Expression could not be evaluated"...
What is the best way to debug this?
Set Procedure To '.\apps\FoxyPreviewer.App' Additive
Local loReport As "PreviewHelper" Of "FoxyPreviewer.App"
loReport = Createobject("PreviewHelper") <-----This line errors
Thanks, Stanley