home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / prog / ks94an.arj / LINEDKIL.HDR < prev    next >
Text File  |  1994-04-24  |  997b  |  38 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _LineEditKill( cKey, cAlias, cField ) --> nBytesRecovered
  8.  
  9. PARAMETERS:
  10.  
  11. cKey   : Unique record key for relational lookups
  12. cAlias : Alias Name of work area for text
  13. cField : Field name in the cALias work area for text
  14.  
  15. SHORT:
  16.  
  17. Recycle LineEdit Comments for use by other comments.
  18.  
  19. DESCRIPTION:
  20.  
  21. _LineEditKill() deletes the comments in use for a given parent record
  22. key, effectively recycling them.
  23.  
  24. See _LineEditGet() for a full description.
  25.  
  26. NOTE:
  27.  
  28.  
  29.  
  30. EXAMPLE:
  31.  
  32. _LineEditKill(Accounts->CustAccNum,'ACCOUNTS','COMMENTS')
  33.  
  34. Result: The comments stored in the database aliased as ACCOUNTS, using
  35. the character field COMMENTS, are recycled for use by other comments.
  36.  
  37. ******************************************************************************/
  38.