HP3000-L Archives

December 1999, Week 5

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Neil Harvey <[log in to unmask]>
Reply To:
Neil Harvey <[log in to unmask]>
Date:
Fri, 31 Dec 1999 13:09:59 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (56 lines)
Hi

I'm looking at Sky News, and it's New Year in Auckland NZ.
Hope the Nutsford's are enjoying their party.

Significantly, the lights still work in Auckland - a good sign indeed.

Regards

And HNY to all.

Neil

P.S. It's 13:00 here in Cape Town - lovely hot day, I'm about to start a
barbeque...........



-----Original Message-----
From: Doug Werth [mailto:[log in to unmask]]
Sent: 13 December 1999 21:12
To: [log in to unmask]
Subject: Re: Host Access to Reflections VBA commands


<[log in to unmask]> wrote:


> Is there an escape sequence that will allow you to issue a Reflections
> VBA command from the host HP3000.  I know there are sequences to be
> able to issue RCL or Reflections Basic commands but have not been able
> to find one to issue the new VBA commands in version 7.0.
>

You can't execute just a single VBA command in Reflection as you would an
RCL command. You must create an entire subroutine to do it. Here is an
example:

setvar esc,chr(27)
echo !ESC&oG
echo sub main
echo application.shell "c:\windows\notepad"
echo end sub
echo !ESC&oH

HTH.

Doug.

Doug Werth                             Beechglen Development Inc.
[log in to unmask]                               Cincinnati, Ohio

The opinions expressed do not  necessarily represent the views or
opinions of Beechglen Development. They might but not necessarily.
They represent solely the opinions of the author.

ATOM RSS1 RSS2