HP3000-L Archives

December 1999, Week 2

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:
Doug Werth <[log in to unmask]>
Reply To:
Doug Werth <[log in to unmask]>
Date:
Mon, 13 Dec 1999 14:11:35 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (31 lines)
<[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