home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / vmsnet / mail / pmdf / 2287 < prev    next >
Encoding:
Internet Message Format  |  1992-09-13  |  1.9 KB

  1. Path: sparky!uunet!stanford.edu!agate!spool.mu.edu!hri.com!snorkelwacker.mit.edu!world!decwrl!infopiz!mccall!ipmdf-newsgate!list
  2. From: dan@sigurd.innosoft.com (Daniel C. Newman)
  3. Newsgroups: vmsnet.mail.pmdf
  4. Subject: RE:  FAX pop-up form and VMS MAIL keypad keys: problem resolved
  5. Message-ID: <01GOOYWDCOOI9ZLI2Y@SIGURD.INNOSOFT.COM>
  6. Date: 12 Sep 92 17:07:55 GMT
  7. Organization: The Internet
  8. Lines: 29
  9. Return-Path: <epmdf@YMIR.CLAREMONT.EDU>
  10. Resent-Date: 12 Sep 1992 10:07:55 -0700 (PDT)
  11. Resent-From: epmdf@YMIR.CLAREMONT.EDU
  12. CC: ipmdf@YMIR.CLAREMONT.EDU
  13. Errors-To: epmdf@YMIR.CLAREMONT.EDU
  14. Resent-Message-ID: <01GOOYX1JJGY984R9H@YMIR.CLAREMONT.EDU>
  15. X-Vms-To: IN%"KLENSIN@INFOODS.MIT.EDU"
  16. X-Vms-Cc: IN%"ipmdf@ymir.claremont.edu"
  17. Mime-Version: 1.0
  18. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  19. Content-Transfer-Encoding: 7BIT
  20.  
  21. >  Excuse me for being dumb if I'm missing something here, but it seems
  22. > to me that there is another possible workaround.  The following is done
  23. > from memory and can probably be improved upon, but wouldn't:
  24. >
  25. >  TRICKMAIL.COM:
  26. >      $ oldkpd = F$GETDVI("SYS$INPUT","TT_APP_KEYPAD")
  27. >      $ set term/application
  28. >      $ mail
  29. >      $ if .not. oldkpd then set term/numeric
  30. >      $ exit
  31. >and
  32. >   $ MAIL :== @DEV:[DIR]TRICKMAIL
  33. > do the job at a lower level of pain than /APPLIC/PERM ?
  34.  
  35. Yes, this will work.
  36.  
  37. On re-reading my posting I see that I inadvertently left the whole paragraph in
  38. there on the /PERM/APPLICATION workaround.  (A half finished paragraph with
  39. that dangerous phrase "the only work around".) I meant to leave that whole
  40. paragraph out since the diagnosis of the problem, in the following paragraph,
  41. brings to light the key issue (be in application mode before running VMS MAIL).
  42. Sites troubled with this problem can then do as they  see fit prior to the
  43. release of 4.2.
  44.  
  45. Since others may be interested in your suggestion, I'm posting this back to
  46. info-pmdf.
  47.  
  48. Thanks,
  49. Dan
  50.