I am calling a Windows program (alarmwiz, to send an email) from within a DOS-Foxpro 2.6 application. It works fine except it alters the full-screen mode of the Foxpro app to a smaller windowed mode. Our employees now how to hit ALT+ENTER to get back to full-screen mode. But it would be easier on them if the Foxpro program could do this on its own.
KEYBOARD "{ALT+ENTER}"
would do that, in theory, but that key-combo appears to be "invalid" in 2.6.
Any suggestions on how to achieve this programmatically?
KEYBOARD "{ALT+ENTER}"
would do that, in theory, but that key-combo appears to be "invalid" in 2.6.
Any suggestions on how to achieve this programmatically?