of_setexclude


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_filter   >   of_setexclude   

Full name pfc_n_cst_dwsrv_filter.of_setexclude
Access public
Extend of integer
Return value integer
Prototype public function integer of_setexclude(string[])

Name Datatype
No Data

Name Datatype
No Data

public function integer of_setexclude (string as_excludecols[]);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_SetExclude
//
//	Access:    		Public
//
//	Arguments:
//   as_exclude_cols:  An array of columnnames to be excluded from
//							  filter dialogs.
//
//	Returns:  		Integer
//   					1 if it succeeds and -1 if an error occurs.
//
//	Description:  	Establishes a list of columns to be excluded from
//					  	filter dialogs.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0   Initial version
//	5.0.03	Removed IsValid check on idw_requestor
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

is_excludecolumns = as_excludecols
Return 1
end function

     
Name Owner
pfc_u_tabpg_dwproperty_srvfilter.pfc_propertyapply pfc_u_tabpg_dwproperty_srvfilter

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data