constructor


demopfc.pbl   >   w_sheet_sales_order   >   dw_master   >   constructor   

Full name w_sheet_sales_order.dw_master.constructor
Access public
Extend of
Return value
Prototype event constructor()

Name Datatype
No Data

Name Datatype
No Data

event constructor;call super::constructor;//////////////////////////////////////////////////////////////////////////////
//
//	Function		:	constructor
//
//	Arguments	:	
//
//	Returns		:	long [pbm_constructor
//
//	Description	:	Initialize
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision 	History			Author:	Novalys
//
//	Date			Version
//
//	06/07/2000		1.0   	Initial version
//
//////////////////////////////////////////////////////////////////////////////

This.of_setLinkage (true)
this.inv_linkage.of_SetStyle(inv_linkage.RETRIEVE)

This.of_setbase(true)
This.inv_base.of_populatedddw()

This.of_SetDropDownCalendar(true)
iuo_calendar.of_Register( iuo_calendar.DDLB_WITHARROW)




end event

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_dwsrv_linkage.of_setstyle pfc_n_cst_dwsrv_linkage
pfc_n_cst_dwsrv.of_PopulateDDDW pfc_n_cst_dwsrv
pfc_u_calendar.of_register pfc_u_calendar
pfc_u_dw.of_SetBase pfc_u_dw
pfc_u_dw.of_SetLinkage pfc_u_dw
pfc_u_dw.of_SetDropDownCalendar pfc_u_dw
u_dw.constructor u_dw

     
Full name
No Data

     
Name Scope
No Data