Application PBSample - Technical -w_resp_customer_search - Controls
Controls of w_resp_customer_search


cb_cancel


event clicked


General information

Full name w_resp_customer_search.cb_cancel.clicked
Access public
Overload of commandbutton.clicked
Comment Revision History Author: Novalys Date Version 06/07/2000 1.0 Initial version
Return value long [pbm_bnclicked]
Prototype event clicked

Source code

//////////////////////////////////////////////////////////////////////////////
//
//      Function             :      clicked
//
//      Arguments      :      
//
//      Returns             :      long [pbm_bnclicked]
//
//      Description      :
//
//////////////////////////////////////////////////////////////////////////////
//
//      Revision       History                    Author:      Novalys
//
//      Date                    Version
//
//      06/07/2000             1.0         Initial version
//
//////////////////////////////////////////////////////////////////////////////
message.of_SetDoubleParm (  0)
CloseWithReturn ( Parent 0)

Functions and events referenced

Full name Owners
pfc_n_msg.of_setdoubleparm pfc_n_msg



cb_ok

event clicked


General information

Full name w_resp_customer_search.cb_ok.clicked
Access public
Overload of commandbutton.clicked
Comment Revision History Author: Novalys Date Version 06/07/2000 1.0 Initial version
Return value long [pbm_bnclicked]
Prototype event clicked

Source code

//////////////////////////////////////////////////////////////////////////////
//
//      Function             :      clicked
//
//      Arguments      :      
//
//      Returns             :      long [pbm_bnclicked]
//
//      Description      :
//
//////////////////////////////////////////////////////////////////////////////
//
//      Revision       History                    Author:      Novalys
//
//      Date                    Version
//
//      06/07/2000             1.0         Initial version
//
//////////////////////////////////////////////////////////////////////////////
long ll_row  [], nb_row, i
dw_master.inv_rowselect.of_selectedcount ( ll_row )
IF upperbound (ll_row) <  0  then  Return
nb_row = dw_master. object.id  [ll_row[1]]
message.of_setdoubleparm (nb_row)
CloseWithReturn ( Parent, nb_row)

Functions and events referenced

Full name Owners
pfc_n_msg.of_setdoubleparm pfc_n_msg
pfc_n_cst_dwsrv_rowselection.of_selectedcount pfc_n_cst_dwsrv_rowselection

Referenced classes

Full name
w_resp_customer_search.dw_master

Referenced attributes

Full name Scope
w_resp_customer_search.cb_ok.clicked.nb_row local
w_resp_customer_search.cb_ok.clicked.ll_row local
pfc_u_dw.inv_rowselect attribute



dw_master

event constructor


General information

Full name w_resp_customer_search.dw_master.constructor
Access public
Overload of u_dw.constructor
Return value long [pbm_constructor
Prototype event constructor

Source code

call  super::constructor; //////////////////////////////////////////////////////////////////////////////
//
//      Function             :      constructor
//
//      Arguments      :      
//
//      Returns             :      long [pbm_constructor
//
//      Description      :
//
//////////////////////////////////////////////////////////////////////////////
//
//      Revision       History                    Author:      Novalys
//
//      Date                    Version
//
//      06/07/2000             1.0         Initial version
//
//////////////////////////////////////////////////////////////////////////////
this.of_SetSort( TRUE)
this.inv_sort.of_SetStyle( 2)
this.inv_sort.of_SetColumnNameSource( 2)
this.inv_sort.of_SetColumnHeader( TRUE)

Functions and events referenced

Full name Owners
pfc_n_cst_dwsrv_sort.of_setcolumnheader pfc_n_cst_dwsrv_sort
pfc_n_cst_dwsrv.of_setcolumnnamesource pfc_n_cst_dwsrv
pfc_n_cst_dwsrv_sort.of_setstyle pfc_n_cst_dwsrv_sort
pfc_u_dw.of_setsort pfc_u_dw
u_dw.constructor u_dw

Referenced attributes

Full name Scope
pfc_u_dw.inv_sort attribute



event pfc_retrieve


General information

Full name w_resp_customer_search.dw_master.pfc_retrieve
Access public
Overload of pfc_u_dw.pfc_retrieve
Comment Revision History Author: Novalys Date Version 06/07/2000 1.0 Initial version
Return value long
Prototype event pfc_retrieve

Source code

call  super::pfc_retrieve; //////////////////////////////////////////////////////////////////////////////
//
//      Function             :      pfc_retrieve
//
//      Arguments      :      
//
//      Returns             :      long
//
//      Description      :
//
//////////////////////////////////////////////////////////////////////////////
//
//      Revision       History                    Author:      Novalys
//
//      Date                    Version
//
//      06/07/2000             1.0         Initial version
//
//////////////////////////////////////////////////////////////////////////////
Return Retrieve ()

Functions and events referenced

Full name Owners
pfc_u_dw.pfc_retrieve pfc_u_dw




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