Home » Developer & Programmer » Forms » how to set and get subcolumn in spread table(mmtx.ocx)
how to set and get subcolumn in spread table(mmtx.ocx) [message #86118] Wed, 01 September 2004 21:31 Go to next message
zhangrui
Messages: 37
Registered: March 2003
Member
DECLARE
NEW_COL OLEOBJ;
COL_COUNT number;
NameArray OleVar ;

BEGIN
COL_COUNT := ORACLESPREADTABLE_DMMTX.ColumnCount(:ITEM('OCXBLK.OCXITM').interface);

--Add Sub Column

OracleSpreadTable_IColumn.AddSubColumns(NEW_COL,FORMS_OLE.To_variant('1 , 3 , 2', vtype=>VT_BSTR));

--Get the column count
:OCXBLK.NUMCOLUMN := ORACLESPREADTABLE_DMMTX.ColumnCount(:ITEM('OCXBLK.OCXITM').interface);

END;
Re: how to set and get subcolumn in spread table(mmtx.ocx) [message #86699 is a reply to message #86118] Wed, 20 October 2004 02:26 Go to previous message
dazza
Messages: 1
Registered: October 2004
Junior Member
Would you have any sample code/forms using the oracle spread table? I ask because I’m trying to create a form that uses this control and there isn’t too much information available.
Previous Topic: How to view image in Oracle Application Server 9i
Next Topic: PLease clarify my doubt it's urgent
Goto Forum:
  


Current Time: Mon Sep 09 17:36:59 CDT 2024