Unable to create excel object for Excel 2007/Windows 7 [message #470983] |
Wed, 11 August 2010 13:52 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
rivas24
Messages: 3 Registered: August 2010
|
Junior Member |
|
|
Hello Every one ,
The below Oracle Forms code works fine for Excel 2003/Windows XP/IE6 but doesn't work for Excel 2007/Windows 7/IE8.
*********************
application := Client_OLE2.CREATE_OBJ('Excel.Application');
Client_OLE2.SET_PROPERTY(application,'Visible','TRUE');
workbooks := Client_OLE2.Get_Obj_Property(application, 'Workbooks');
args1 := Client_OLE2.create_arglist;
************************
There is no error while executing the form, by debugging we found that the control skips all the above code.
I'm using Oracle forms 10.1.2.3 and jre 1.6.0_16.
Would appreciate your help in providing a solution for the above issue.
Thanks,
Anbu
|
|
|
|
|
|