home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / vms / 17882 < prev    next >
Encoding:
Text File  |  1992-11-12  |  2.3 KB  |  53 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!munnari.oz.au!uniwa!cujo!CUPID.CURTIN.EDU.AU!CROBW
  3. From: crobw@CUPID.CURTIN.EDU.AU
  4. Subject: VUE$ callbacks
  5. Message-ID: <1992Nov13.021010.7248@cujo.curtin.edu.au>
  6. Sender: news@cujo.curtin.edu.au (News Manager)
  7. Reply-To: crobw@CUPID.CURTIN.EDU.AU
  8. Organization: Curtin University, Perth, Western Australia
  9. Date: Fri, 13 Nov 1992 02:10:10 GMT
  10. Lines: 41
  11.  
  12. Does anybody know where to find the documentation on the Fileview call back
  13. routines. These are the things which appear in .COM files called by Fileview.
  14.  
  15. Typical sorts of calls (from VUE$DECTERM.COM):
  16.  
  17.         $ vue$suppress_output_popup
  18.         $!
  19.         $! See if we should skip the dialog box
  20.         $!
  21.         $    vue$get_symbol vue$show_hidden_dialogs
  22.         $    vue$read show_hidden_dialogs
  23.         $
  24.         $    if show_hidden_dialogs then goto select_qualifiers
  25.         $       vue$get_qualifiers
  26.         $       goto do_decterm
  27.         $
  28.         $select_qualifiers:
  29.         $       vue$popup_qualifiers
  30.         $
  31.         $do_decterm:
  32.         $
  33.         $ vue$read vue$command
  34.  
  35.  
  36. I recall seeing printed documentation somewhere, but can't find it. So far no
  37. luck on the CDroms either.
  38.  /---------------------------------------------------------------------------\
  39. | Rob Wright                | Wright_RJ@cupid.curtin.edu.au                   |
  40. | Curtin University         | R.Wright@icarus.curtin.edu.au                   |
  41. | Perth, Western Australia  | psi%050529452300070:Wright_RJ                   |
  42. | Voice:+61 9 351 7385      | Wright_RJ%cc.curtin.edu.au@cunyvm.bitnet        |
  43. | FAX:     09-351-2673      | uunet!munnari.oz!cc.curtin.edu.au!Wright_RJ     |
  44.  \---------------------------------------------------------------------------/
  45.  
  46.  /---------------------------------------------------------------------------\
  47. | Rob Wright                | Wright_RJ@cupid.curtin.edu.au                   |
  48. | Curtin University         | R.Wright@icarus.curtin.edu.au                   |
  49. | Perth, Western Australia  | psi%050529452300070:Wright_RJ                   |
  50. | Voice:+61 9 351 7385      | Wright_RJ%cc.curtin.edu.au@cunyvm.bitnet        |
  51. | FAX:     09-351-2673      | uunet!munnari.oz!cc.curtin.edu.au!Wright_RJ     |
  52.  \---------------------------------------------------------------------------/
  53.