Page 1 of 1

MSGWAIT

Posted: Mon Feb 12, 2007 6:59 pm
by Ollie
MSGWAIT does not 'obey' CRLF like MSGSTOP does.

#define CRLF Chr( 13 ) + Chr( 10 )
MsgWait( "Please, just wait a little!"+CRLF+"Working...","TITLE", 15 )
MsgStop( "Please, just wait a little!"+CRLF+"Working...","TITLE")

Any ideas?

Posted: Mon Feb 12, 2007 7:20 pm
by Antonio Linares
Ollie,

Those functions are different. MsgStop() is a Windows API builtin function.

MsgWait() is defined in FWH in source\function\msgrun.prg and does not check for CRLF. You may easily change its source code