of_accepttext


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_linkage   >   of_accepttext   

Full name pfc_n_cst_dwsrv_linkage.of_accepttext
Access public
Extend of integer
Return value integer
Prototype public function integer of_accepttext()

Name Datatype
No Data

Name Datatype
lb_focusonerror Boolean

public function integer of_accepttext ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_AcceptText
//
//	Access:    		Public
//
//	Arguments: 		None
//
//	Returns:   		Integer
// 					1 if it succeeds and -1 if an error occurs.
//
//	Description:  
//	Performs AcceptText on the datawindows in the linked chain,
// starting with the top-level datawindow.
//
// Note:
//	lb_focusonerror=False indicates that focus should Not be set 
//	to the DW if an error is found.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.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.
//
//////////////////////////////////////////////////////////////////////////////

Boolean lb_focusonerror=False

Return  of_AcceptText (lb_focusonerror)
end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_dwsrv_linkage.of_accepttext pfc_n_cst_dwsrv_linkage

     
Full name
No Data

     
Name Scope
No Data