45 pts.
 ORA106500:WHEN-BUTTON-PRESSED raised unhandled exception. … i want to open ms word file when button pressed trigger
Dear All

i am using oracle 6i and oracle 9i database i want to open word file when pressed button in form but there is no error during compilation error at runtime showing

below code wrote in WNBP trigger:

declare AppID PLS_INTEGER; begin AppID := DDE.App_Begin('C:ProgramDataMicrosoftwindowsstart menuprogramsWINWORD.exe C:orantBINifbld60.EXEsupppe_pre2.fmb ',DDE.APP_MODE_NORMAL); end;

plz if anyone help me



Software/Hardware used:
oracle 6i ,database 9i, windows7 os.
ASKED: April 4, 2011  5:57 AM
UPDATED: August 2, 2011  2:19 PM

Answer Wiki:
i love to much your side i have question i have cdr (call data record ) i want to make form to read and save data detail to delete or make query plz how do that tankyou fro your help iam muna from iraq i devlopment work in delvloper 6i and suitedevloper10
Last Wiki Answer Submitted:  August 2, 2011  2:09 am  by  197319742004   15 pts.
All Answer Wiki Contributors:  197319742004   15 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Looking at your code, it is not clear what you are trying to do. The first parameter in your call to DDE.App_Begin should be:

<pathtoyourwordexecutable> <pathtotheword_fileyouwanttoopen>

 63,535 pts.

 

Sorry, the editor ate the backslashes.

<path\to\your\word\executable> <path\to\the\word_file\you\want\to\open>

 63,535 pts.

 

Comments from 197319742004:

i love to much your side i have question
i have cdr (call data record ) i want to make form to read and save data detail to delete or make query
plz how do that tankyou fro your help
iam muna from iraq i devlopment work in delvloper 6i and suitedevloper10

———–

Please create a new question, and be more specific about your problem/requirement.

 63,535 pts.