pfc_postopen


pfemain.pbl   >   w_master   >   pfc_postopen   

Full name w_master.pfc_postopen
Access public
Extend of
Return value
Prototype event pfc_postopen()

Name Datatype
No Data

Name Datatype
No Data

event pfc_postopen;call super::pfc_postopen;//////////////////////////////////////////////////////////////////////////////
//
//	Event :  pfc_preopen
//
//	Description:
//	Apply the security of the window after loading after informations.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	1.0.00   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © NOVALYS
//
//////////////////////////////////////////////////////////////////////////////

IF IsValid (gnv_app.inv_vgsecurity) THEN
	gnv_app.inv_vgsecurity.of_SetSecurity(this, "postinit", "")
END IF

end event

     
Name Owner
w_resp_customer_search.pfc_postopen w_resp_customer_search
w_sheet_sales_order.pfc_postopen w_sheet_sales_order
w_resp_product.pfc_postopen w_resp_product
w_resp_stock.pfc_postopen w_resp_stock
w_sheet_employee.pfc_postopen w_sheet_employee
pfc_w_filtersimple.pfc_postopen pfc_w_filtersimple
pfc_w_sortdragdrop.pfc_postopen pfc_w_sortdragdrop
pfc_w_frame.pfc_postopen pfc_w_frame

     
Name Owner
systemfunctions.isvalid systemfunctions
vg_n_cst_vgmanager.of_setsecurity vg_n_cst_vgmanager
pfc_w_master.pfc_postopen pfc_w_master

     
Full name
demopfc

     
Name Scope
No Data