Oracle Form Message
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
'