Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modifying reportpreview.app
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Modifying reportpreview.app
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01187884
Message ID:
01187884
Views:
78
Hi All
i modify reportpreview.app and add some methods and property and compile it.
now when i want to change thos properties cause an errorthat this property does not exist.but it exists.
do (_ReportPreview) with loPreview
with loPreview
	.CurrentPage      = 4	&& start with page 4
	.ToolbarIsVisible = .F.	&& don't display the toolbar
	.CanvasCount      = 2	&& display 2-up pages
	.ZoomLevel        = 4	&& set zoom to 75%
	.Width            = _screen.Width - 30
	.Caption          = 'See how this preview window has been customized'
	.saveoptions="DTEHXF" && My Propert
endwith
Ali Mohammad Hossein Zadeh
Next
Reply
Map
View

Click here to load this message in the networking platform