pfc_checkrequirederror


pfcmain.pbl   >   pfc_u_dw   >   pfc_checkrequirederror   

Full name pfc_u_dw.pfc_checkrequirederror
Access public
Extend of integer
Return value integer
Prototype event integer pfc_checkrequirederror(long,ref string)

Name Datatype
No Data

Name Datatype
No Data

event pfc_checkrequirederror;//////////////////////////////////////////////////////////////////////////////
//	Event:			pfc_checkrequirederror
// Arguments:		al_row - The row number
//						as_columnname - The column name by reference.
//	Returns:			Integer
// 					1 - Success - of_CheckRequiredError to continue with the error condition.
//						0 - Success - Error condition has been handled. of_CheckRequiredError will
//										  not handle the error condition.
// 					-1 - Error
//	Description:	The of_CheckRequiredError has found a column missing data.
//						This gives the opportunity to better handle the situation.
//						Note: If return 0 is used, you should also notify the user of the error condition.
//////////////////////////////////////////////////////////////////////////////
//	Rev. History	Version
//						6.0.01 Initial version
//////////////////////////////////////////////////////////////////////////////
//	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.
//////////////////////////////////////////////////////////////////////////////
return 1
end event

     
Name Owner
pfc_u_dw.of_CheckRequired pfc_u_dw

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data