PDA

View Full Version : scrolling input box?


BillV
08-04-2003, 08:52 AM
Hi !!!

I work on a very old character application. Our users have requested a 96 character product description. I'm looking for ways to enter/display this field. Unfortunately, management won't allow any graphical enhancements. Any suggestions?

Thanks,

Bill

BillV
08-05-2003, 06:02 AM
I got an answer to my scrolling input box question thanks to Carol Green @ AcuCorp support. I just added "ENTRY-FIELD" and "SIZE n, MAX-TEXT = n" to my screen section entry.

01 SCR-ENTRY.
03 SCR-DESC ENTRY-FIELD USING WS-DESC,
SIZE 32, MAX-TEXT = 96.