of_GetItemany


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv   >   of_GetItemany   

Full name pfc_n_cst_dwsrv.of_GetItemany
Access public
Extend of any
Return value any
Prototype public function any of_GetItemany(long,integer)

Name Datatype
No Data

Name Datatype
ls_columnname string

public function any of_GetItemany (long al_row, integer ai_column);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_GetItemany (FORMAT 1) 
//
//	Access:    Public
//
//	Arguments:
//   al_row			   : The row reference
//   ai_column    	: The column number reference
//
//	Returns:  Any
//	  The column value cast to an any datatype
//
//	Description:  Returns a column's value cast to an any 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.
//
//////////////////////////////////////////////////////////////////////////////
string ls_columnname 

ls_columnname = idw_Requestor.Describe ( "#" + String( ai_column ) + ".name" )

Return of_GetItemany ( al_row, ls_columnname, Primary!, FALSE )
end function

     
Name Owner
pfc_w_selection.pfc_default pfc_w_selection
pfc_w_filterextended.dw_values.doubleclicked dw_values

     
Name Owner
datawindow.describe datawindow
systemfunctions.string systemfunctions
pfc_n_cst_dwsrv.of_getitemany pfc_n_cst_dwsrv

     
Full name
No Data

     
Name Scope
No Data