Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: OLE2 question in Forms....

Re: OLE2 question in Forms....

From: Lang Richard <richard_at_dse.it>
Date: 1997/11/11
Message-ID: <346806F5.79E4DA47@dse.it>#1/1

> 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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US