Hey there folks--
I'm running the following code (in VFP8 SP1):
And everytime the Open dialog box appears, it's off-screen to the bottom-right and the only way to get it back on screen is to right-click the taskbar button, click Move and arrow it back to the visible area.
I've compiled and run the exe on multiples machines (two XPPro, one Server 2003) with the same result. I thought it may have been because of my dual-monitor setup, but the same happens on both dual- and single-monitor setups. I'm using RESOURCES=OFF in config.fpw and have deleted all FOXUSER.* files.
Is the position of the Open dialog saved anywhere? What could be causing this? Thoughts?
thanks
-- frank~
I'm running the following code (in VFP8 SP1):
Code:
IF llInvalidCLP
tcIniFile = GETFILE("INI","Please specify an INI file...","Open",1)
tcIniFile = JUSTFNAME(tcIniFile)
IF EMPTY(tcIniFile)
ERROR ERR_MISSINGINI
ENDIF
ENDIF
And everytime the Open dialog box appears, it's off-screen to the bottom-right and the only way to get it back on screen is to right-click the taskbar button, click Move and arrow it back to the visible area.
I've compiled and run the exe on multiples machines (two XPPro, one Server 2003) with the same result. I thought it may have been because of my dual-monitor setup, but the same happens on both dual- and single-monitor setups. I'm using RESOURCES=OFF in config.fpw and have deleted all FOXUSER.* files.
Is the position of the Open dialog saved anywhere? What could be causing this? Thoughts?
thanks
-- frank~