wIntegrate can, on receipt of a character execute a script. You'll need to look at the users' terminal emulation, then look in their "WIT" folder for a file with the same name as that emulation.
For example, on wyse60 emulation the file is named Wyse60.wit In that file you'll find lines such as... TerminalCommand = "\024" ,"Script 'wintsys\\wit_scr\\PrintOn'" ...means that on receipt of a character 24 wIntegrate will run the script PrintOn. That script turns the local printer on and output to the screen off. In wyse60 emulation, using that method, wIntegrate assumes you will follow with character 20 which will resume displaying the screen output and turn output to the local printer off. Russ > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Barry Brevik > Sent: Monday, October 18, 2004 3:50 PM > To: U2-users (E-mail) > Subject: [U2] [UV] wIntegrate and TERMINFO > > > I have some (very few) users who are experiencing a dialog that states > "sending data to printer" when a BASIC program sends a CHAR(24) to the > terminal. When you dismiss the dialog, the program appears to be hung, > although some keystrokes result in a reappearance of the > "sending data to > printer" dialog. > > The BASIC program gets the CHAR(24) value thusly: > > TERMINF = TERMINFO(0) > CURON = TERMINF<122>; * CHAR(24) on my system. > CUROFF = TERMINF<124> > PRINT CURON: > > Any ideas of what may be happening to cause wIntegrate to > slip into "print > stuff" mode? > > Barry > ------- > u2-users mailing list > [EMAIL PROTECTED] > To unsubscribe please visit http://listserver.u2ug.org/ ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/
