Client Side Open a document type in Form Builder 10g [message #627965] |
Tue, 18 November 2014 05:41 |
|
PraveenaKarri
Messages: 7 Registered: January 2014
|
Junior Member |
|
|
Hi
I would like to open a word document through menus from oracle forms builder 10g.I had written a button pressed trigger as :
declare
AppID PLS_INTEGER;
begin
AppID := DDE.App_Begin('C:\Program Files (x86)\Microsoft Office\Office12\WINWORD.exe D:\Oracle\Middleware\as_1\forms\kcpapps\FADOC_Final.DOC',DDE.APP_MODE_NORMAL);
end;
In the above code it gives o/p in serverside but not client side.can u please provide me solution what i need to add in detailed way inorder to produce a client side document.
please help me out from this prblm.Looking forward for your solution.
|
|
|
|
|
|