home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / datamage.zip / HELPFILS.ZIP / CODEGRUP.HLP < prev    next >
Text File  |  2007-09-11  |  2KB  |  34 lines

  1. "WRITE CODE OR FLAG HELP"
  2.  
  3. "The write code/flag function writes the same value into a data segment"
  4. "in all records in the current group.  If  you  have  used  the  select"
  5. "records function to exclude some records from the group  the code/flag"
  6. "will be written to only the records now in the group. If not, the data"
  7. "will be recorded in all records, presumably to zero or blank the field"
  8. "for future use."
  9.  
  10. "This is an advanced function and you must be VERY CAREFUL with it.  If"
  11. "you are uncertain, DON'T!.  This routine PERMANENTLY DESTROYS the data"
  12. "currently recorded in the field.  So, if you write a code/flag, you'll"
  13. "need an UNASSIGNED field to hold it, or a segment specifically for the"
  14. "purpose of holding code/flag data.   The program has no way of knowing"
  15. "the purpose of the segments,  and will,  if directed,  happily DESTROY"
  16. "a field containing permanent data."
  17.  
  18. "The purpose of a code/flag is  to leave a message in the record.   The"
  19. "meaning of the message is up to you.   If you have spent time defining"
  20. "a group of records you may wish to place a flag in them. When you need"
  21. "to work with that group again you can do a single record select  oper-"
  22. "ation with the flag as its target to get that same group back into the"
  23. "computer.  Your work need not be duplicated each time, but, you should"
  24. "remember that new records added since your group was  defined  may fit"
  25. "your definition and, therefore, should be in the group."
  26.  
  27. "The target segment of the code/flag may be numeric or alpha.  If it is"
  28. "alpha, you may opt to replace the current entry with the  code/flag or"
  29. "append (add) the new data to the current entry."
  30.  
  31. "In the case of multi-user files please consider others when you choose"
  32. "a field for your code/flag.  The stuff in there may look like  garbage"
  33. "to you, but it may represent hours of somebody's' time."
  34.