Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MMF with SFReports
Message
From
17/10/2000 15:07:00
Bill Wilkie
Westinghouse Savannah River Co
Aiken, South Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
MMF with SFReports
Miscellaneous
Thread ID:
00430502
Message ID:
00430502
Views:
70
I am having trouble trying to integrate SFReports into a MMF app and need some help. I have followed the Stonefield procedures for adding SFReports to the app and can successfully run a subclass of SFRwizard from the Command Window using:

o = CREATE("mysubclass")
o.SHOW()

However, when I try to instantiate the subclass inside the app using the MMF DoForm() function e.g.:

DoForm(goApp.oMyFactory.GetClassName('mysubclass'))

then I get the VFP error:
*****************************
File 'OERROR' does not exist
Line 135
Code error 1, tcFile
---
Method sfutility..loadimage
*****************************
With debug I have found that the "loadimage" method of the "sfutility" class has the line "error 1, tcFile" with a value for the tcFile parameter of "SFFldrShut.bmp" I tried manually adding the .bmp file to the project thinking that "loadimage" couldn't find the .bmp, but I got the same error.

Does this make sense to anyone? Help!
Next
Reply
Map
View

Click here to load this message in the networking platform