Hi,
I'm 6 months old in the world of VFP 6.0. I'm running WIN98, One form, no other code yet. I have read every FAQ and thread in regard to hiding the main VFP window. There is one method (found in the threads) that I use that works, although, I still see a flash of the main window.. (below)
MyForm.InitEvent
_SCREEN.vISIBLE = .F.
tHIS.sHOW()
READ EVENTS
**
set in the forms property sheet...(not thru code)
.ShowWindow = 2
.MDIform = .f.
.ALwaysOnTop=.t.
**
All other forms called from this form,
.ShowWindow = 1
I would like to use the SCREEN=OFF method instead in the config.fpw file, but everything I've tried has been unsuccessful. It continues to flash and dissappear, both main window and my form.
Can someone please let me know exactly what the properties for the form should be when using SCREEN=OFF?
Thank you in advance...
I'm 6 months old in the world of VFP 6.0. I'm running WIN98, One form, no other code yet. I have read every FAQ and thread in regard to hiding the main VFP window. There is one method (found in the threads) that I use that works, although, I still see a flash of the main window.. (below)
MyForm.InitEvent
_SCREEN.vISIBLE = .F.
tHIS.sHOW()
READ EVENTS
**
set in the forms property sheet...(not thru code)
.ShowWindow = 2
.MDIform = .f.
.ALwaysOnTop=.t.
**
All other forms called from this form,
.ShowWindow = 1
I would like to use the SCREEN=OFF method instead in the config.fpw file, but everything I've tried has been unsuccessful. It continues to flash and dissappear, both main window and my form.
Can someone please let me know exactly what the properties for the form should be when using SCREEN=OFF?
Thank you in advance...