Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modifying reportpreview.app
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01187884
Message ID:
01187900
Vues:
25
>>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
>>
>
>Did you verify that _ReportPreview points to your application and not the standard one?

i replace my reportpreview.app on the old one.
Ali Mohammad Hossein Zadeh
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform