Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS still does not know about VFP
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00728151
Message ID:
00728394
Views:
40
Hi Rich,

I sent you a private message, but when I checked my private message area, the message did not appear under the sent items, so hear it is agian.

I downloaded your app the other day. I installed the mindseyereportengine class in both my class folder and project. I placed the following code in a print button of a form I call to print reports:
Set Delete On
Set Console Off
the_path=Sys(5)+Sys(2003)
If .Not. Empty(Thisform.the_db)
    Select (Thisform.the_db)  && select the cursor needed by the report
Endif

SET CENTURY off

nShowWindow = 2

cReportFileName = ".\reports\"+thisform.printrpt+".frx"


SET CLASSLIB TO MindsEyeReportEngine
oRPT = CREATEOBJECT('MindsEyeReportEngine')

oRPT.ReportFormPreview(cReportFileName,nShowWindow,10,50,400,500)

SET CENTURY on
Cd (the_path)

return
When your report form appears there is nothing in the text box but a watermark. It seem like the report engine is trying to generate the report, because a wait window will appear indicating how long it took the engine to generate the report. Also, when running some reports the engine complains about missing report varaibles. All this lead me to believe the engine is working, but nothing but the watermark appears in the text box. If I click on the printer icon of your form, blank pages with the watermark are printed. Is it possible I need to set additional properties of the mindseyereportengine class?
Leland F. Jackson, CPA
Software - Master (TM)
smvfp@mail.smvfp.com
Software Master TM
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform