Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

EXCEL.EXE path for DDE command

341668Nov 4 2002
Hi,
does anybody knows how to find the EXCEL.EXE path on any computer (v_path varchar2(100))so I could call it in a DDE command?
Excel application may have different paths on different PCs which are using different OS(Win98,Win2000,NT).
i.e.
dde_command := v_path || ' ' || my_file_path;
app_id := DDE.App_Begin(dde_command,DDE.APP_MODE_MINIMIZED);
For any help you can provide please e-mail me at m_boloha@nafa.ca
Thank you,
Monica
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 3 2002
Added on Nov 4 2002
2 comments
532 views