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)
Preview error (fixed)
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: Preview error
I confirm the problem (but I'm currently still using FWH 2.6) even with A4 page size. Sample:
EMG
Code: Select all
#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
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
-
- Posts: 11
- Joined: Thu Nov 24, 2005 4:02 am
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Can you try using xHarbour's TEST.DBF? Anyway, I'm using 1280 x 1024 as desktop resolution.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,
EMG
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: