pfc_propertyvalidation


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_srvresize   >   pfc_propertyvalidation   

Full name pfc_u_tabpg_dwproperty_srvresize.pfc_propertyvalidation
Access public
Extend of
Return value
Prototype event pfc_propertyvalidation()

Name Datatype
No Data

Name Datatype
li_rc Integer

event pfc_propertyvalidation;call super::pfc_propertyvalidation;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_PropertyValidation
//
//	Arguments:  None
//
//	Returns: Integer
//	 1 = successful
// -1 = Error
//
//	Description:
//	 Validate the object.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

Integer	li_rc

li_rc = dw_register.AcceptText() 

If li_rc < 1 Then
	dw_register.SetFocus()
	//dw_register.ScrollToRow(dw_register.GetRow())
End If

Return li_rc
end event

     
Name Owner
No Data

     
Name Owner
dragobject.setfocus dragobject
datawindow.accepttext datawindow
pfc_u_tabpg_dwproperty_base.pfc_propertyvalidation pfc_u_tabpg_dwproperty_base

     
Full name
pfc_u_tabpg_dwproperty_srvresize

     
Name Scope
No Data