TheFoxRocks
MIS
I have to support some older programs that were converted to Visual Foxpro from 2.6
The conversion was done such that Visual Foxpro moved what was forms into Framesets with the original form contained within it. (yuck)
I have added a simple command button to the forms pageframe page1 which does a simple check of the data, runs a preview report and doesn't call anything that closes the form.
The form however closes during the preview.
If I don't run the report the form does not close...
Is there a Magic setting that will stop the report preview from closing the form?
Here is the event tracking info just before the report form command:
45160.332, dataenvironment.BeforeOpenTables()
45160.332, dataenvironment.Init()
45160.362, screen.Moved()
45160.382, screen.Resize()
45160.402, screen.Resize()
45160.482, frsaddpick1.addpick.pageframe1.page1.cmdchkfixcosttypes.LostFocus()
45160.482, frsaddpick1.addpick.LostFocus()
45160.482, frsaddpick1.addpick.Deactivate()
45160.482, frsaddpick1.Deactivate()
45160.482, frsaddpick1.ReadDeactivate()
45160.522, frsaddpick1.addpick.Paint()
rr
The conversion was done such that Visual Foxpro moved what was forms into Framesets with the original form contained within it. (yuck)
I have added a simple command button to the forms pageframe page1 which does a simple check of the data, runs a preview report and doesn't call anything that closes the form.
The form however closes during the preview.
If I don't run the report the form does not close...
Is there a Magic setting that will stop the report preview from closing the form?
Here is the event tracking info just before the report form command:
45160.332, dataenvironment.BeforeOpenTables()
45160.332, dataenvironment.Init()
45160.362, screen.Moved()
45160.382, screen.Resize()
45160.402, screen.Resize()
45160.482, frsaddpick1.addpick.pageframe1.page1.cmdchkfixcosttypes.LostFocus()
45160.482, frsaddpick1.addpick.LostFocus()
45160.482, frsaddpick1.addpick.Deactivate()
45160.482, frsaddpick1.Deactivate()
45160.482, frsaddpick1.ReadDeactivate()
45160.522, frsaddpick1.addpick.Paint()
rr