of_setvisibleonly


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_filter   >   of_setvisibleonly   

Full name pfc_n_cst_dwsrv_filter.of_setvisibleonly
Access public
Extend of integer
Return value integer
Prototype public function integer of_setvisibleonly(boolean)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_setvisibleonly (boolean ab_visible);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_SetVisibleOnly
//
//	Access:    		Public
//
//	Arguments:
//   ab_visible:  When TRUE, only include visible columns in Filter dialogs.
//
//	Returns:  		Integer
//   					1 if it succeeds and -1 if an error occurs.
//
//	Description:  	Sets the state of use visible columns only.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Check the arguments.
IF IsNull (ab_visible) THEN Return -1

ib_visibleonly = ab_visible
Return 1
end function

     
Name Owner
pfc_u_tabpg_dwproperty_srvfilter.pfc_propertyapply pfc_u_tabpg_dwproperty_srvfilter

     
Name Owner
systemfunctions.isnull systemfunctions

     
Full name
No Data

     
Name Scope
No Data