John,
The data you are managing probably has control character sequences. For display purposes, you should replace all characters below char(32) with ".".
For reseting the colors, try HELP BASIC @
Regards,
Marc


On Tue, 31 May 2011 11:18:25 -0400, Israel, John R. wrote:
I have written a program that runs from TCL to look for "bad" E-mail
addresses in various files.  This info is then E-mailed to the user
running the program (i.e. me) with an attachment of the problems
found.  It then asks if you wish to fix the data.  If you say yes, it
populates WORK<1> with all the invalid E-mails, then invokes a
stand-alone SB screen that displays the problems (WORK<1>) on the left and allows you to enter the corrects on the right (WORK<2>). When you
exit this screen (either with F2 or ESC), it exists out of SB and
updates the data as desired.

The problem I am having is that the video changes colors.  While not
a disaster, it is a little distracting. Nothing else is impacted, and
typing MM to go back into SB re-sets the colors correctly.

Does anyone know how to manually re-set the colors to go back to the
normal ones?


John Israel
Senior Programmer/Analyst
Dayton Superior Corporation
1125 Byers Road
Miamisburg, OH  45342

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to