home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / CLIPPER / DBI101 / READ.ME < prev   
Text File  |  1993-02-07  |  746b  |  16 lines

  1. DBINS101.prg supercedes my previous submission which was named DBINSERT.prg.
  2.  
  3. Not being one to heavily use filters, it suddenly dawned on me that if one 
  4. were in effect when ft_dbins() was called, my function would wreak serious 
  5. havoc on the file.  
  6.  
  7. I replaced any "dbskip()"'s with "goto recno() + 1" and any "dbskip( -1 )"'s 
  8. with "goto recno() - 1".  This defeats the filter and eliminates the need to 
  9. save and restore the filter via the macro operator.  I added code to the test 
  10. driver to test the new method with a filter.
  11.  
  12. I also added the caveat on network compatibility to the NG section and moved 
  13. the "modus operandi" notes out of the NG section and into the body of the 
  14. function itself.
  15.  
  16. Todd MacDonald ■ 73767,2242