pfc_propertyopen


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_services   >   pfc_propertyopen   

Full name pfc_u_tabpg_dwproperty_services.pfc_propertyopen
Access public
Extend of
Return value
Prototype event pfc_propertyopen()

Name Datatype
No Data

Name Datatype
No Data

event pfc_propertyopen;call super::pfc_propertyopen;////////////////////////////////////////////////////////////////////////////////
////
////	Event:  pfc_PropertyOpen
////
////	Arguments:  None
////
////	Returns: Integer
////	 1 = successful
//// -1 = Error
////
////	Description:  	Perform Opening processes.
////
////////////////////////////////////////////////////////////////////////////////
////	
////	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.
////
////////////////////////////////////////////////////////////////////////////////
//
//integer	li_rc
//
////Populate the current service settings on to the visual datawindow.
//li_rc = this.Event pfc_PropertyPopulate()
//
//// Refresh the description.
//this.Event pfc_PropertyDescription()
//
//// Refresh the available buttons.
//this.Event pfc_PropertyEnableButtons()
//
//Return li_rc
Return 1
end event

     
Name Owner
No Data

     
Name Owner
pfc_u_tabpg_dwproperty_base.pfc_propertyopen pfc_u_tabpg_dwproperty_base

     
Full name
No Data

     
Name Scope
No Data