[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Is there anyway to determine what panel group was used to launch an sqr without creating a specialized runcntl record?
- Subject: Re: Is there anyway to determine what panel group was used to launch an sqr without creating a specialized runcntl record?
- From: Adrian Clayfield <adclay@IBT.COM.AU>
- Date: Thu, 1 Jul 1999 16:55:51 +1000
- Importance: Normal
Hi,
Can you add LASTUPDDTM to your parameter table, then
select PNLGRPNAME from PSPNLGRPDEFN
where LASTUPDDTM matches it,
or something along those lines....
-----------------------------------------------------
SGRUG,
I have an sqr where I want to due conditional processing based on what
panel group launched the sqr. I have a parameter table and don't want
to create a run control record. I can select the parameter based on the
panel group but can I get the panel group name from within SQR, if yes
how?
Pamela