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