Here is a stumper.
I have my main form with a grid and several command buttons.
One command button called “REVIEW” calls a simple form to show the progress of a process. This form is called [blue]frmPBar[/blue]. It is called with a “DO FORM FORMS\FrmPBar”. No problems here. The command button “REVIEW" updates [blue]FrmPBar[/blue] properties with no issues. When I trace the code at this point I can see [blue]FrmPBar[/blue] as an object in the LOCALs window in the debugger.
I have another command button that calls another form in the same way “DO FORM FORMS\FRMcp”, but this one does not stay in memory! It still is on the screen but in the LOCALS window, there is no indication that it exists. When I go to update the properties on [blue]FRMcp[/blue], I get the error “Object FRMCP is not found”.
I've done a property to property comparison between [blue]FRMcp[/blue] and [blue]FrmPBar[/blue] and cannot see why one works and the other one does not.
Any Ideas?
Thanks
I have my main form with a grid and several command buttons.
One command button called “REVIEW” calls a simple form to show the progress of a process. This form is called [blue]frmPBar[/blue]. It is called with a “DO FORM FORMS\FrmPBar”. No problems here. The command button “REVIEW" updates [blue]FrmPBar[/blue] properties with no issues. When I trace the code at this point I can see [blue]FrmPBar[/blue] as an object in the LOCALs window in the debugger.
I have another command button that calls another form in the same way “DO FORM FORMS\FRMcp”, but this one does not stay in memory! It still is on the screen but in the LOCALS window, there is no indication that it exists. When I go to update the properties on [blue]FRMcp[/blue], I get the error “Object FRMCP is not found”.
I've done a property to property comparison between [blue]FRMcp[/blue] and [blue]FrmPBar[/blue] and cannot see why one works and the other one does not.
Any Ideas?
Thanks