home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / pascal / 7398 < prev    next >
Encoding:
Internet Message Format  |  1992-12-12  |  1.3 KB

  1. Path: sparky!uunet!mcsun!sun4nl!wtrlnd!contrast!postmaster
  2. From: berend@contrast.wlink.nl (Berend de Boer)
  3. Newsgroups: comp.lang.pascal
  4. Subject: Turbo Vision Questions
  5. Message-ID: <724065276.AA00688@contrast.wlink.nl>
  6. Date: Fri, 11 Dec 1992 08:53:16
  7. Sender: postmaster@contrast.wlink.nl
  8. Lines: 29
  9.  
  10. Richard Madison wrote in a message to All:
  11.  
  12.  RM>     1/  Printer.  In Turbo Vision, if you send something to
  13.  RM> printer and it doesn't work (Off, Out of Paper, Not on
  14.  RM> Line, etc..) then     you get prompted for ENTER or CANCEL.  If
  15.  RM> you enter it tries again (and loops back if it still does
  16.  RM> not work),  My problem is     that if you select CANCEL, the
  17.  RM> program bombs.  I want it to re-turn something so if you
  18.  RM> select CANCEL then you return to the program.
  19.  
  20. Turn of IOerrorchecking and check IOResult for any errors. If IOResult
  21. <> 0 then you can display an error message.
  22.  
  23.  
  24.  RM>     3/  Screen.  I want the program to dect if you are in 50/43
  25.  RM> line mode, and then change to 25 line mode, and upon exit,
  26.  RM> change back to 50 line mode.
  27.  
  28. The startup screen mode is saved by InitVideo in the StartUpMode
  29. variable. Set the ScreenMode variable to switch to 25 or 43/50 line
  30. mode. ScreenMode is used by InitVideo to set the screen to.
  31.  
  32.  
  33. Groetjes,
  34.  
  35. Berend. (-:
  36. fido: 2:281/527.23
  37. email: berend@contrast.wlink.nl
  38.  
  39.