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
|
seang_sophorn Level: Big Cheese Registered: 07-06-2005 Posts: 26
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.
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..