pfc_ddcalculator


pfcmain.pbl   >   pfc_u_dw   >   pfc_ddcalculator   

Full name pfc_u_dw.pfc_ddcalculator
Access public
Extend of integer
Return value integer
Prototype event integer pfc_ddcalculator()

Name Datatype
No Data

Name Datatype
No Data

event pfc_ddcalculator;//////////////////////////////////////////////////////////////////////////////
//	Event:			pfc_ddcalculator
//	Arguments:		None
//	Returns:			Integer - 1 if it succeeds and -1 if an error occurs
//	Description:	Request the dropdown calculator.
//////////////////////////////////////////////////////////////////////////////
//	Rev. History	Version
//						6.0   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.
//////////////////////////////////////////////////////////////////////////////
if IsValid(iuo_Calculator) then return iuo_Calculator.Event pfc_dropdown()

return FAILURE
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_u_calculator.pfc_dropdown pfc_u_calculator

     
Full name
No Data

     
Name Scope
No Data