of_assist


pfcapsrv.pbl   >   pfc_n_cst_luw   >   of_assist   

Full name pfc_n_cst_luw.of_assist
Access protected
Extend of integer
Return value integer
Prototype protected function integer of_assist(string)

Name Datatype
No Data

Name Datatype
No Data

protected function integer of_assist (string as_msg);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  
//	of_Assist
//
//	Access:  protected
//
//	Arguments:
//	as_msg	The message to provide assistance with.
//
//	Returns:  integer
//	 1 = successful
//	 0 = no action
//	-1 = error
//
//	Description:  
//	Display / Log / Provide assistance.
//
//	Note:  
//	This function should be implemented in descendant object.
//	
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

//// -- Use this to display on the PFC Log Window. -- 
//If IsValid(gnv_app.inv_debug) Then
//	Return gnv_app.inv_debug.of_Message(as_msg)
//End If

Return NO_ACTION

end function

     
Name Owner
pfc_n_cst_luw.of_postupdate pfc_n_cst_luw
pfc_n_cst_luw.of_save pfc_n_cst_luw
pfc_n_cst_luw.of_updateprep pfc_n_cst_luw
pfc_n_cst_luw.of_updatespending pfc_n_cst_luw
pfc_n_cst_luw.of_validation pfc_n_cst_luw
pfc_n_cst_luw.of_update pfc_n_cst_luw
pfc_n_cst_luw.of_setdberrormsg pfc_n_cst_luw
pfc_n_cst_luw.of_dberror pfc_n_cst_luw
pfc_n_cst_luw.of_endtranerror pfc_n_cst_luw
pfc_n_cst_luw.of_begintran pfc_n_cst_luw
pfc_n_cst_luw.of_endtran pfc_n_cst_luw
pfc_n_cst_luw.of_accepttext pfc_n_cst_luw

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data