executing two designer programs sequentialy

Darren Reely darren.reely@latticesemi.com
Tue, 01 Jun 2004 15:22:18 -0700


Terry,

Try adding COMMIT and then a GET of that data at the end of procedure 88.

Darren


terry terry wrote:

> 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
>
> _________________________________________________________________
> The new MSN 8: advanced junk mail protection and 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 <password>" 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.