of_RegisterReportColumn


pfcapsrv.pbl   >   pfc_n_cst_lvsrv_datasource   >   of_RegisterReportColumn   

Full name pfc_n_cst_lvsrv_datasource.of_RegisterReportColumn
Access public
Extend of integer
Return value integer
Prototype public function integer of_RegisterReportColumn()

Name Datatype
No Data

Name Datatype
No Data

public function integer of_RegisterReportColumn ();//////////////////////////////////////////////////////////////////////////////
//	Public Function:	of_RegisterReportColumn
//	Arguments:		None
//	Returns:			Integer
//						The number of columns added if successful, -1 if an error occurred
//	Description:	Add a column to the ListView control for each visible column in the DataWindow.
//						They will be displayed in Report View only.
//						This function overloads the of_RegisterReportColumn in the base service to
//						allow the internal data source to be used as the default value.
//////////////////////////////////////////////////////////////////////////////
//	Rev. History:	Version
//						6.0   Initial version
//////////////////////////////////////////////////////////////////////////////
//	Copyright © 1996-1999 Sybase, Inc. and its subsidiaries.  All rights reserved.  Any distribution of the 
// PowerBuilder Foundation Classes (PFC) source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//////////////////////////////////////////////////////////////////////////////
return of_RegisterReportColumn(inv_Attrib.ids_Source)
end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_lvsrv_datasource.of_RegisterReportColumn pfc_n_cst_lvsrv_datasource

     
Full name
No Data

     
Name Scope
No Data