of_removecolumn


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_dropdownsearch   >   of_removecolumn   

Full name pfc_n_cst_dwsrv_dropdownsearch.of_removecolumn
Access public
Extend of integer
Return value integer
Prototype public function integer of_removecolumn(string)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_removecolumn (string as_column);//////////////////////////////////////////////////////////////////////////////
//
//	Function:		of_RemoveColumn
//
//	Access:  		public
//
//	Arguments:  	
//	as_column 		Column to remove from the service.
//
//	Returns:  		Integer
//						 1 succesful operation.
//						 0 if column not found.
//						-1 if an error is encountered.
//
//	Description:  	This function is called to remove a column from the list the
//						services uses.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0   Initial version
// 6.0 	Marked obsolete Replaced by of_UnRegister(...).
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Marked obsolete Replaced by of_UnRegister(...).
Return of_UnRegister(as_column)

end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_dwsrv_dropdownsearch.of_unregister pfc_n_cst_dwsrv_dropdownsearch

     
Full name
No Data

     
Name Scope
No Data