To open a new word document and delete that worddocument via forms [message #580618] |
Tue, 26 March 2013 04:25 |
ora_bbm
Messages: 30 Registered: March 2013 Location: Chennai
|
Member |
|
|
hi,
i have one word doc file name is sample.doc
i have 3 buttons in my canvas. 1st button is to open a word document.
codings:
declare
AppID PLS_INTEGER;
begin
AppID := DDE.App_Begin('D:\Program Files\Microsoft Office\Office12\winword.exe F:\DevSuiteHome_1\forms\samples.doc',DDE.APP_MODE_NORMAL);
end;
2nd button:
i want to delete the existing sample.doc file via forms
i dont know the codings. please post the sample coding
CAN ANY ONE HELP ME
THANX IN ADVANCE
[Updated on: Tue, 26 March 2013 04:31] Report message to a moderator
|
|
|
|
|