Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim App As New CRAXDRT.Application
Dim Report As CRAXDRT.Report
Set Report = App.OpenReport("C:\ReportName.rpt")
MsgBox Report.PaperOrientation
.....[code]
The constants for page orientation are:
crDefaultPaperOrientation (0)
crPortrait (1)
crLandscape (2)
-dave