Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MMF with SFReports
Message
De
17/10/2000 15:07:00
Bill Wilkie
Westinghouse Savannah River Co
Aiken, Caroline du Sud, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
MMF with SFReports
Divers
Thread ID:
00430502
Message ID:
00430502
Vues:
72
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!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform