pfc_dropdown


pfcmain.pbl   >   pfc_u_calendar   >   pfc_dropdown   

Full name pfc_u_calendar.pfc_dropdown
Access public
Extend of integer
Return value integer
Prototype event integer pfc_dropdown()

Name Datatype
No Data

Name Datatype
No Data

event pfc_dropdown;call super::pfc_dropdown;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  			pfc_dropdown
//
//	(Arguments:		None)
//
//	Returns:  Integer
//		1 if it succeeds
//		-1 if an error occurs.
//		0 if the current datawindow column has not been registered.
//
//	Description:  
//		Request the dropdown calendar.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

Return of_DropDown()
end event

     
Name Owner
pfc_u_dw.dropdown pfc_u_dw
pfc_u_dw.pfc_ddcalendar pfc_u_dw
pfc_u_em.pfc_ddcalendar pfc_u_em

     
Name Owner
pfc_u_calendar.of_dropdown pfc_u_calendar

     
Full name
No Data

     
Name Scope
No Data