of_getexclude


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_filter   >   of_getexclude   

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

Name Datatype
No Data

Name Datatype
No Data

public function integer of_getexclude (ref string as_excludecols[]);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_GetExclude
//
//	Access:    		Public
//
//	Arguments:
//   as_exclude_cols:  A string array, passed by reference, that will
//			   			  hold the exclude columns returned.
//
//	Returns:  		Integer
//   					1 if it succeeds and -1 if an error occurs.
//
//	Description:  	To get the list of exclude columns set in of_SetExclude.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

as_excludecols = is_excludecolumns
Return 1
end function

     
Name Owner
pfc_u_tabpg_dwproperty_srvfilter.pfc_propertypopulate pfc_u_tabpg_dwproperty_srvfilter

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data