home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / database / 7881 < prev    next >
Encoding:
Text File  |  1992-11-16  |  1.9 KB  |  49 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!ukma!darwin.sura.net!uvaarpa!murdoch!holmes.acc.Virginia.EDU!cjh
  3. From: cjh@holmes.acc.Virginia.EDU (Carol J. Hughes)
  4. Subject: Clipper printing deleted material from memo field
  5. Message-ID: <1992Nov16.163710.19277@murdoch.acc.Virginia.EDU>
  6. Originator: cjh@holmes.acc.Virginia.EDU
  7. Sender: usenet@murdoch.acc.Virginia.EDU
  8. Organization: University of Virginia
  9. Date: Mon, 16 Nov 1992 16:37:10 GMT
  10. Lines: 37
  11.  
  12. I wrote a Clipper '87 application that has a help.dbf with two fields:
  13. var C10
  14. helptext M10
  15. The database contains help info in the memo field "helptext"
  16. for various GET fields and menus within the program.
  17. One of the records is used for logging purposes.  The program writes
  18. various info to the field whenever certain actions are taken by
  19. the users.  The supervisor views this info every week and can delete
  20. old info.  She asked for the option of printing the info, so I added
  21. an option to do so.  
  22.  
  23. Problem:  When I print the info using the function MEMOLINE,
  24.           Clipper includes the text that has been deleted
  25.           but it leaves out the first letter of each line
  26.           that has been deleted.  I don't want any of the 
  27.           deleted info.
  28.  
  29. I ran a program in 5.01 that Rick Spence suggests in his
  30. second book to get rid of unused DBT blocks but that
  31. didn't help.
  32.  
  33. If I search help.dbt with NORTON'S, it shows all the deleted
  34. text, including the first letter of each line.  (The report
  35. does not show the first letter of each line of deleted text.)
  36.  
  37. There is another database in the same system with a memo field.
  38. I deleted the first four lines of the memo text from one of the
  39. records and added new text, then printed a report which shows
  40. the memo text.  The report was fine.  The deleted text did not
  41. show and the new text did.
  42.  
  43. Does anyone know why the deleted text from the help.dbf is
  44. showing up on the report and how to get rid of it?
  45.  
  46. Joan Hughes
  47. University of Virginia
  48. cjh@virignia.edu
  49.