Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stonefield Reports and Mere Mortals Framework
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Stonefield Reports and Mere Mortals Framework
Divers
Thread ID:
00289817
Message ID:
00289817
Vues:
64
Hi Doug,

Thanks for help in getting Stonefield Reports to work with Mere Mortals. You were correct in your asessment of the problem. Since sfrwizard is not a framework based form and it is modeless, it displays and then disppears. In order to have it remain on the screen, I had to add the following code to my subclass of sfrwizard:

INIT:
dodefaulft()
goApp.oForms.Add(This)

DESTROY:
goApp.oForms.Remove(This.name)
dodefault()

This effectively registers the form with the framework's application class.

Kind Regards,

Mat
Matthew Kennedy
Decision Support Technology Inc.

"I try to take one day at a time, but sometimes several days attack me all at once." ~ Ashleigh Brilliant

New Jersey Dot Net User Group
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform