Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mangnifier tool in Report Preview
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01137506
Message ID:
01137537
Views:
15
>Can you give me a sample code?

xfrx: http://www.eqeus.com/files/XFRXDevGuide113.htm#_XFRX_previewer_1
mere:
SET CLASSLIB TO ("mindseyereportengine.vcx") ADDITIVE
SET CLASSLIB TO ("mindseyereportpreviewforms.vcx") ADDITIVE
loHost=CREATEOBJECT('MindsEyeReportEngine')

*loHost.cScope=loReport.cScope
*loHost.cWhileExpression=loReport.cWhile
*loHost.cForExpression=loReport.cFor
*loHost.nRecords=loReport.nInitialRecord

*loHost.lDisplayexecutiontime=!loReport.Silent
*loHost.cReportPreviewFormCaption=loReport.Caption

loForm = loHost.ReportFormObject("your_report",0)
loEngine=loForm.oReportEngine

*loEngine.DisplayNewPageButton=loReport.PRV.UpdateMode
*loEngine.DisplayDeletePageButton=loReport.PRV.UpdateMode
loEngine.Scale=5000

loForm.Show(1)
MartinJ
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Previous
Reply
Map
View

Click here to load this message in the networking platform