of_setkeyboard


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_rowselection   >   of_setkeyboard   

Full name pfc_n_cst_dwsrv_rowselection.of_setkeyboard
Access public
Extend of integer
Return value integer
Prototype public function integer of_setkeyboard(boolean)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_setkeyboard (boolean ab_switch);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_SetKeyboard
//
//	Access:    		Public
//
//	Arguments:
//	ab_switch   	Should keyboard (rowfocuschanged) support be active.
//
//	Returns:  		Integer
//	 					 1 = success
//   					-1 = error
//
//	Description:  	Should keyboard (rowfocuschanged) support be active.
//		*Note: This can be used to disable the keyboard behavior for special cases.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	6.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	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 arguments
IF IsNull(ab_switch) THEN
	Return -1
END IF

ib_keyboard = ab_switch
Return 1 

end function

     
Name Owner
pfc_u_tabpg_dwproperty_srvrowselection.pfc_propertyapply pfc_u_tabpg_dwproperty_srvrowselection

     
Name Owner
systemfunctions.isnull systemfunctions

     
Full name
No Data

     
Name Scope
No Data