RE: Wintegrate message box

2004-02-09 Thread Charlie Rubeor
Users Discussion List Subject: Re: Wintegrate message box Sure,you could create a subroutine that writes a wintegrate script to their device... EQU ESC TO CHAR(27), SOH TO CHAR(1) EQU STX TO CHAR(2), CR TO CHAR(13) WSCRIPT=ESC:SOH:'Global SKS446=':QUOTE(MESSAGE):CR

Re: Wintegrate message box

2004-02-09 Thread Bryan Thorell
You could do it if your application has a single piece of code that handles the input of data, in this area you could have it loop and check for a message that needed to pop up when not getting characters. You may also be able to tap into the windows messenger service to send messages to users

Re: Wintegrate message box

2004-02-06 Thread iggchamp
Sure,you could create a subroutine that writes a wintegrate script to their device... EQU ESC TO CHAR(27), SOH TO CHAR(1) EQU STX TO CHAR(2), CR TO CHAR(13) WSCRIPT=ESC:SOH:'Global SKS446=':QUOTE(MESSAGE):CR WSCRIPT:=ESC:SOH:'Global HScript=' WSCRIPT:='BStoAscii(`Lo

Wintegrate message box

2004-02-06 Thread Charlie Rubeor
Does anybody know if it is possible to send a wintegrate pop-up box to a different user, from either a unibasic program or a shell script? Specifically, if Fred is trying to access a record, which is locked by Barney, is it possible to have a pop-up box appear on Barney's screen? Currently, we send