home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / wfxnotes.zip / 2093.TXT < prev    next >
Text File  |  1993-10-05  |  2KB  |  52 lines

  1.                               DELRINA
  2.  
  3.         895 Don Mills Road                6830 Via Del Oro
  4.          500-2 Park Centre                    Suite 240
  5.          Toronto, Ontario               San Jose, California
  6.           Canada M3C 1W3                  U.S.A. 95119-1353
  7.  
  8.                        Product Support Numbers
  9.            BBS:(416)441-2752      WinFax PRO 3.0 Only:(416)441-0921
  10.       Fax Back:(416)443-1614       All Other Products:(416)441-1026
  11.                           Fax:(416)441-0774
  12.  
  13. ======================================================================
  14.                    T E C H N I C A L    N O T E S
  15.                       Product: WinFax PRO 3.0
  16.                          Document No.: 2093
  17.                     Document Date: October 7, 1993
  18. ======================================================================
  19. Subject: Create DDE Macro with Lotus 123 for Windows v1.1 and
  20.          WinFax PRO 3.0
  21.  
  22. Situation:
  23. ==========
  24.  
  25. Create a DDE Macro with Lotus 123 for Windows v1.1 and WinFax PRO 
  26. 3.0.
  27.  
  28. Solution:
  29. =========
  30.  
  31. Mark your print area, select WinFax as your default printer, and use 
  32. the following macro:
  33.  
  34.      {DDE-OPEN "FAXMNG","TRANSMIT"}
  35.      {DDE-POKE recipient,SENDFAX}
  36.      {Alt}fp~
  37.  
  38. Note: - "recipient" refers to the name of the cell that contains the 
  39.         recipient's information, for example:
  40.  
  41.             {DDE-POKE recipient("441-0774",,,"Delrina"),SENDFAX}
  42.  
  43.             In the second line of the macro, there can be no spaces 
  44.             in "recipient,SENDFAX". If you insert spaces, the macro
  45.             will fail.
  46.  
  47.       - No cover page or attachments can be sent with the DDE macro.
  48.  
  49.       - For more information, see your WinFax PRO 3.0 manual, 
  50.         Chapter 12. 
  51.  
  52.