Posted by: Pawel Streich
Hi,
In documentaion from CTD 1.1.2 i found this description below to function
SalNumberToWindowHandle :
"...Converts a number to a window handle.
For example, you can broadcast a message by passing -1 to SalSendMsg as
follows:
Set hWndAll = SalNumberToWindowHandle ( -1 )
Call SalSendMsg ( hWndAll, nMsg, 0, 0 )....."
I will prepare broadcast message in window but this don't work.
See attachment
Thanks for answers.
Regards,
Pawel