of_GetItem


pfcdwsrv.pbl   >   pfc_n_cst_dssrv   >   of_GetItem   

Full name pfc_n_cst_dssrv.of_GetItem
Access public
Extend of string
Return value string
Prototype public function string of_GetItem(long,string)

Name Datatype
No Data

Name Datatype
No Data

public function string of_GetItem (long al_row, string as_column);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_GetItem (FORMAT 3) 
//
//	Access:    Public
//
//	Arguments:
//   al_row			   : The row reference
//   as_column    	: The column name reference
//
//	Returns:  String
//	  The formatted string value of the item
//
//	Description:  Returns the formatted (including formats, editmasks and display
//					  values) text of any column on a datawindow, regardless of the 
//					  column's datatype.  
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	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_GetItem ( al_row, as_column, Primary!, FALSE )
end function

     
Name Owner
pfc_n_cst_tvsrv_levelsource.of_setitemattributes pfc_n_cst_tvsrv_levelsource
pfc_n_cst_lvsrv_datasource.of_SetItemAttributes pfc_n_cst_lvsrv_datasource
pfc_n_cst_filesrv.of_dstodirattrib pfc_n_cst_filesrv

     
Name Owner
pfc_n_cst_dssrv.of_getitem pfc_n_cst_dssrv

     
Full name
No Data

     
Name Scope
No Data