[U2] [uv] SBClient - vt220 CHAR mode - How to colors ?

2007-09-20 Thread Manu Fernandes
Hi all, I've a project to convert a old PICK basic application to Universe/NT. I want to use SBClient in character mode, with vt220 terminal emulation. (We build new modules with SB+.) In BASIC, I convert colors sequences like background black from @(-40) to @(-38,0) and so on for all colors.

Re: [U2] Denial Of Service in UVRPC Universe

2007-09-20 Thread Herve Balestrieri
Augusto, The UniRPC protocol hanging when contacted by other network protocols working on the same TCP port is not exactly what we could name a bug. But, for the very true reasons you exposed, enhancements have been made in UniRPC daemon (unirpcd executable) to handle smoothly the case of

RE: [U2] [uv] SBClient - vt220 CHAR mode - How to colors ?

2007-09-20 Thread David Murray
Manu, What terminal definition have you setup within SB+ for the user/port? Definition VT220 in SB+ does not support colour. Definition TU.VT220 does support colour. You may have to tweak one of the existing SB+ terminal definitions to get the correct functionality required. Cheers, David

[U2] Forum email

2007-09-20 Thread Jerry Banker
At one time I use to get forum questions as an email. What ever happened to that? Jerry --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] [uv] SBClient - vt220 CHAR mode - How to colors ?

2007-09-20 Thread Kevin King
I was about to recommend changing the /TERM.DEFN, but then I realized that you're asking about a non-SB+ screen, right? It may be that SBClient uses non-standard terminal control for handling colors. You might, however, use the TU.VT220 per David's advice to see what codes need to be sent to

Re: [U2] [uv] SBClient - vt220 CHAR mode - How to colors ?

2007-09-20 Thread Manu Fernandes
Hi, Precision, I do'nt login into SB+, I do'nt use it ! I'll use SBClient like a character based term emulator without SB+. SB+ interface is the next step ~future not defined. Thanks for help Manu - Original Message - From: David Murray [EMAIL PROTECTED] To:

[U2] Debug problems with 10.2.4 Reality format

2007-09-20 Thread Brenda Price
This is about to drive me crazy. Anyone have a clue as to why my DEBUG statement is only getting executed on the first record in the list of records? I also have a problem with a DEBUG not getting executed when returning from a subroutine after the first time it executes. READ.CNT = 0

RE: [U2] Debug problems with 10.2.4 Reality format

2007-09-20 Thread David Jordan
Hi Brenda You have continue statements that would not reach that debug statement. I suspect that the test data is different to the live data and hence the program is not acting as you expected, rather than an issue with the debug statement. Regards David Jordan Managing Consultant ---

RE: [U2] [uv] SBClient - vt220 CHAR mode - How to colors ?

2007-09-20 Thread David Murray
Manu, OKies, There is an ANSI colour/color option within the SBClient VT220 configuration: Menus - SetupTerminalEmulation: VT200Configure buttonANSI Color tick box Cheers, David Murray .learn and do .excel and share -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL