Reflection transfers in Quick

Tony Knowles tony_knowles@ferntree.co.nz
Wed, 24 Feb 1999 08:51:51 +1300


Joseph
The way I do this is as below, using QEDIT 'reflect' command.

PROCEDURE DESIGNER P60 NODATA
  BEGIN
    IF MU-FUNCTIONS[60:1] <> "Y"
    THEN
      ERROR = WK-ERRMSG
    RUN COMMAND "SETJCW QEDPCERROR = 0" NOWARN
    LET WK-QEDIT-COM = "RUN QEDIT.PUB.ROBELLE;PARM=128;" + &
      "INFO='REFLECT RECEIVE {} FROM {}'"
    RUN COMMAND WK-QEDIT-COM NOWARN CLEAR 23
    IF JCW("QEDPCERROR") <> 0
    THEN
      ERROR = "Unable to download file - error code " + &
              ASCII(JCW("QEDPCERROR"))
    END

Tony

> -----Original Message-----
> From: owner-powerh-l@sphere.swau.edu
> [mailto:owner-powerh-l@sphere.swau.edu]On Behalf Of Joseph Rosenblatt
> Sent: Wednesday, 24 February 1999 03:42
> To: powerh-l@lists.swau.edu
> Subject: Reflection transfers in Quick
>
>
> I am trying allow a user to use WRQ's REFLECTION to do a file
> transfer from
> within a QUICK screen, i.e. via point and click. Upon transfer an error
> message appears: Host does not respond. When not in QUICK screen the
> transfer is successful.
> I am using version 6 of Reflections, 8.09 of PowerHouse and MPE 5.5 pp2.
> Can anyone help me solve this problem?
> TIA
> Joseph Rosenblatt
> System Administrator
> Integrated Industrial Systems
> Yalesville, CT
>
> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> = = = = =
> 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.
>

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
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.