Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: OLE2 question in Forms....
> arg_list := ole2.create_arglist;
> return_value := ole2.invoke_char(application_id,
> 'cell("contents",A3)', arg_list);
> ole2.destroy_arglist(arg_list);
You have to get first the Object-Property "Cell" and then the
"content"-Property of the cell-object.
What I mean is that you have to get down the whole object-hierarchy
until the single cell (Application->Work-Book->Work-Sheet->cell) getting
the next with "get_obj_property" or "invoke_obj".
Received on Tue Nov 11 1997 - 00:00:00 CST
![]() |
![]() |