, ,

Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

4.1 and DDE (OpenInsight 32-Bit)

At 05 SEP 2002 02:40:12AM Bob Watson wrote:

I use one DDE call to run a template in Word. It works in 4.03 but fails (nothing happens in 4.1). Could you test this please?

time=time() + 10 ;* Loop for 10 seconds

loop

hWord=FindWindow('OpusApp':\00\, '')

		until hWord or time() ] time repeat
		if hWord then
			unUsed=Set_Property(DDECtrl$,'DDESERVICE','WinWord')
			unUsed=Set_Property(DDECtrl$,'DDECOMMAND','FileOpen"' :repDocName: '"') ;* Open project template
		end else
			error=Failed to find Word window...'
		end

At 05 SEP 2002 07:05AM Mike Ruane wrote:

Bob-

We've duplicated it sort of- sporadic shut downs of DDE channel, looks like, so we'll poke at this.

Hey- let's call Ron Phillips out of retirement- he did this originally…

Mike

View this thread on the Works forum...