The latest preview do not work correctly on some page size. The problem is on startup the page are hidden one have to press the zoom/unzoom button to display it.
I am using 21.15 x 14.00
::oPrn:setsize(2150,1400)
#include "Fivewin.ch"
#include "Report.ch"
FUNCTION MAIN()
LOCAL oRpt
USE C:\XHARBOUR\TEST
REPORT oRpt PREVIEW
COLUMN TITLE "FIRST";
DATA FIELD -> first
COLUMN TITLE "LAST";
DATA FIELD -> last
COLUMN TITLE "STREET";
DATA FIELD -> street
COLUMN TITLE "CITY";
DATA FIELD -> city
END REPORT
ACTIVATE REPORT oRpt
CLOSE
RETURN NIL
Antonio Linares wrote:Enrico,
I just modified USE C:\XHARBOUR\TEST into USE customer and executed your sample at FWH\samples directory and it worked ok.
I am using 800x600. What screen resolution do you use ? thanks,
Return to Bugs report & fixes / Informe de errores y arreglos
Users browsing this forum: No registered users and 2 guests