DDE to Word Suddenly Broken - Windows 10

John Ciccone 0 Reputation points
2024-06-20T21:37:37.81+00:00

I've been using a programable database (Superbase) that does a fairly simple DDE call to Word to initiate a Mail Merge macro. 

It's worked fine for (literally) decades, but suddenly it's freezing and doesn't complete. Barely starts.  

  

This is the Superbase program which uses its own variation of BASIC 

  

DDEtoWinword: 

DDETERM 1 

DDEINIT 1,"WINWORD","SYSTEM" 

M$ = "SuperbaseMerge" 

Q$ = CHR$ (34) 

DDEEXEC 1,"[toolsmacro .name=" + Q$ + M$ + Q$ + ", .run]" 

DDETERM 1 

END 

  

The Q$ and M$ variables are just to concatenate the longer macro name. 

  

It seems to freeze right away after the 2nd line DDEINIT 1,"WINWORD","SYSTEM". 

Has Word changed it's DDE name? 

  

Is the “SYSTEM” topic no longer valid? 

  

I’ve tried manually forcing the opening and closing of the DDE channel (through Superbase) to no avail. 

  

Superbase freezes and is unresponsive. I have to kill it in Task Manager NTVDM.EXE 

  

Superbase is a 32 bit app running in 32 bit Windows 10 Pro. Word is from Office 365 Apps for Business. 

  

Used to be if it hung like this, clearing the TEMP directory and restarting Windows got it working again. Not anymore. 

  

Anything else I can try? 

  

TIA for any guidance. 

Cheers! 

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
733 questions
Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,433 questions
{count} votes

1 answer

Sort by: Most helpful
  1. John Ciccone 0 Reputation points
    2024-06-20T21:44:16.7933333+00:00

    PS: what's with the formatting? Is there an option to control line spacing when creating a question here?

    0 comments No comments