home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / apps / 6107 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  1.3 KB

  1. From: daves@hpopd.pwd.hp.com (Dave Straker)
  2. Date: Mon, 14 Dec 1992 16:53:59 GMT
  3. Subject: Re: HP NewWave 4.0
  4. Message-ID: <-150979999@hpopd.pwd.hp.com>
  5. Organization: Hewlett-Packard, CCSY Messaging Centre, UK.
  6. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!hpscit.sc.hp.com!hplextra!otter.hpl.hp.com!hpopd!daves
  7. Newsgroups: comp.os.ms-windows.apps
  8. References: <92343.131316CDAVID@auvm.american.edu>
  9. Lines: 20
  10.  
  11. >I'm working on a way to take data from an HP3000 and bring it into an EXCEL
  12. >spreadsheet/report format.  Want to create a "seamless" one-step command for
  13. >the user instead of having them log into the 3000, transfer data, and then
  14. >go into Excel.  Thought NewWave may be able to help us here.  Any ideas?
  15.  
  16. HP Advancelink for Windows and NewWave at first glance may look like
  17. a 2392A/700-94 terminal emulator, but when you get into it, then you
  18. find that it's just the host integration product that you were looking
  19. for.
  20.  
  21. Through the scripting language with the product, which has an excellent
  22. DDE interface, it is possible to do just what you want. You can
  23. have a button in the spreadsheet that fires up a macro that sets
  24. off Advancelink and DDE's commands to it to get the requisite data
  25. from the host and pass it back. All the user sees after the click
  26. is the data appearing in a cell (or whatever the macro does with it).
  27.  
  28. Cheers,
  29.  
  30. Dave
  31.