home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / informix / 2945 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  2.0 KB

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!emory!not-for-mail
  2. From: inf_bb@hermes1.sps.mot.com (informix users bb)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re:  2 questions: 4GL source length limit & screen redraw question
  5. Date: 12 Jan 1993 16:38:06 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 29
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1ivdnuINN5vh@emory.mathcs.emory.edu>
  11. Reply-To: inf_bb@hermes1.sps.mot.com (informix users bb)
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1775>
  14.  
  15. paul,
  16.  
  17. im not sure about your first question on size of program modules,
  18. but the second one:
  19.  
  20. 2) With ^R to redraw the screen and Informix refreshing underlying windows
  21.    when one is closed it makes sense to think there is some sort of
  22.    data structure keeping track of what the screen should look like.  I
  23.    would appreciate any information to access that structure.  In this case
  24.    I would like to dump the current screen to a file/printer from an
  25.    ON KEY(whatever) CALL dumpScreen() type senario.
  26.  
  27. yes, there is a way to print the current screen.  you must first set the 
  28. DBSCREENOUT environment variable to the name of the file you want to
  29. save the screen to.  then just run the program and hit CONTROL-P as many
  30. times as you like.  the screen images will be appended to the file named
  31. by DBSCREENOUT.  
  32.  
  33. regards,
  34.  
  35. ------------------------------------------------------------------------------
  36.                                                             |     .     .
  37.   Bob Baskett                                               |    ...   ...
  38.   Software Engineer, DBA                                    |   ..... .....
  39.   Business Systems Integration Group                        |  ..   ...   ..
  40.   Semiconductor Products Sector                             | .      .      .
  41.   Mesa, AZ                                                  |
  42.                                                             |  Motorola, Inc
  43. ------------------------------------------------------------------------------
  44.