fwh 14.2 print preview issue with win xp

User avatar
ORibeiro
Posts: 174
Joined: Mon Oct 20, 2008 6:33 pm
Location: Itu, Sao Paulo, Brazil

Re: fwh 14.2 print preview issue with win xp

Post by ORibeiro »

Change rpreview.prg to:

if ! ::lListViewHide
::oLvw:Hide()
endif
_ Ribeiro
OASyS Informática
Fwh18.02 + xHarbour 1.2.3 + Bcc72
davor0501
Posts: 23
Joined: Thu Apr 21, 2011 6:02 pm

Re: fwh 14.2 print preview issue with win xp

Post by davor0501 »

_,
I tried to change the program. \ source \ classes \ RPREVIEW.PRG, but it appears the same error as before, I can even delete the program rpreviw.prg and nothing happens.
I'm probably not doing something right (I'm pretty new to programming FWH, 20 years I've been working in the Clipper).
If we can help in any way I change the settings in the program.
Thank you.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: fwh 14.2 print preview issue with win xp

Post by Antonio Linares »

Davor,

If you are using a modified rpreview.prg then you have to link its OBJ as another OBJ of your app, before fiveh.lib
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
ORibeiro
Posts: 174
Joined: Mon Oct 20, 2008 6:33 pm
Location: Itu, Sao Paulo, Brazil

Re: fwh 14.2 print preview issue with win xp

Post by ORibeiro »

Linares,

This problem really exists.

If possible, correct this source (rpreview.prg) in future versions.

Thank you,
_ Ribeiro
OASyS Informática
Fwh18.02 + xHarbour 1.2.3 + Bcc72
Post Reply