home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / 9038 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.3 KB  |  40 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!comp.vuw.ac.nz!cc-server4.massey.ac.nz!D.M.Todd
  3. From: D.M.Todd@massey.ac.nz (D.M. Todd)
  4. Subject: Re: Arev 3.01
  5. Message-ID: <1993Jan13.011310.6210@massey.ac.nz>
  6. Summary: Couple of questions
  7. Keywords: Reveation
  8. Organization: Massey University, Palmerston North, New Zealand
  9. References: <cfpdea.18@pnv.palm.cri.nz>
  10. X-Reader: NETNEWS/PC Version 2c
  11. Date: Wed, 13 Jan 93 01:13:10 GMT
  12. Lines: 26
  13.  
  14. I don't know if David Apimerika has gotten complete answers to a
  15. couple of questions:
  16.  
  17. 1) how to get push.session/pop.session to work.  I've finally figured
  18. out what my problem was.  As I understand it, these routines gather
  19. system information (you don't have to tell them where to find it) and
  20. they assign that info to 5 local variables which you can name
  21. anything you want to:
  22.  
  23. For example, if you do push.session(a,b,c,d,e) then you will get this:
  24.  
  25. a= current cursor screen location
  26. b= @sentence
  27. c= @record
  28. etc.
  29.  
  30. you may use these local variables in your code, or simply restore them
  31. as the system variables with pop.session(a,b,c,d,e).
  32.  
  33. Have I finally got this right?
  34.  
  35. 2)  How to load the AREV system and configuration menus from TCL or
  36. install them on other menus.  The AREV system menu is named APPMAIN,
  37. and the AREV configuration menu is named STARTUP.
  38.  
  39. David
  40.