dropdown


pfcmain.pbl   >   pfc_u_dw   >   dropdown   

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

Name Datatype
No Data

Name Datatype
No Data

event dropdown;//////////////////////////////////////////////////////////////////////////////
//	Event:			dropdown
//	Arguments:		None
//	Returns:			None
//	Description:	Notification that a dropdown object has been requested.
//////////////////////////////////////////////////////////////////////////////
//	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_Calendar) then
	// Check if this a column that has the calendar associated to it.
	if iuo_Calendar.Event pfc_dropdown() = 1 then
		// Column is a ddcalendar column.  Prevent listbox from appearing.
		return 1
	end if
end if

if IsValid(iuo_Calculator) then
	// Check if this a column that has the calculator associated to it.
	if iuo_Calculator.Event pfc_dropdown() = 1 then
		// Column is a ddcalculator column.  Prevent listbox from appearing.
		return 1
	end if
end if
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_u_calendar.pfc_dropdown pfc_u_calendar
pfc_u_calculator.pfc_dropdown pfc_u_calculator

     
Full name
No Data

     
Name Scope
No Data