home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / 5728 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.6 KB

  1. Path: sparky!uunet!pipex!ibmpcug!mantis!tony
  2. From: Tony Lezard <tony@mantis.co.uk>
  3. Newsgroups: comp.databases
  4. Subject: Re: Very strange Clipper effect...
  5. Summary: RTFM
  6. Message-ID: <cP8XNB2w165w@mantis.co.uk>
  7. Date: Wed, 15 Jul 92 11:15:59 BST
  8. References: <1992Jul14.104432.3022@cs.tu-berlin.de>
  9. Distribution: world
  10. Organization: Mantis Consultants, Cambridge. UK.
  11. Lines: 33
  12.  
  13. schli@cs.tu-berlin.de (Wolfram Schlickenrieder) writes:
  14.  
  15. > [why does this:]
  16. >        cls
  17. >        name := SPACE (10)
  18. >        @ 10, 10 get name
  19. >        setcolor ("w/w")    <- This is the line producing a white box
  20. >                               in the first line of the screen 
  21. >        ? "name = " + name
  22. >
  23. > [produce a blob on line 0?]
  24.  
  25. For a start, a READ statement somewhere is recommended.
  26.  
  27. Anyway, to cure your problem, put a SET SCOREBOARD OFF statement
  28. somewhere at the top of your program. When the scoreboard is ON, well,
  29. I'll just quote what Norton Guides says:
  30.  
  31. #  SET SCOREBOARD controls whether or not messages from READ and
  32. #  MEMOEDIT() display on line zero.  When SCOREBOARD is ON, READ displays
  33. #  messages for RANGE errors, invalid dates, and insert status.
  34. #  MEMOEDIT() displays an abort query message and the insert status.
  35.  
  36. It's the Insert Status that you're seeing. Either "Ins" if in insert
  37. mode or "   " if in overstrike mode. You were seeing three spaces in
  38. the current colours - white on white.
  39.  
  40. --
  41.  Tony Lezard IS tony@mantis.co.uk OR tony%mantis.co.uk@uknet.ac.uk
  42.   OR EVEN arl10@phx.cam.ac.uk if all else fails.
  43.    Mantis Consultants Ltd. Cambridge, UK. Try our "Jobstream" product today!
  44.     Anyone know of a place to stay in Phoenix Arizona this September?
  45.  
  46.