Application PBSample - Technical -w_resp_product - Controls
Controls of w_resp_product


cb_close


event clicked


General information

Full name w_resp_product.cb_close.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

call  super::clicked; //////////////////////////////////////////////////////////////////////////////
//
//      Function             :      clicked
//
//      Arguments      :      
//
//      Returns             :      long [pbm_bnclicked]
//
//      Description      :
//
//////////////////////////////////////////////////////////////////////////////
//
//      Revision       History                    Author:      Novalys
//
//      Date                    Version
//
//      06/07/2000             1.0         Initial version
//
//////////////////////////////////////////////////////////////////////////////
f_Message (  "Cancel" "This is a example for Visual Expert. Cancel window" false)
Parent.of_SetUpdateable (  False )
Close ( Parent)

Functions and events referenced

Full name Owners
pfc_w_master.of_setupdateable pfc_w_master
f_message f_message

Referenced classes

Full name
cancel



cb_ok

event clicked


General information

Full name w_resp_product.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

call  super::clicked; //////////////////////////////////////////////////////////////////////////////
//
//      Function             :      clicked
//
//      Arguments      :      
//
//      Returns             :      long [pbm_bnclicked]
//
//      Description      :
//
//////////////////////////////////////////////////////////////////////////////
//
//      Revision       History                    Author:      Novalys
//
//      Date                    Version
//
//      06/07/2000             1.0         Initial version
//
//////////////////////////////////////////////////////////////////////////////
f_Message (  "Validate" "This is a example for Visual Expert. Close window" false)
Close ( Parent)

Functions and events referenced

Full name Owners
f_message f_message

Referenced classes

Full name
validate



dw_master

event pfc_retrieve


General information

Full name w_resp_product.dw_master.pfc_retrieve
Access public
Overload of pfc_u_dw.pfc_retrieve
Comment Retrieve 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      :      Retrieve
//
//////////////////////////////////////////////////////////////////////////////
//
//      Revision       History                    Author:      Novalys
//
//      Date                    Version
//
//      06/07/2000             1.0         Initial version
//
//////////////////////////////////////////////////////////////////////////////
Return  This.Retrieve ()

Functions and events referenced

Full name Owners
pfc_u_dw.pfc_retrieve pfc_u_dw



event constructor


General information

Full name w_resp_product.dw_master.constructor
Access public
Overload of u_dw.constructor
Comment Initialize Revision History Author: Novalys Date Version 06/07/2000 1.0 Initial version
Return value long [pbm_constructor
Prototype event constructor

Source code

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_setreqcolumn(  true     )

Functions and events referenced

Full name Owners
pfc_u_dw.of_setreqcolumn pfc_u_dw
u_dw.constructor u_dw




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