FoxPro Programming
Problems with report using foxy preview
Gravatar is a globally recognized avatar based on your email address. Problems with report using foxy preview
  Randolph
  All
  Aug 24, 2021 @ 12:06pm

Hi all, I have tried out the Foxy previewer yesterday and have tried out all possible General properties of the Foxy Previewer.

All in all it is a very useful software and can help me out with many parts of strategic software I am developing around our existing database backend. Specially in the part of the different formats I can convert it and mail it and later on for automatic mailing purposes project I will be implementing very soon.

But I have the following issues with the preview and printing part. With the foxy previewer it displays and prints only a part of the report and does not display the page numbering in the footer. and with the regular print preview of VFP it displays the report completely, see the two pictures below. Is there any workaround so I can get the foxy previewer to display and print it like the two picture above.

I have used the following code which was suggested by fox programmers

SET SAFETY OFF 
DO week_sch_det.qpr
USE week_sch_det.dbf exclusive
INDEX on week TAG week
SET SAFETY ON 
SET REPORTBEHAVIOR 80
_REPORTOUTPUT = 'ReportOutput.app'
DO FOXYPREVIEWER.APP
WITH _screen.oFoxypreviewer
						.lPrinterPref = .T.
						.nPrinterPropType = 1
						.lPrintVisible = .T.
						.lShowClose = .F.
ENDWITH 
REPORT FORM week_sch_det4.frx PREVIEW 

Unfortunately, it did not give me the right result.

Any help or suggestion will be highly appreciated. Kind regards

Randolph Arendsz

Gravatar is a globally recognized avatar based on your email address. re: Problems with report using foxy preview
  Tore Bleken
  Randolph
  Aug 24, 2021 @ 01:11pm

Hi Randolph,

I suggest that you ask this question on Foxite since it's frequently visited by Cesar Shalom, who has created FoxyPreviewer.

© 1996-2024