AndrewMozley
Programmer
I have an application which uses the MODIFY REPORT command so that the user can make changes to items such as labels so that he can tailor the report to his own requirements.
On my Win7 machine this works fine, both when run within a VFP session and when I run the application as a free-standing .exe.
On my Win10 machine, this works fine under VFP, but the full properties window was not being displayed unless I include ReportBuilder.app in the folder with my .exe program (I also see that I have to include several .dll files - vfp9r.dll, , vfp8renu.dll, msvcr71.dll, gdiplus.dll - in order for the .exe to run).
The report format is in a separate .frx file which I distribute with the application.
Is this the correct approach to follow, or is there another way of doing this (even binding some of this code into the .exe file)? Grateful for guidance - or being pointed in the direction of some relevant documentation - as ever.
On my Win7 machine this works fine, both when run within a VFP session and when I run the application as a free-standing .exe.
On my Win10 machine, this works fine under VFP, but the full properties window was not being displayed unless I include ReportBuilder.app in the folder with my .exe program (I also see that I have to include several .dll files - vfp9r.dll, , vfp8renu.dll, msvcr71.dll, gdiplus.dll - in order for the .exe to run).
The report format is in a separate .frx file which I distribute with the application.
Is this the correct approach to follow, or is there another way of doing this (even binding some of this code into the .exe file)? Grateful for guidance - or being pointed in the direction of some relevant documentation - as ever.