constructor


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_srvcalendar2   >   dw_markeddays   >   constructor   

Full name pfc_u_tabpg_dwproperty_srvcalendar2.dw_markeddays.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
//
//	(Arguments:		None)
//
//	(Returns:  		None)
//
//	Description:	
//		Start any 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.
//
//////////////////////////////////////////////////////////////////////////////

// Want the rowmanager minus the Undelete capabilities.
of_SetRowManager ( True ) 
If IsValid(inv_rowmanager) Then
	inv_rowmanager.of_SetRestoreRow(False)
End If
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_dwsrv_rowmanager.of_SetRestoreRow pfc_n_cst_dwsrv_rowmanager
pfc_u_dw.of_SetRowManager pfc_u_dw
u_dw.constructor u_dw

     
Full name
No Data

     
Name Scope
No Data