First Procedure

Ronald W. Olenic olenicr@dteenergy.com
Wed, 08 Dec 1999 14:14:26 -0500


This is a multi-part message in MIME format.
--------------B2B60AA6A27EF0729E9BEE1F
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi Santo!

I'm not quite sure what the question is.  I will assume you want to run
a ghost screen, automatically run some QTP programs and then quit.  

There is more than one way to do this, but I would call the screen in
entry mode and put my code in the entry or preentry procedure

procedure designer qtps
begin
  run screen qtp_screen mode e
end
...
..

screen qtps menu

procedure entry
begin
  run command "qtp auto=prog1.qtc"
  return
end

build


If you want to launch the QTP programs from an interactive screen, a
numbered or named designer procedure would work.

If the QTP programs change values in the screen, you need to remember to
retrieve the records after the QTP is finished, or you will get the
"record has changed since you found it" message.  If it were me, because
the programs change values in the screen, I would consider changing the
QTP program to procedure code.  Just my 2 cents.

Ron Olenic

My opinions are my own.  They used to belong to Nick Falkingham but he
discarded them as irrelevant, I now own all rights and I am willing to
sell at a profit.

Santo Perri wrote:
> 
> Hello all, I need some advice.
> 
> I need to know what would be the first procedure I should use that would
> allow me to stream a couple of jobs.  The jobs execute QTP programs that
> calculate values I use in the screen.
> 
> HP3000 8.19.C3
> 
> And yes my absence was only temporary.  Actually, never did leave.  Always
> had those dreaded "little" maintenance issues to deal with.
> 
> I am without any PH documentation.  I heard about a CD containing all the
> docs.  Is there such a CD?  The docs on CD would make searching so much
> easier.
> 
> Thanks
> 
> Santo
> 
> _______________________________________________________
> Get FREE voicemail, fax and email at http://voicemail.excite.com
>  Talk online at http://voicechat.excite.com
> 
> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
> Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
> This list is closed, thus to post to the list, you must be a subscriber.
--------------B2B60AA6A27EF0729E9BEE1F
Content-Type: text/x-vcard; charset=us-ascii;
 name="olenicr.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Ronald W. Olenic
Content-Disposition: attachment;
 filename="olenicr.vcf"

begin:vcard 
n:Olenic;Ronald
x-mozilla-html:TRUE
org:Compuware
adr:;;;;;;
version:2.1
email;internet:ronolenic@bigfoot.com
title:Senior Systems Analyst
note;quoted-printable:The opinions expressed are my own, and as such are subject to change or  even complete reversal without notice=0D=0A
fn:Ronald Olenic
end:vcard

--------------B2B60AA6A27EF0729E9BEE1F--

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.