-------------------------------------------------------------------------------
You can use editor to write help screen and call them up at any data entry
field position. This will actually add what so called a "Context sensitive
help" in your application.
  SuperGen procedure is an open end. That is your application is freely
at your creativity. You can insert many lines inside every editing key control
CASE statement or in the FieldNo case statement to play with your data entry
fields feature.
  Try using some of the procedure one by one first and then later make them
more and more complicated. Comparing to other code generator on the market,
SuperGen is less complicated and is easier to use.
       This help is call up as ASCII text with ShowTxtln procedure.
------------------------------------------------------------------------------

Above portion is can be loaded to screen by ShowtxtLn Procedure

The whole area here (80 lines x 25 char) can be loaded by Showtxt procedure.







--------------------- This is last line read----------------------------------