event pfc_preopen
General information
Full name w_resp_customer_search.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
event pfc_postopen
General information
Full name w_resp_customer_search.pfc_postopen Access public Overload of w_master.pfc_postopen Return value (none) Prototype event pfc_postopen
Source code
call super::pfc_postopen; //////////////////////////////////////////////////////////////////////////////
//
// 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_retrieve()
dw_master.of_setquerymode( True)
dw_master.inv_querymode.of_read_only( True)
dw_master.of_setrowselect( true)
dw_master.inv_rowselect.of_setstyle( 0)
Functions and events referenced
Full name Owners pfc_n_cst_dwsrv_rowselection.of_setstyle pfc_n_cst_dwsrv_rowselection pfc_u_dw.of_setrowselect pfc_u_dw n_cst_dwsrv_querymode.of_read_only n_cst_dwsrv_querymode pfc_u_dw.of_setquerymode pfc_u_dw pfc_u_dw.of_retrieve pfc_u_dw pfc_u_dw.of_settransobject pfc_u_dw w_master.pfc_postopen w_master
Referenced classes
Full name w_resp_customer_search.dw_master
Referenced attributes
Full name Scope pfc_u_dw.inv_rowselect attribute pfc_u_dw.inv_querymode attribute
Document created on Friday 06 June 2003 at 11:21 by Visual Expert