Powerhouse question

John Backus john@beechglen.com
Fri, 11 Dec 1998 08:51:40 -0600


When seeking to do what you are asking, I use one of two methods.

1.  In one pass, capture the desired data into the form of a use file
     as another lister had mentioned.  Make the use file contain valid
     DEFINE statements that when USEd, allow access to the data
     values that you wanted.

     2. Place the data into a 1 record subfile and do something like:
    ACCESS FILEA LINK TO RECORD(0) OF *SUBFILE1

>I have a quiz program(example A.qzs) and I want to call another quiz
program
>(B.qzs) passing one parameter (Date field) from A.qzs to B.qzs.
>Then I want B.qzs to send back the result after calculation to A.qzs.
>
>How to call a program in Powerhouse (quiz) and send and receive parameters
to and from another quiz program.


Yippie and Yahoo, it is Friday!

John Backus
Beechglen Development, Inc.


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