HP3000-L Archives

November 1999, Week 1

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:
Thu, 4 Nov 1999 08:26:06 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (49 lines)
As I understand it, DDE is a Microsoft method that allows interrupt driven
communication between participating programs on a Windows platform.

We use this successfully to "image enable" HP3000 applications.

Reflection terminal emulator acts as the 'client' and a Visual Basic program
acts as the Image fetch/display/print 'server'.

We issue DDE commands from the reflection client to the Image server by
echoing the commands directly from the HP3000. These commands are prefixed
by the Reflection escape sequence that caused reflection not to display the
following text, but to interpret it as a script command.

Works pretty well, and provides a seamless interface to the users.

Here is a snippet of code from within a Quick designer procedure that
initiates a DDE session with a named server:-

       let CMD = 'dde-initiate "OLEImage" "OLEImage" V5'
       let CMD = "echo " + ESC + "&oF" + trunc(CMD) + CR
       run command CMD

ESC is the escape char, and CR is the Carriage return.

regards


Neil


-----Original Message-----
From: MWS Wire Industries [mailto:[log in to unmask]]
Sent: 04 November 1999 03:27
To: [log in to unmask]
Subject: MPE and DDE?


Hi all,

Is there a way to do DDE pokes and peeks from the HP to a Shared DDE
application across an NT network?

TIA

Leonard Agoado
MWS Wire Industries

botfoil:  len at mwswire daht com

ATOM RSS1 RSS2