Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stonefield Reports and Mere Mortals Framework
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Stonefield Reports and Mere Mortals Framework
Miscellaneous
Thread ID:
00289817
Message ID:
00289817
Views:
63
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
Next
Reply
Map
View

Click here to load this message in the networking platform