of_addcolumn


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_dropdownsearch   >   of_addcolumn   

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

Name Datatype
No Data

Name Datatype
No Data

public function integer of_addcolumn (string as_column);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_AddColumn
//
//	Access:  		public
//
//	Arguments:
//	as_column		Column to add.
//
//	Returns:  		Integer
//						1 if the column was added.
//						0 if the column was not added.
//						-1 if an error is encountered.
//
//	Description: 	Add a dropdowndatawindow or a dropdownlistboxe column to 
//						the dropdown search services.
//
//		*Note:	For a dropdowndatawindow column to be added it most have
//					a display value type char.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.0   Initial version
// 6.0 	Marked obsolete Replaced by of_Register().
//
//////////////////////////////////////////////////////////////////////////////
//
//	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_Register().
Return of_Register(as_column)
end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_dwsrv_dropdownsearch.of_register pfc_n_cst_dwsrv_dropdownsearch

     
Full name
No Data

     
Name Scope
No Data