Well, that would help a bit if someone has that version.  I am a bit
confused about what is available.  The REBOL download page shows
1.2.1.3.1 as the Windows version of VIEW.  On the page linked as "recent
beta version found here" the Windows version is called
"view1210031.exe."  UNFORTUNATELY, what I REALLY need to do what I want
to do (based on my understanding of the REBOL web site) is CORE 2.5.1 or
later on AIX.  According to the web site, this doesn't even exist.  I
have sent a feedback asking them if they could get the AIX version up to
that level.

In case y'all are curious, I have to tell you what I am up to because
it is SO COOL.  Thanks to advice from all of you, I have a plan to have
a COBOL program on an RS6000 with AIX generate a custom REBOL script
containing a data entry layout.  The COBOL program will call REBOL/Core
on AIX to email the script as an attachment.  The recipient will
double-click the attachment and up will pop a customized data entry
screen for the data he is expected to send.  He will fill in the form
and hit a button, and REBOL/View at his computer will send the collected
data back to another office, or perhaps FTP it to the RS6000 where its
arrival could be detected automatically by a cron job.  The only part I
am unable to do is have REBOL on AIX send an attachment.

Every time I get some little thing like this created, I am able to put
REBOL on one more computer at the office--4 down, 496 to go.

>>> [EMAIL PROTECTED] 11/26/03 05:00AM >>>

Steven wrote:
> Is there a way to send an attachment, or is the documentation just a
bit
ahead of the implementation?

Hi, Steven.
I don't recall if anyone has answered your question.

>> help send
USAGE:
    SEND address message /only /header header-obj /attach files
/subject
subj /show

DESCRIPTION:
     Send a message to an address (or block of addresses)
     SEND is a function value.

ARGUMENTS:
     address -- An address or block of addresses (Type: email block)
     message -- Text of message. First line is subject. (Type: any)

REFINEMENTS:
     /only -- Send only one message to multiple addresses
     /header -- Supply your own custom header
         header-obj -- The header to use (Type: object)
     /attach -- Attach file, files, or [.. [filename data]]
         files -- The files to attach to the message (Type: file
block)
     /subject -- Set the subject of the message
         subj -- The subject line (Type: any)
     /show -- Show all recipients in the TO field

>> rebol/version
== 1.2.8.3.1

If you need this version, let the list know, and someone might send it
to
you.

Andrew J Martin
Speaking in tongues and performing miracles.
ICQ: 26227169
http://www.rebol.it/Valley/ 
http://valley.orcon.net.nz/ 
http://Valley.150m.com/ 
-><-

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to