Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 04 MAY 2001 11:15:29AM Steve Carlson wrote:

I previously used the following code to send data to a lotus spreadsheet, Lotus 123 rel. 5.

Item=demodata'

LCOM=run({COPYIT})"

x=repository('EXECUTE', @APPID:'*WINEXE**LOTUS123', 'STTEST.WK4')

stat=set_property( parent:'.LOTUSDATA', 'DDESERVICE', '123W' )

stat=set_property( parent:'.LOTUSDATA', 'DDETOPIC', 'STTEST.WK4' )

stat=set_property( parent:'.LOTUSDATA', 'DDELINK', 'AUTO' )

stat=set_property( parent:'.LOTUSDATA', 'DDEITEM', Item )

z =set_property( parent:'.LOTUSDATA', 'DDEDATA', Y )

Now, with Lotus 1-2-3 rel. 9 this code is no longer working.

Does anyone have a snipit of code that I can borrow ;]) that transfers data via DDE from OI to Lotus 1-2-3 Rel 9

Thanks…

Steve C.

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/ef40aca4ef3816aa85256a420053d0d3.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1