Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Report Engine Replacement
Message
From
07/11/2002 19:13:26
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00718672
Message ID:
00720095
Views:
16
The demo looked good. I wanted to try to run it through one of my screens to see if my reports work as well. When I put the lines:
SET CLASSLIB TO MEIReportEngine
oRPT = CREATEOBJECT('MEIReportEngine')
oRPT.ReportFormPreview(MyReportName)

I got your demo preview screen but then it shut down my foxpro. Is there anyway I can test this in my app?

Sandi.

>Well, I have finally released my VCX Class Library for use with my Report Engine/Preview ActiveX Control. You can download the Self-Extracting install file at:
>http://www.mindseyeinc.com/ReportEngine/MEIReportEngineVCX.EXE
>
>This will install the latest MEIReportEngine1.OCX file and my VFP Report Engine VCX library as well.
>
>To check out the control run the following PRG.
>
>ReportEngineDemo.PRG
>
>All that is in the PRG is the following:
>
>SET CLASSLIB TO LIBS\MEIReportEngine
>oRPT = CREATEOBJECT('MEIReportEngine')
>oRPT.DemoIT()
>
>If you want to run a VFP Report call the following Method:
>oRPT.ReportFormPreview(cReportFileName,nShowWindow,nLeft,nTop,nWidth,nHeight)
>
>The Optional Parameters are:
>nShowWindow - 0 - Show Report Preview in VFP Main Window, 2 - Show Report Preview as Top Level Form
>nLeft, nTop, nWidth, nHeight - These specify where the Report Preview will be displayed as well as the size.
>
>You can also Append another Report to the first report by just calling the ReportFormPreview() Method again with a different VFP Report. The appended Report can be of a Different Page Size and/or Orientation.
>
>Once you have run the DemoIT(), you can Save the Report to a PDF Document by clicking on the Save To PDF Button at the top of the Control
>
>Let me know what you think?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform