CHAPTER 6 | INTEGRATIONA fax server has great potential in collectively handling the faxing needs of multiple users in an organization. Perhaps what is more exciting is the capabilities of integration of the TK-FAX fax server with other application software. The possibilities are endless, but here are a few examples of what can be done with integration: Automatic faxing of computer error logs during the late evening hours.There are three ways that TK-FAX can be integrated: Sending faxes through the Send Dialog box - this means the user fills in the blanks with the fax information. | |||||||||||||||||||||||||||||||||||||||
| Interface to the TK-FAX Send Dialog Box |
The TK-FAX Send Dialog box can be called directly from any application
as follows: 1. Set the TKWPD local variable to the global file where the ASCII text information is stored that needs to be faxed. The assumption is made that the text is stored under the reference given in a contiguous fashion. For example, if the text to be sent was stored as: The you would set TKWPD="^TESTFAX(10)"^TESTFAX(10,10) = sample text 2. Preset any of the optional local variables as are desired:
3. Call up the Send Dialog box with DO DIRECT^TKFAXQ4. The fax job # will be returned in the variable JOB.
| |||||||||||||||||||||||||||||||||||||||
| Background Faxing |
Any MUMPS application can pass a parameter string
to the fax queuing software that allows a fax to be sent without the user
having to enter names and numbers. In order to automatically send a fax in this way you will need to set two variables and then call TK-FAX software as follows: 1. First set the TKWPD variable as in the example of #1 above. 2. Secondly, define the FAXPARAM variable delimited with a "`" (accent mark) as is described in the following table:
3. Queue the fax with the following MUMPS line: DO QUEUE^TKFAXQ4. The fax job # will be returned in the variable JOB. | |||||||||||||||||||||||||||||||||||||||
| FAX STATUS |
You may also check on the status of any given fax job by calling:
STATUS^TKFAXQMake sure you set the variable JOB equal to the job number that you want to check on before you do the call. TK-FAX will return the status in the same JOB variable and will have values that conform to the labels listed on pages 19 and 20 of this manual. |
CHAPTER 7 | GRAPHICS & OVERLAYSGraphics play a big part in the flexibility of a facsimile server. TK-FAX gives the user a wide range of reporting capabilities by using custom graphics and overlays. With these tools, graphics and forms - including electronic signatures - may be produced internally by TK-FAX, eliminating unnecessary paper forms and distribution delays. |
| Graphics | TK-FAX is able to store graphic images such as scanned signatures, letterhead and logos. The images are stored as globals, then execute these images upon transmission. The graphic image is converted to a TIFF file and stored in a global. The image may then be entered in the document by executing a macro that calls the graphic. The graphics conversion is a service provided by PG&A. TK-FAX does not include any software that allows image scanning and TIFF conversion. |
| Overlays |
TK-FAX may be used to create custom forms and
overlays internally and merge data with each transmission for both
automatic faxing and faxing upon command. An example overlay has been
included in this manual and may be found in Appendix D. If you are interested in using an overlay for your TK-FAX transmissions, contact our office. |