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
FWH 7.09 TPreview Class
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
> 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.:
> 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.
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.:
Code: Select all
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" )
We do all our tests in Vista and in XP. No problems in Vista.