home *** CD-ROM | disk | FTP | other *** search
- ; ----------------------------------------------------------------------
- ; (c) copyright 1994 Scott Montle (1:353/115)
- ; Free use granted to all registered Silver Xpress Mail Door Users
- ; or registered QuickFax users
- ; ----------------------------------------------------------------------
- ; AUTHOR : Scott Montle
- ; DEFINITION : Qiuckfax/BGfax send fax form
- ; DATE : 12-02-1994 16:30
- ; ----------------------------------------------------------------------
- ;
- ; Look for the ********* for mods that you will need to make.
- ; I have two message bases set up for faxing with QUICKFAX (Jack Cross)
- ; and BGFAX (B.J. Elliot). Area 4 is for local numbers and area 6 allows
- ; faxes to LD areas (security is done by QUICKFAX).
- ;
- STORAGETYPE fido
- STORAGE local.fax
-
- ;this is the message area you define in quickfax *******
- AREANUM 4
-
- SUBJECT #1
- TO_WHOM #2
- FROM_WHOM USERNAME
- MAILTYPE local
-
- PROLOG fax.pr
- TEXT EDITOR INTERNAL
-
- ; EDIT THE fax.ep file to advertise your bbs! **********
-
- EPILOG fax.ep
- ENDBLOCK
-
- WINDOW 3,5,77,18,31,31,31
- TITLE [ Send local FAX. F3-Quit, F10-Save ]
-
- CHOICELIST loc-fax.lst
-
- FIELD 1
- PROMPT Number to send fax / Subject of fax. {Press F2 for List}
- PXPOS 2
- PYPOS 2
- FIELDTYPE A 45
- XPOS 2
- YPOS 3
-
- ; for local numbers use this line ************
- PATTERN ######## / XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
-
- ; for LD numbers use this one ***********
- ; PATTERN ############## / XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- ; You can change or remove the default ************
- DEFAULT 493-6988 Logiwave Computer Services
- ATTRIBUTE 30 112 30
- FORCE TRUE
- CHOICEKEY numbers
- ENDFIELD
-
- FIELD 2
- PROMPT Attention:
- PXPOS 2
- PYPOS 5
- FIELDTYPE A 45
- XPOS 2
- YPOS 6
- ATTRIBUTE 30 112 30
- FORCE TRUE
- ENDFIELD
-
- FIELD 3
- PROMPT Enter the phone number where you can be reached at by voice (optional).
- PXPOS 2
- PYPOS 8
- FIELDTYPE A 13
- XPOS 2
- YPOS 9
- PATTERN 999-999-9999
- ATTRIBUTE 30 112 30
- ENDFIELD
-
- FIELD 4
- PROMPT When is the best time to call?
- PXPOS 2
- PYPOS 11
- FIELDTYPE A 20
- XPOS 2
- YPOS 12
- PATTERN XXXXXXXXXXXXXXXXXXXXX
- ATTRIBUTE 30 112 30
- ENDFIELD
-