VB 4.0 (16-Bit)/Crystal Reports 3.0.1.32 (16-Bit) Print Preview Maximize Window 
Author Message
 VB 4.0 (16-Bit)/Crystal Reports 3.0.1.32 (16-Bit) Print Preview Maximize Window

I am using Crystal Reports control within my VB application to print
reports.  I print the report to the screen (destination=0).  

I can make the report fill most of the screen but it is not maximized.
WindowTop=0
WindowLeft=0
WindowHeight=Screen.Height
WindowWidth=Screen.Width

How can I get the report to maximize through code?

Your help will be appreciated.

Thanks,




Mon, 01 May 2000 03:00:00 GMT  
 VB 4.0 (16-Bit)/Crystal Reports 3.0.1.32 (16-Bit) Print Preview Maximize Window

I use VB3 with a crystal control.   I imagine it would be the same.

Try,     ReportName.Windowstate = 2

Dirk

Quote:

>I am using Crystal Reports control within my VB application to print
>reports.  I print the report to the screen (destination=0).

>I can make the report fill most of the screen but it is not maximized.
>WindowTop=0
>WindowLeft=0
>WindowHeight=Screen.Height
>WindowWidth=Screen.Width

>How can I get the report to maximize through code?

>Your help will be appreciated.

>Thanks,





Mon, 01 May 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. 16 bit API calls in VB 3 supported in 32 bit VB 4.0

2. VB 4.0 16 bit or 32 bit Escape Key

3. VB 4.0 conversion from 32 bit to 16 bit

4. VB 4.0: 16 bit vs 32 bit

5. VB 4.0 (16 bit vs 32 bit)

6. CARDS.DLL 16 Bit doesn't work on VB 4.0 32 Bit

7. CARDS.DLL 16 Bit doesn't work on VB 4.0 32 Bit

8. CARDS.DLL 16 Bit doesn't work on VB 4.0 32 Bit

9. Shell and Wait 16 bit apps from 32 bit VB 4.0

10. CARDS.DLL 16 Bit doesn't work on VB 4.0 32 Bit

11. Converting 16 bit to 32 bit VB 4.0 Pro

 

 
Powered by phpBB® Forum Software