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)'.
Comments
Post a Comment