FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour no-modal preview
Posts: 375
Joined: Tue Feb 10, 2015 09:48 AM
no-modal preview
Posted: Thu Nov 09, 2017 10:26 AM
Hello,
A customer asked the possibility to work on main window during the preview, then I changed the preview to not modal setting lPrvModal on device to false.
The no-modal preview has 2 problems:
1) it shows under the main window
2) If I move it the one page preview become thin:


can anybody help me? :-)
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: no-modal preview
Posted: Thu Nov 09, 2017 01:34 PM
Antonio

You might try turning off the left side page preview thumbnails.. set this code at the top of your program and see if that helps..

Rick Lipkin

Code (fw): Select all Collapse
//turn off report thumbnails
TPreview():lListViewHide := .T.
Posts: 375
Joined: Tue Feb 10, 2015 09:48 AM
Re: no-modal preview
Posted: Fri Nov 10, 2017 08:16 AM

After some analysis we decide to not use no-modal preview... :D

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: no-modal preview
Posted: Fri Nov 10, 2017 10:47 AM

If I move it the one page preview become thin:

Hello Antonino,

are you sure you use the same printer for preview in modal and no-modal mode.
This picture seems to me to be a preview of a receipt printer. Here you have a very large page height.

I never got preview working with receipt printer.
I always took the same way as you ( decide to not use preview).

Best regards,
Otto

Continue the discussion