Re: Comet32 QMONITOR


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Bob A on April 30, 2014 at 13:52:09:

In Reply to: Re: Comet32 QMONITOR posted by Grant Foraker on October 14, 2013 at 07:59:05:

Two programs both have the same ^EXIT.INC code and both go to VALID.EXIT
yet.... one gives the "ENTER PASSWORD" message and the other doesn't is there any way to sort this out?
any ideas on what causes the "Enter Password" message to appear? this was the only post I could find about "ENTER PASSWORD"

Is the setup of the password the key to this?

Bob "A"

P.S. operators are put off by the difference.... I re-compiled with IB/32... they want me to back level to make it look the same.... just not ready to do that since I don't think that will work going forward... lots of other things that will _HAVE_ to be re-compiled under IB/32!

VALID.EXIT:
EDITERR$ = "@0000@"
GOTO PROGRAM.EXIT
!<<<>>> Exit =========================================================
PROGRAM.EXIT:
.ifdef INITIALISE.WC.UPON.EXIT
GOSUB INITIALISE.WC
.endif
SELECT CASE RUNSTATE
CASE 6
EXIT
CASE ELSE
.ifdef PROGRAM.EXIT.STOP
STOP
.else
.ifdef RUN.PROGRAM.ID$
RUN RUN.PROGRAM.ID$
.else
RUN "Z"
.endif
.endif
ENDSELECT


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]