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!

Oracle Form Message

959767Sep 7 2012
Hi all, I'm a novice to Oracle Forms. I installed an Oracle forms application developed by a vendor at a client's pc. But, im encountering the below form message when i open the form one after another:
--> OLE object not defined for ACTIVEX_CONTROL12 in the current record
--> Argument 1 to builtin SET_OLE cannot be null
--> 100503: non-ORACLE exception

This is the code for WHEN_NEW_FORM_INSTANCE at form level
declare
vdate varchar2(50);
vstatus varchar2(50);
vhour varchar2(50);

begin
MSCOMMLib_IMSComm.commport(:item('b_1.ACTIVEX_CONTROL12').interface,1);
MSCOMMLib_IMSComm.OutBufferSize(:item('b_1.ACTIVEX_CONTROL12').interface,1024);
MSCOMMLib_IMSComm.Portopen(:item('b_1.ACTIVEX_CONTROL12').interface,1); --ojl-20060427-01
statistics(vstatus,vhour);
if vstatus = 'NIGHT' and vhour >='19' and vdate <= '23' then
'
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 5 2012
Added on Sep 7 2012
0 comments
411 views