of_AcceptText


pfcmain.pbl   >   pfc_n_ds   >   of_AcceptText   

Full name pfc_n_ds.of_AcceptText
Access public
Extend of integer
Return value integer
Prototype public function integer of_AcceptText(boolean)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_AcceptText (boolean ab_focusonerror);//////////////////////////////////////////////////////////////////////////////
//
//	Function:
//	of_AcceptText
//
//	Arguments:  
//	ab_focusonerror	States if focus should be set in case of error.
//
//	Returns:  Integer
//	1 if it succeeds 
//	-1 if an error occurs.
//	
//	Description:
//	Perform an accepttext and set focus when requested.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

return this.Event pfc_AcceptText(ab_focusonerror)

end function

     
Name Owner
No Data

     
Name Owner
pfc_n_ds.pfc_accepttext pfc_n_ds

     
Full name
No Data

     
Name Scope
No Data