home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / QFAX25.ARJ / 115-FAX.ARJ / LOC-FAX.FRM < prev    next >
Encoding:
Text File  |  1994-02-12  |  2.4 KB  |  92 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. ; Look for the ********* for mods that you will need to make.
  11. ; I have two message bases set up for faxing with QUICKFAX (Jack Cross)
  12. ; and BGFAX (B.J. Elliot). Area 4 is for local numbers and area 6 allows
  13. ; faxes to LD areas (security is done by QUICKFAX).
  14. ;
  15. STORAGETYPE fido
  16. STORAGE local.fax
  17.  
  18. ;this is the message area you define in quickfax     *******
  19. AREANUM 4
  20.  
  21. SUBJECT #1 
  22. TO_WHOM #2
  23. FROM_WHOM USERNAME
  24. MAILTYPE local
  25.  
  26. PROLOG fax.pr
  27. TEXT   EDITOR INTERNAL
  28.  
  29. ; EDIT THE fax.ep file to advertise your bbs!   **********
  30.  
  31. EPILOG fax.ep
  32. ENDBLOCK 
  33.  
  34. WINDOW       3,5,77,18,31,31,31
  35. TITLE        [ Send local FAX. F3-Quit, F10-Save ]
  36.  
  37. CHOICELIST loc-fax.lst
  38.  
  39. FIELD 1
  40.   PROMPT     Number to send fax / Subject of fax. {Press F2 for List}
  41.   PXPOS      2
  42.   PYPOS      2
  43.   FIELDTYPE  A 45
  44.   XPOS       2
  45.   YPOS       3
  46.  
  47. ; for local numbers use this line                        ************
  48.   PATTERN    ######## / XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  49.   
  50. ; for LD numbers use this one                             ***********
  51. ; PATTERN    ############## / XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  52. ; You can change or remove the default                    ************
  53. DEFAULT 493-6988 Logiwave Computer Services
  54.   ATTRIBUTE  30 112 30
  55.   FORCE      TRUE
  56.   CHOICEKEY numbers
  57. ENDFIELD
  58.  
  59. FIELD 2
  60.    PROMPT     Attention:
  61.    PXPOS      2
  62.    PYPOS      5
  63.    FIELDTYPE  A 45
  64.    XPOS       2
  65.    YPOS       6
  66.    ATTRIBUTE  30 112 30
  67.    FORCE      TRUE
  68. ENDFIELD
  69.  
  70. FIELD 3
  71.   PROMPT     Enter the phone number where you can be reached at by voice (optional).
  72.   PXPOS      2
  73.   PYPOS      8
  74.   FIELDTYPE  A 13
  75.   XPOS       2
  76.   YPOS       9
  77.   PATTERN    999-999-9999
  78.   ATTRIBUTE  30 112 30
  79. ENDFIELD
  80.  
  81. FIELD 4
  82.   PROMPT     When is the best time to call?
  83.   PXPOS      2
  84.   PYPOS      11
  85.   FIELDTYPE  A 20
  86.   XPOS       2
  87.   YPOS       12
  88.   PATTERN    XXXXXXXXXXXXXXXXXXXXX
  89.   ATTRIBUTE  30 112 30
  90. ENDFIELD
  91.