AndrewMozley
Programmer
I have a Clipper application which needs to view a report created from several .dbf files using the VFP REPORT FORM command.
So my Clipper application fires up the VFP .exe and this works fine. My user sees the report with its various fonts; he scrolls through it and then presses ESC which closes the VFP application.
However I notice that I get the VFP application window and within that the report preview window, complete with buttons and scroll bar -(which I am happy to have).
Is it possible to have the report preview completely fill (and so obliterate) the VFP application window? That presentation would look best for my user.
I also notice that on my own machine the report window is maximized with the VFP window, whereas on my clients site it is smaller. What controls that?
The commands that I use in my VFP program are just
SELECT DETAIL
SET RELATION TO ANM_Docno INTO Head
REPORT FORM &lName PREVIEW
Thank you.
So my Clipper application fires up the VFP .exe and this works fine. My user sees the report with its various fonts; he scrolls through it and then presses ESC which closes the VFP application.
However I notice that I get the VFP application window and within that the report preview window, complete with buttons and scroll bar -(which I am happy to have).
Is it possible to have the report preview completely fill (and so obliterate) the VFP application window? That presentation would look best for my user.
I also notice that on my own machine the report window is maximized with the VFP window, whereas on my clients site it is smaller. What controls that?
The commands that I use in my VFP program are just
SELECT DETAIL
SET RELATION TO ANM_Docno INTO Head
REPORT FORM &lName PREVIEW
Thank you.