David Higgs
Programmer
Hi,
I have an application that's running fine within "Developer". The application has a "Pageframe" with a Tab that I use to Browse various Database files. When running the compiled .com program, if I try to browse any of the database files the program "locks up".
This same command works fine in "Developer"
I have the following in the "start.prg" file that calls the Menu page which in turn calls the "Pageframe"
SET SYSMENU OFF
IF WVISIBLE ('STANDARD')
RELEASE WINDOW 'STANDARD'
ENDIF
Regards,
David
I have an application that's running fine within "Developer". The application has a "Pageframe" with a Tab that I use to Browse various Database files. When running the compiled .com program, if I try to browse any of the database files the program "locks up".
This same command works fine in "Developer"
I have the following in the "start.prg" file that calls the Menu page which in turn calls the "Pageframe"
SET SYSMENU OFF
IF WVISIBLE ('STANDARD')
RELEASE WINDOW 'STANDARD'
ENDIF
Regards,
David