executing two designer programs sequentialy

Robert Edis robeconsult@sbcglobal.net
Tue, 1 Jun 2004 15:02:44 -0700 (PDT)


--0-121396432-1086127364=:61062
Content-Type: text/plain; charset=us-ascii

Terry, 
 
does the logic have to be in separate procs?  Can you put th logic of proc 89 in proc 88?
 
have you tried using COMMIT at the end of proc 88?  This would flush the update buffer but a FIND would then be needed.
 
Blue

terry terry <ggjos@hotmail.com> wrote:
No Bob ,
I don't do a retrieval in the screen, but when I do and then execute 89 
it works well. But the aim is to have 88 and 89 execute sequentialy.Thats 
why I tried 88/89 in the action field.The previous response I got indicated 
that the push verb wouldn't work in this case as it most likely executes 
after both procedures.Thanks



>From: "terry terry" 
>To: powerh-l@lists.sowder.com
>Subject: executing two designer programs sequentialy
>Date: Tue, 01 Jun 2004 20:55:53 +0000
>
>Hi,
> I have 2 designer procedures named 88 and 89 in Qdesign. After 88 runs 
>and updates the screen the new data is used in calculations for the 89 
>procedure. However when run separately as in 88 then 89 every thing goes 
>well. But when I enter 88/89 in the action field in the screen , 89 does 
>not run because the updated data from 88 does not stay unless the screen is 
>refreshed and the info is called up fresh. I tried “push update” in the 
>procedure but to no avail. Help Thanks.
>
>
>E.g.:
> Procedure designer 88
>
> Begin
> push update
> Qtp Auto=1
> Qtp Auto=2
> Qtp Auto=3 ;inputs date-to-start in screen
> Push update
>End
>
>
>Procedure designer 89
>
> begin
> Qtp Auto=1 ; needs date-to-start to continue
> Qtp Auto=2
> Qtp Auto=3
> end
>

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l@lists.sowder.com
Subscribe: "subscribe" in message body to powerh-l-request@lists.sowder.com
Unsubscribe: "unsubscribe 
" in message body to powerh-l-request@lists.sowder.com
http://lists.sowder.com/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.
--0-121396432-1086127364=:61062
Content-Type: text/html; charset=us-ascii

<DIV>Terry, </DIV>
<DIV>&nbsp;</DIV>
<DIV>does the logic have to be in separate procs?&nbsp; Can you put th logic of proc 89 in proc 88?</DIV>
<DIV>&nbsp;</DIV>
<DIV>have you tried using COMMIT at the end of proc 88?&nbsp; This would flush the update buffer but a FIND would then be needed.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Blue<BR><BR><B><I>terry terry &lt;ggjos@hotmail.com&gt;</I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">No Bob ,<BR>I don't do a retrieval in the screen, but when I do and then execute 89 <BR>it works well. But the aim is to have 88 and 89 execute sequentialy.Thats <BR>why I tried 88/89 in the action field.The previous response I got indicated <BR>that the push verb wouldn't work in this case as it most likely executes <BR>after both procedures.Thanks<BR><BR><BR><BR>&gt;From: "terry terry" <GGJOS@HOTMAIL.COM><BR>&gt;To: powerh-l@lists.sowder.com<BR>&gt;Subject: executing two designer programs sequentialy<BR>&gt;Date: Tue, 01 Jun 2004 20:55:53 +0000<BR>&gt;<BR>&gt;Hi,<BR>&gt; I have 2 designer procedures named 88 and 89 in Qdesign. After 88 runs <BR>&gt;and updates the screen the new data is used in calculations for the 89 <BR>&gt;procedure. However when run separately as in 88 then 89 every thing goes <BR>&gt;well. But when I enter 88/89 in the action field in the screen , 89 does
 <BR>&gt;not run because the updated data from 88 does not stay unless the screen is <BR>&gt;refreshed and the info is called up fresh. I tried “push update” in the <BR>&gt;procedure but to no avail. Help Thanks.<BR>&gt;<BR>&gt;<BR>&gt;E.g.:<BR>&gt; Procedure designer 88<BR>&gt;<BR>&gt; Begin<BR>&gt; push update<BR>&gt; Qtp Auto=1<BR>&gt; Qtp Auto=2<BR>&gt; Qtp Auto=3 ;inputs date-to-start in screen<BR>&gt; Push update<BR>&gt;End<BR>&gt;<BR>&gt;<BR>&gt;Procedure designer 89<BR>&gt;<BR>&gt; begin<BR>&gt; Qtp Auto=1 ; needs date-to-start to continue<BR>&gt; Qtp Auto=2<BR>&gt; Qtp Auto=3<BR>&gt; end<BR>&gt;<BR><BR>_________________________________________________________________<BR>Help STOP SPAM with the new MSN 8 and get 2 months FREE* <BR>http://join.msn.com/?page=features/junkmail<BR><BR>= = = = = = = = = = = = = = = = = = = = = = = = = = = =<BR>Mailing list: powerh-l@lists.sowder.com<BR>Subscribe: "subscribe" in message body to powerh-l-request@lists.sowder.com<BR>Unsubscribe:
 "unsubscribe <PASSWORD>" in message body to powerh-l-request@lists.sowder.com<BR>http://lists.sowder.com/mailman/listinfo/powerh-l<BR>This list is closed, thus to post to the list you must be a subscriber.</BLOCKQUOTE>
--0-121396432-1086127364=:61062--