constructor


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_buffers   >   dw_requestorview   >   constructor   

Full name pfc_u_tabpg_dwproperty_buffers.dw_requestorview.constructor
Access public
Extend of
Return value
Prototype event constructor()

Name Datatype
No Data

Name Datatype
No Data

event constructor;call super::constructor;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  constructor
//	
//	Description:	 Start desired services.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	6.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////

// Start the service to allow moving past required columns.
this.of_SetReqColumn(True)

// Start the service to help Manage inserts and deletes.
this.of_SetRowManager(True)
inv_rowmanager.of_SetRestoreRow(False)

// Start the service to highlight the current row.
this.of_SetRowSelect(True)
inv_rowselect.of_SetStyle(inv_rowselect.EXTENDED)

// Start the service to allow Filtering.
this.of_SetFilter(True)
inv_filter.of_SetStyle(inv_filter.DEFAULT)

// Start the service to allow sorting.
this.of_SetSort(True)
inv_sort.of_SetStyle(inv_sort.DROPDOWNLISTBOX )

end event

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_dwsrv_filter.of_setstyle pfc_n_cst_dwsrv_filter
pfc_n_cst_dwsrv_rowselection.of_setstyle pfc_n_cst_dwsrv_rowselection
pfc_n_cst_dwsrv_rowmanager.of_SetRestoreRow pfc_n_cst_dwsrv_rowmanager
pfc_n_cst_dwsrv_sort.of_setstyle pfc_n_cst_dwsrv_sort
pfc_u_dw.of_SetFilter pfc_u_dw
pfc_u_dw.of_SetRowManager pfc_u_dw
pfc_u_dw.of_SetRowSelect pfc_u_dw
pfc_u_dw.of_SetSort pfc_u_dw
pfc_u_dw.of_SetReqColumn pfc_u_dw
u_dw.constructor u_dw

     
Full name
No Data

     
Name Scope
No Data