Page 2 of 2

Re: fwh 14.2 print preview issue with win xp

Posted: Sat Apr 26, 2014 1:10 am
by ORibeiro
Change rpreview.prg to:

if ! ::lListViewHide
::oLvw:Hide()
endif

Re: fwh 14.2 print preview issue with win xp

Posted: Mon Apr 28, 2014 10:40 am
by davor0501
Oscar,
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.

Re: fwh 14.2 print preview issue with win xp

Posted: Mon Apr 28, 2014 5:16 pm
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

Re: fwh 14.2 print preview issue with win xp

Posted: Tue Apr 29, 2014 10:44 am
by ORibeiro
Linares,

This problem really exists.

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

Thank you,