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!

Error using Microsoft CommonDialog OCX

303185Jul 12 2002
Guys ..
I have problem about using Microsoft CommonDialog (OCX) in Form (Open File). Herewith i enclose my code below:

----- When Button Pressed ----
DECLARE
CDialog oleObj;
BEGIN
CDialog := :ITEM('BLOCK3.ACTIVEX_CONTROL99').Interface;
MSComDlg_ICommonDialog.ShowOpen(CDialog);
END;
----- End Of When Button Pressed ----

It success when i compile, but when i running there's an error message:

"FRM 41344 - OLE Object not defined for ACTIVEX_CONTROL99 in current record"

What should i do? :|
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 14 2002
Added on Jul 12 2002
1 comment
322 views