losefocus


pfcmain.pbl   >   pfc_u_calculator   >   dw_calculator   >   losefocus   

Full name pfc_u_calculator.dw_calculator.losefocus
Access public
Extend of
Return value
Prototype event losefocus()

Name Datatype
No Data

Name Datatype
No Data

event losefocus;call super::losefocus;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  losefocus
//
//	Arguments:	None
//
//	Returns:  None
//
//	Description:  
//	If this object is being used as a DropDown object, hide it when focus
// is lost.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

//Determine if the object is being used as a dropdown object.
If IsValid(inv_dropdown) Then
	// Hide object.
	Parent.Visible = False
End If

Return
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
datawindow.losefocus datawindow

     
Full name
No Data

     
Name Scope
No Data