home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / QFAX25.ARJ / 115-FAX.ARJ / LD-FAX.FRM < prev    next >
Encoding:
Text File  |  1994-02-12  |  1.6 KB  |  64 lines

  1. ; ----------------------------------------------------------------------
  2. ;                (c) copyright 1994 Scott Montle (1:353/115)
  3. ;   Free use granted to all registered Silver Xpress Mail Door users
  4. ;   or registered QuickFax users
  5. ; ----------------------------------------------------------------------
  6. ; AUTHOR     : Scott Montle
  7. ; DEFINITION : Qiuckfax/BGfax send fax form
  8. ; DATE       : 12-02-1994 16:30
  9. ; ----------------------------------------------------------------------
  10. STORAGETYPE fido
  11. STORAGE local.fax
  12. AREANUM 6
  13. SUBJECT #1 
  14. TO_WHOM #2
  15. FROM_WHOM USERNAME
  16. MAILTYPE local
  17. PROLOG fax.pr
  18. TEXT   EDITOR INTERNAL
  19. EPILOG fax.ep
  20. ENDBLOCK 
  21. WINDOW       3,5,77,18,31,31,31
  22. TITLE        [ Send FAX to a place in BC. F3-Quit, F10-Save ]
  23. FIELD 1
  24.   PROMPT     Number to send fax / Subject of fax.
  25.   PXPOS      2
  26.   PYPOS      2
  27.   FIELDTYPE  A 45
  28.   XPOS       2
  29.   YPOS       3
  30.   PATTERN    1-#/ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  31.   ATTRIBUTE  30 112 30
  32.   FORCE      TRUE
  33. ENDFIELD
  34. FIELD 2
  35.    PROMPT     Attention:
  36.    PXPOS      2
  37.    PYPOS      5
  38.    FIELDTYPE  A 45
  39.    XPOS       2
  40.    YPOS       6
  41.    ATTRIBUTE  30 112 30
  42.    FORCE      TRUE
  43. ENDFIELD
  44. FIELD 3
  45.   PROMPT     Enter the phone number where you can be reached at by voice (optional).
  46.   PXPOS      2
  47.   PYPOS      8
  48.   FIELDTYPE  A 13
  49.   XPOS       2
  50.   YPOS       9
  51.   PATTERN    999-999-9999
  52.   ATTRIBUTE  30 112 30
  53. ENDFIELD
  54. FIELD 4
  55.   PROMPT     When is the best time to call?
  56.   PXPOS      2
  57.   PYPOS      11
  58.   FIELDTYPE  A 20
  59.   XPOS       2
  60.   YPOS       12
  61.   PATTERN    LLLLLLLLLLLLLLLLLLLL
  62.   ATTRIBUTE  30 112 30
  63. ENDFIELD
  64.