[Hardhats-members] Entry point or routine to start Vista

2005-05-04 Thread Butch Jones
OK, I was able to get my installation of Vista configured and it looks like I was able to allocate menu's and keys. I am now wanting to find the correct entry point so that my first screen that comes up is the ACCESS and VERIFY CODE. I think it is D ^XUP, but was not sure?? Butch Jones

Re: [Hardhats-members] Entry point or routine to start Vista

2005-05-04 Thread Chris Richardson
ZU is for tied terminals, and XUS is for programmers to get into production mode. - Original Message - From: Kevin Toppenberg [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Wednesday, May 04, 2005 4:19 AM Subject: Re: [Hardhats-members] Entry point or routine to start

Re: [Hardhats-members] Entry point or routine to start Vista

2005-05-04 Thread Gregory Woodhouse
If you want to invoke an option from programmer mode use ^XUP. If you want a routine to be called when you sign on (not after you go to programmer mode, use ^ZU). Finally, ^XUS is the sign on routine. What makes this confusing is that in Linux or UNIX people normally sign in using their own

Re: [Hardhats-members] Entry point or routine to start Vista

2005-05-04 Thread Gregory Woodhouse
To extend the analogy (maybe stretch would be a better word), in Linux (or in this case, OS X) you can start a new shell like this ~:$ bash ~:$ (I use a different prompt for subshells.) In VistA, you can't use the same command, so ^XUP is provided. If you just want to go through the sign in

Re: [Hardhats-members] Entry point or routine to start Vista

2005-05-04 Thread Kevin Toppenberg
- Original Message -From: "Kevin Toppenberg" <[EMAIL PROTECTED]>To: <HARDHATS-MEMBERS@LISTS.SOURCEFORGE.NET>Sent: Wednesday, May 04, 2005 4:19 AMSubject: Re: [Hardhats-members] Entry point or routine to start Vista Butch, I think is is supposed to be: do ^ZU another one

Re: [Hardhats-members] Entry point or routine to start Vista

2005-05-04 Thread Kevin Toppenberg
OK, now I remember, d ^XUS signs the user in (asking for the access code), and then asks for which menu option to launch. d ^ZU signs the user in (asking for access code and verify code) and then launches the menu option designated as their default in their user record (in file 200) Kevin

Re: [Hardhats-members] Entry point or routine to start Vista

2005-05-04 Thread Butch Jones
Thanks Greg, This answers another piece of the puzzle. When I viewed the ZU routine it looks like it actually calls XUS. I had to comment out the code after the linetag JOBCHK because I was getting an error, but all went well after that. Butch Jones