FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index WhatsNew / Novedades FWH 7.09 TPreview Class
Posts: 36
Joined: Fri Jul 20, 2007 01:30 PM

FWH 7.09 TPreview Class

Posted: Mon Sep 17, 2007 04:51 AM
  1. In FWH 7.09 when I use PRINT command by prev32.dll the preview windows not MAXIMIZED How can I active this with MAXIMIZED like the old version.
  2. Please give me the detail and sameple of avantage feature for TPREVIEW class in FWH 7.09
  3. Have any problem when use application created by FWH 7.09 in windows VISTA
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

FWH 7.09 TPreview Class

Posted: Mon Sep 17, 2007 06:51 AM
> 1. In FWH 7.09 when I use PRINT command by prev32.dll the preview windows not MAXIMIZED How can I active this with MAXIMIZED like the old version.

Please download FWH 7.09 again

> 2. Please give me the detail and sameple of avantage feature for TPREVIEW class in FWH 7.09

You can have as many previews simultaneously as you may need. i.e.:
PRINT oPrn1 PREVIEW
   PAGE
      oPrn1:Say( 2, 2, "Test" )
   ENDPAGE
ENDPRINT

MsgInfo( "one" )

PRINT oPrn2 PREVIEW
   PAGE
      oPrn2:Say( 2, 2, "Test" )
   ENDPAGE
ENDPRINT

MsgInfo( "two" )

PRINT oPrn3 PREVIEW
   PAGE
      oPrn3:Say( 2, 2, "Test" )
   ENDPAGE
ENDPRINT

MsgInfo( "three" )

> 3. Have any problem when use application create by FWH 7.09 in windows VISTA
We do all our tests in Vista and in XP. No problems in Vista.
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion