CONSOLE Not Active
Posted: Tue Aug 24, 2010 7:36 pm
Hello,
Though my apps are very GUI using HMG I don't seem to be able to get anything to print\display to the console. I have tried these commands in various combinations with no luck.
What can you recommend?
Thanks,
Michael
Though my apps are very GUI using HMG I don't seem to be able to get anything to print\display to the console. I have tried these commands in various combinations with no luck.
Code: Select all
#include 'hmg.ch'
#include 'simpleio.ch'
#include 'hbrddsql.ch'
function main(cParam)
Set Printer OFF
SET DEVICE TO SCREEN
Set Console ON
? "Hello World!"
?? "Hello World!"
qOut("qOut")
qqOut("qqOut")
OutStd("OutStd")
OutErr("OutErr")
return
Thanks,
Michael