of_getheadername


pfcdwsrv.pbl   >   pfc_n_cst_dssrv   >   of_getheadername   

Full name pfc_n_cst_dssrv.of_getheadername
Access public
Extend of string
Return value string
Prototype public function string of_getheadername(string)

Name Datatype
No Data

Name Datatype
No Data

public function string of_getheadername (string as_column);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_GetHeaderName (FORMAT 1) 
//
//	Access:    		Public
//
//	Arguments:
//   as_column   	A datawindow columnname
//
//	Returns:  		String
//   					The formatted column header for the column specified
//
//	Description:  	Extracts a formatted (underscores, carraige return/line
//					  	feeds and quotes removed) column header.
//					  	If no column header found, then the column name is
//					  	formatted (no underscores and Word Capped).
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0    Initial version
//	5.0.02   Fixed function to use the default header suffix property
//		when determining which text object to use for the the column header.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 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_GetHeaderName ( as_column, is_defaultheadersuffix) 
end function

     
Name Owner
pfc_n_cst_lvsrv_datasource.of_RegisterReportColumn pfc_n_cst_lvsrv_datasource
pfc_n_cst_dssrv.of_getcolumndisplayname pfc_n_cst_dssrv
pfc_u_lv.of_addcolumn pfc_u_lv

     
Name Owner
pfc_n_cst_dssrv.of_getheadername pfc_n_cst_dssrv

     
Full name
No Data

     
Name Scope
No Data