Application PBSample - Technical -w_resp_employee- Events
Events of w_resp_employee


event pfc_postopen


General information

Full name w_resp_employee.pfc_postopen
Access public
Overload of w_master.pfc_postopen
Comment Revision History Author: Novalys Date Version 06/07/2000 1.0 Initial version
Return value (none)
Prototype event pfc_postopen

Source code

//////////////////////////////////////////////////////////////////////////////
//
//      Function             :      pfc_postopen
//
//      Arguments      :      
//
//      Returns             :      (none)
//
//      Description      :
//
//////////////////////////////////////////////////////////////////////////////
//
//      Revision       History                    Author:      Novalys
//
//      Date                    Version
//
//      06/07/2000             1.0         Initial version
//
//////////////////////////////////////////////////////////////////////////////
dw_master.of_settransobject( SQLCA)
dw_master.of_setrowselect(  true)
dw_master.inv_rowselect.of_setstyle(  2)
dw_master.of_setquerymode(  True)
dw_master.inv_querymode.of_setenabled(  True)
dw_master.inv_querymode.of_read_only( false)

Functions and events referenced

Full name Owners
n_cst_dwsrv_querymode.of_read_only n_cst_dwsrv_querymode
pfc_n_cst_dwsrv_querymode.of_setenabled pfc_n_cst_dwsrv_querymode
pfc_u_dw.of_setquerymode pfc_u_dw
pfc_n_cst_dwsrv_rowselection.of_setstyle pfc_n_cst_dwsrv_rowselection
pfc_u_dw.of_setrowselect pfc_u_dw
pfc_u_dw.of_settransobject pfc_u_dw

Referenced classes

Full name
w_resp_employee.dw_master

Referenced attributes

Full name Scope
pfc_u_dw.inv_querymode attribute
pfc_u_dw.inv_rowselect attribute



event pfc_preopen


General information

Full name w_resp_employee.pfc_preopen
Access public
Overload of w_master.pfc_preopen
Comment Revision History Author: Novalys Date Version 06/07/2000 1.0 Initial version
Return value (none)
Prototype event pfc_preopen

Source code

call  super::pfc_preopen; //////////////////////////////////////////////////////////////////////////////
//
//      Function             :      pfc_preopen
//
//      Arguments      :      
//
//      Returns             :      (none)
//
//      Description      :
//
//////////////////////////////////////////////////////////////////////////////
//
//      Revision       History                    Author:      Novalys
//
//      Date                    Version
//
//      06/07/2000             1.0         Initial version
//
//////////////////////////////////////////////////////////////////////////////
this.of_Setbase ( true)
This.inv_base.of_Center ()

Functions and events referenced

Full name Owners
pfc_n_cst_winsrv.of_center pfc_n_cst_winsrv
pfc_w_master.of_setbase pfc_w_master
w_master.pfc_preopen w_master

Referenced attributes

Full name Scope
pfc_w_master.inv_base attribute




Document created on Friday 06 June 2003 at 11:21 by Visual Expert