RE: [U2] How to tell if running a subroutine though RedBack

2008-06-27 Thread Doug Farmer
-users@listserver.u2ug.org Subject: RE: [U2] How to tell if running a subroutine though RedBack On Unidata this should work: Use SYSTEM(49) to retrieve a text description of the call stack. Redback must use an entry point subroutine to call through to your code, if this is in the top line of the

RE: [U2] How to tell if running a subroutine though RedBack

2008-06-27 Thread Edward Brown
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Colin Alfke Sent: 27 June 2008 17:44 To: u2-users@listserver.u2ug.org Subject: RE: [U2] How to tell if running a subroutine though RedBack Actually - all it means is that the port is running in phantom mode. Not sure if Redback has to be a ph

RE: [U2] How to tell if running a subroutine though RedBack

2008-06-27 Thread Colin Alfke
Actually - all it means is that the port is running in phantom mode. Not sure if Redback has to be a phantom but certainly other things could be. YMMV Colin Alfke Calgary, Canada -Original Message- From: George Hammerle I cannot find any documentation but in Unidata, @USER.TYPE = 2 indi

RE: [U2] How to tell if running a subroutine though RedBack

2008-06-27 Thread George Hammerle
I cannot find any documentation but in Unidata, @USER.TYPE = 2 indicates that it is Redback. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] How to tell if running a subroutine though RedBack

2008-06-26 Thread David Wolverton
nd > Sent: Thursday, June 26, 2008 2:52 AM > To: u2-users@listserver.u2ug.org > Subject: Re: [U2] How to tell if running a subroutine though RedBack > > There is a slot where you can specify the name of a program > that gets called when a responder starts. We use that to > initiate

RE: [U2] How to tell if running a subroutine though RedBack

2008-06-26 Thread Mike Randall
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Farmer Sent: Wednesday, June 25, 2008 9:01 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] How to tell if running a subroutine though RedBack Thanks for the advice, but that is a UniVerse command and this is UniData - Sorry I did not say th

Re: [U2] How to tell if running a subroutine though RedBack

2008-06-26 Thread George Land
There is a slot where you can specify the name of a program that gets called when a responder starts. We use that to initiate the COMMON block and in there we put REDBACK into one of our common variables and check that everywhere it matters. George Land APT Solutions Ltd UK U2 Distributor www.u2u

RE: [U2] How to tell if running a subroutine though RedBack

2008-06-25 Thread Doug Farmer
@listserver.u2ug.org Subject: RE: [U2] How to tell if running a subroutine though RedBack Check the content of the @AUTHORIZATION system variable. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Farmer Sent: Thursday, 26 June 2008 2:57 AM To: u2-users

RE: [U2] How to tell if running a subroutine though RedBack

2008-06-25 Thread Womack, Adrian
Check the content of the @AUTHORIZATION system variable. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Farmer Sent: Thursday, 26 June 2008 2:57 AM To: u2-users@listserver.u2ug.org Subject: [U2] How to tell if running a subroutine though RedBack I

RE: [U2] How to tell if running a subroutine though RedBack

2008-06-25 Thread Israel, John R.
Israel Sr. Programmer/Analyst Dayton Superior Corporation 721 Richard St. Dayton, OH 45342 937-866-0711 x44380 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Farmer Sent: Wednesday, June 25, 2008 2:57 PM To: u2-users@listserver.u2ug.org Subject: [U2] How

[U2] How to tell if running a subroutine though RedBack

2008-06-25 Thread Doug Farmer
I have a need to call a standard subroutine from a RedBack application call. The subroutine is meant to be used in an interactive mode and can prompt the user if there is an error in the data. If the data is coming from RedBack, I want to suppress the prompting and write the error to a log file.