borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (how to pass dynamic sql query from vb to crystal reports)Next Topic (DB Connection) New Topic New Poll Post Reply
AndreaVB Forum : Reporting tools : Data Report: Orientation
Poster Message
blackdevil1979
Level: Whizz Kid

Registered: 09-09-2004
Posts: 18

icon Data Report: Orientation

Hi,

I want to adjust my data report to be landscape type of Orientation. But the problem is most code that i found is as below:

quote:
With myRpt
              
      .Hide
      .Orientation = rptOrientLandscape
      .refresh
      .show

End With


However, when i tried it, it keep coming out the same error message variable not defined and pointed to --> rptOrientLandscape.

Can someone help me? Thanks

____________________________
The sun does not shine for a few trees and flowers, but for the wide world's joy - Henry Ward Beecher
09-09-2004 at 02:46 AM
View Profile Send Email to User Show All Posts | Quote Reply
Goran
Level: Moderator

Registered: 16-05-2002
Posts: 1681
icon Re: Data Report: Orientation

Do you have latest visual studio service pack installed (sp5)? Also, this might be of interest to you]

http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q198/9/01.ASP&NoWebContent=1

[Edited by Goran on 10-09-2004 at 08:12 PM GMT]

____________________________
If you find the answer helpful, please mark this topic as solved.

10-09-2004 at 07:03 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Reporting tools : Data Report: Orientation
Previous Topic (how to pass dynamic sql query from vb to crystal reports)Next Topic (DB Connection) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder