Reflection transfers in Quick
Oran Shapitka
oran@intertechsystems.com
Tue, 23 Feb 1999 09:23:02 -0700
The following is an example using Minisoft instead of Reflection. But I
have done this using Reflection too.
In your quick screen, issue the following:
run command 'xeq rfr105j.cmd' clear all response
The rfr105j.cmd file in this example is below. You will need to lookup the
appropriate script commands in your reflection documentation. Sorry I don't
still have an example around using Reflection.
setvar esc CHR(27) + "&oC"
if finfo("cptdat.tempdata","exists") then
purge cptdat.tempdata
endif
setvar ftc "LOCF A:\CPT!loadyear.TXT"
echo !esc!ftc
input cc
setvar ftc "HOSTF CPTDAT.TEMPDATA"
echo !esc!ftc
input cc
setvar ftc "ASCII"
echo !esc!ftc
input cc
setvar ftc "RECSIZE 35"
echo !esc!ftc
input cc
echo "Starting CPT File Transfer"
setvar ftc "UPLOAD"
echo !esc!ftc
setvar hpprog ""
input hpprog
while hpprog = "" do
input hpprog
endwhile
!hpprog
input cc
echo "CPT File Transferred"
Oran Shapitka, ISP
Intertech Business Systems, Inc.
1564, 10303 Jasper Ave
Edmonton, AB T5J 3N6 Canada
Email: oran@intertechsystems.com
Voice: (780) 413-0400
Fax: (780) 413-0398
> -----Original Message-----
> From: owner-powerh-l@sphere.swau.edu
> [mailto:owner-powerh-l@sphere.swau.edu]On Behalf Of Joseph Rosenblatt
> Sent: Tuesday, February 23, 1999 7:42 AM
> 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.