pfc_populatedddw


pfcmain.pbl   >   pfc_u_dw   >   pfc_populatedddw   

Full name pfc_u_dw.pfc_populatedddw
Access public
Extend of long
Return value long
Prototype event long pfc_populatedddw(string,ref datawindowchild)

Name Datatype
No Data

Name Datatype
No Data

event pfc_populatedddw;//////////////////////////////////////////////////////////////////////////////
//	Event:			pfc_populatedddw
//	Arguments:		as_colname		column name of the DDDW to populate
//						adwc_obj			DataWindowChild reference of the DDDW column
//	Returns:			Long - Indicates success/failure, or number of rows populated.
//	Description:	Populate the passed-in DropDownDataWindow.
//						This script for this event should be in descendant DataWindows.
//						The DropDownDataWindow can be populated in any manner, including
//						using the DataWindow caching service, external data, or retrieving.
//////////////////////////////////////////////////////////////////////////////
//	Rev. History	Version
//						6.0   Initial version - Replaces obsoleted event pfc_retrievedddw.
//////////////////////////////////////////////////////////////////////////////
//	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.
//////////////////////////////////////////////////////////////////////////////
return NO_ACTION
end event

     
Name Owner
pfc_n_cst_dwsrv.of_populatedddw pfc_n_cst_dwsrv
pfc_n_cst_dwsrv.of_PopulateDDDW pfc_n_cst_dwsrv
w_sheet_sales_order.dw_master.pfc_populatedddw dw_master
w_sheet_sales_order.dw_detail.pfc_populatedddw dw_detail

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data