home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / datacomm / 7610 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  2.7 KB

  1. Path: sparky!uunet!news.centerline.com!noc.near.net!hri.com!spool.mu.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!rutgers!cbmvax!cbmehq!cbmaus!cbmozq!gpsoft!gregp
  2. From: gregp@gpsoft.adsp.sub.org (Dr Greg Perry)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: GPFax rexx stuff
  5. Message-ID: <gregp.03mp@gpsoft.adsp.sub.org>
  6. Date: 11 Nov 92 06:43:53 GMT
  7. Organization: GP Software, Australia
  8. Lines: 59
  9. X-NewsSoftware: GRn 1.16e (7/4/92) by Mike Schwartz & Michael B. Smith
  10.  
  11. In article <1992Nov7.190046.15899@tronsbox.xei.com> dfrancis@tronsbox.xei.com (Dennis Heffernan) writes:
  12. >     OK, you guys were right about the guard tones.  My fax troubles
  13. > disappeared after the local phone company checked out my lines.
  14. ...
  15. > /*        FaxNumber.x = "'"||FaxNumber.x"'" */
  16. >         SENDFAX FaxFile TO FaxNumber.x
  17. ...
  18. >     First problem:  SENDFAX simply doesn't understand any names or numbers,
  19. > unless I give it the phone number just as a string of digits.  I tried
  20. > sending the name in quotes, and it didn't help.
  21.  
  22. Not our problem. Arexx uppercases all things not in quotes. So you can
  23.     SENDFAX file to 5554242
  24.  
  25. or    SENDFAX file to "Freddy"
  26.  
  27. >     Second problem:  REPORTLOG, along with PRINTLAST and VIEWLAST, doesn't
  28. > work either.  Even the sample 'printlast.rexx' didn't work.  All three
  29. > commands return 10, with nothing in RESULT.
  30.  
  31. You have done something wrong. These commands work fine for me.
  32.  
  33.  
  34. >     I'm using GPFax 2.041 S, under 1.3.  (2.041S did clear up the problem I
  35. > had with LISTEN and UNLISTEN, but it STILL won't print right from Final Copy
  36. > 2.0.)
  37.  
  38. ALL registered GPFax users.
  39.  
  40.     Version 2.045 Update information
  41.  
  42.     A new release of GPFax version 2.045 will be available next week
  43.     (we hope) via electronic patch. This adds new rexx commands for use
  44.     with Getty and TrapDoor (scripts provided), fixes a couple of problems
  45.     in the listen/unlisten of 2.041, fixes aspect ration problems with
  46.     fax printing and adds Silent Enswer for Supra Modems.
  47.  
  48.     IMPORTANT: Problems with GPFax
  49.  
  50.     If you have a problem, please contact us first before complaining
  51.     in a public echo.  This request is not for our ego but simply the
  52.     fact that we do not always see such messages. Second, we provide
  53.     a resonable efficient direct mail support for registered users and
  54.     can then attempt to sort out your problems directly. We also now
  55.     have started a mailing list for comments, rexx scripts and updates.
  56.  
  57.     
  58.  
  59. -- 
  60. __
  61. +-----------------------------------------------------------------------+
  62. | Dr Greg Perry    GPSoftware, 21 Aloomba Rd, ASHGROVE AUSTRALIA 4060    |
  63. | EMAIL:INTERNET  cbmaus!cbmozq!gpsoft!gregp@cbmvax.commodore.com    |
  64. |       CBMNET:   gregp@gpsoft.adsp.sub.org                             |
  65. +-----------------------------------------------------------------------+
  66.