Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I already have Win32::DDE, but the documentation says it's a low-level interface and not really meant to be used on its own. If I have to use DDE and not OLE, then that means I really need Win32::DDE::Client as well - but nobody on the Internet seems to offer it. Short of that, I need to know how to use the standard DDE calls with the base Win32::DDE.

jdporter: I'm trying to connect to ZIP4. This is a sample from the documentation:

DDECONNECT<service=ZP4, topic=Addresses> [client links to ZP4.EXE] POKE<InputOrder, Address & City> [client promises to send records wit +h address and city fields] POKE<OutputOrder, State (final) & ZIP (final)> [client wants to get b +ack the state and ZIP+4 code] REQUEST<Data & 207 grenada & rio del mar> [client sends an address to + ZP4.EXE] RESPONSE = CA & 95003-5007 [ZP4.EXE responds with state and ZIP+4 cod +e] REQUEST<Data & 401 granite & seacliff> [client sends an address to ZP +4.EXE] RESPONSE = CA & 95003-3908 [ZP4.EXE responds with state and ZIP+4 cod +e] REQUEST<Data & 207 granada & aptos> [client sends an address to ZP4.E +XE] RESPONSE = CA & 95003-5007 [ZP4.EXE responds with state and ZIP+4 cod +e] The complete list of DDE transactions recognized by ZP4.EXE is: Poke "InputOrder" <fields> Poke "OutputOrder" <fields> Poke "TimeLimit" <milliseconds> Poke "StopCASS" <filename> Execute "Refresh" Execute "Freeze" Execute "StartCASS" Request "Data" Request "ErrorMessages" Request "AllOutputs" Request "Plus4Lookup"

In reply to Re^2: DDE calls using Win32::OLE? by TedPride
in thread DDE calls using Win32::OLE? by TedPride

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-24 09:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found