delphi - OpenOffice DDEExecute Failing -


my delphi application sends command '[file.close()]' excel using ddeexecute.

i want run application in environment excel licensing issue we're trying use openoffice. if matters, we're using libreoffice.

when try run same command soffice dde server fails following error:

16393   dmlerr_notprocessed receiving task not interested in message. 

i can pull data spreadsheet using dderequest know configuration correct.

i suspect problem may because file.close() sort of macro or vba command doesn't exist in openoffice. if that's case, there other commands can use same effect?

openoffice uses 'openoffice basic', known starbasic. not understand command 'file.close()'.

the corresponding openoffice basic command 'thiscomponent.close(true)'.

https://wiki.openoffice.org/wiki/documentation/basic_guide


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -