home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / cardx102.zip / FIELDS.DOC < prev    next >
Text File  |  1991-01-31  |  2KB  |  46 lines

  1. ------------------------------------------------------------------------------
  2. Field layout of a Cardx database record:
  3. ------------------------------------------------------------------------------
  4. Field #1, 33 AS lname$
  5.           20 AS fsname$
  6.           54 AS street$
  7.           38 AS town$
  8.            4 AS state$
  9.            5 AS zip$
  10.            4 AS ezip$
  11.            3 AS acode$
  12.            3 AS apphone$
  13.            4 AS aphone$
  14.            3 AS bcode$
  15.            3 AS bpphone$
  16.            4 AS bphone$
  17.            6 AS birth$
  18.          270 AS adinfo$
  19.            2 AS deleted$
  20.            2 AS mark$
  21. Field #18, 2 AS crlf$
  22.         -----
  23. Total    460  bytes per record.
  24.  
  25.  
  26. ------------------------------------------------------------------------------
  27. Layout of Cardx.cfg configuration file.
  28. ------------------------------------------------------------------------------
  29. port$       = Modem port number
  30. initmodm$   = Modem initiation string
  31. initstring$ = Modem dial string
  32. hangup$     = Modem hang-up string
  33. exitcode$   = Plant exit code
  34. dial1$      = "Y", dial one for long distance
  35. areacode$   = Local area code
  36. default$    = Default datafile filename
  37. birthday$   = "Y", to use birthday field
  38. laserjet$   = "Y", for laserjet II printer
  39. prntupper$  = "Y", print name in upper case
  40. phonelog$   = "Y", to keep a phonelog
  41. twonames$   = "N", combine last and first name fields
  42. colors$     = Screen colors
  43. colormon$   = "Y", if color monitor
  44. canada$     = "Y", for four character state code
  45.  
  46.