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 (Data Report???)Next Topic (Printing in DOS in Language other than english) New Topic New Poll Post Reply
AndreaVB Forum : Printing : Print reports with datareport
Poster Message
jareivy05
Level: Sage

Registered: 19-10-2005
Posts: 55

icon Print reports with datareport

Good Day!!
I just want to ask, why is that the defaut paper orientation of my data report turns to landscape? i didn't have any code that makes it land scape...At first, it is portrait then last week i found out that it became landcape..How can i change it back to portrait? thank you..   




[Edited by jareivy05 on 26-12-2005 at 08:02 AM GMT]

26-12-2005 at 12:01 AM
View Profile Send Email to User Show All Posts | Quote Reply
seang_sophorn
Level: Big Cheese

Registered: 07-06-2005
Posts: 26
icon Re: Print reports with datareport

Just go to your report initialize and change your report orientation.

Private Sub DataReport_Initialize()
Me.Orientation = rptOrientPortrait
End Sub

if u don't have the orientation property, just download the lastest service pack of VB and install it.


____________________________
need for your help

26-12-2005 at 09:27 AM
View Profile Send Email to User Show All Posts | Quote Reply
jareivy05
Level: Sage

Registered: 19-10-2005
Posts: 55
icon Re: Print reports with datareport

seang_sophorn,
Thank you for your reply..so i need to download first the latest service pack of vb btw, what other features added in the latest service pack? Thank you once again..

26-12-2005 at 11:14 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Printing : Print reports with datareport
Previous Topic (Data Report???)Next Topic (Printing in DOS in Language other than english) 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