michaelkatz
Programmer
For some reason a form that was releasing properly no longer does.
Here are the facts.
App was developed using VFP 5
It is a blank form with no controls. Its function is to let the user know that the app is running, while it updates last year data.
It was working fine last year. I copied all the files to a new folder to prepare the application for 2003, and now the form remains visible and also remains on the taskbar.
Since last year, I have installed VFP 7 in another folder, so both versions are present.
I have also updated this years app in VFP 7 and it works fine.
This is the code involved
DO FORM frmstartup NAME OfrmStartUp
.
.
.
.
.
IF TYPE('OfrmStartup') <> 'U'
* wait wind TYPE('OfrmStartup')
RELEASE FORM OfrmStartUp
* wait wind TYPE('OfrmStartup')
ENDIF
Funny thing: If I uncomment the "Wait.." lines, the value displayed is "O" and the form IS RELEASED. Could it be a caching problem? The machine I am using has had NO hardware changes made to it.
Thank you once again.
BTW How do I respond to your response?
Michael
mkatzla@juno.com
Here are the facts.
App was developed using VFP 5
It is a blank form with no controls. Its function is to let the user know that the app is running, while it updates last year data.
It was working fine last year. I copied all the files to a new folder to prepare the application for 2003, and now the form remains visible and also remains on the taskbar.
Since last year, I have installed VFP 7 in another folder, so both versions are present.
I have also updated this years app in VFP 7 and it works fine.
This is the code involved
DO FORM frmstartup NAME OfrmStartUp
.
.
.
.
.
IF TYPE('OfrmStartup') <> 'U'
* wait wind TYPE('OfrmStartup')
RELEASE FORM OfrmStartUp
* wait wind TYPE('OfrmStartup')
ENDIF
Funny thing: If I uncomment the "Wait.." lines, the value displayed is "O" and the form IS RELEASED. Could it be a caching problem? The machine I am using has had NO hardware changes made to it.
Thank you once again.
BTW How do I respond to your response?
Michael
mkatzla@juno.com