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
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>
Sorry, the editor ate the backslashes.
<path\to\your\word\executable> <path\to\the\word_file\you\want\to\open>
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.