of_getquerycols


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_querymode   >   of_getquerycols   

Full name pfc_n_cst_dwsrv_querymode.of_getquerycols
Access public
Extend of integer
Return value integer
Prototype public function integer of_getquerycols(ref string[])

Name Datatype
No Data

Name Datatype
No Data

public function integer of_getquerycols (ref string as_querycolumns[]);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_GetQueryCols
//
//	Access:  public
//
//	Arguments:
//   as_querycolumns[]  by reference, column names that allow data to be
//			entered in querymode
//
//	Returns:  integer
//	 The number of QueryColumns.
//
//	Description:
//	To identify the columns that can have query criteria entered
//	when the datawindow is in QueryMode.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision 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.
//
//////////////////////////////////////////////////////////////////////////////

as_querycolumns = is_querycolumns
return UpperBound(as_querycolumns)
end function

     
Name Owner
pfc_u_tabpg_dwproperty_srvquerymode.pfc_propertypopulate pfc_u_tabpg_dwproperty_srvquerymode

     
Name Owner
systemfunctions.upperbound systemfunctions

     
Full name
No Data

     
Name Scope
No Data