of_Modify


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv   >   of_Modify   

Full name pfc_n_cst_dwsrv.of_Modify
Access public
Extend of string
Return value string
Prototype public function string of_Modify(string,string,string)

Name Datatype
No Data

Name Datatype
No Data

public function string of_Modify (string as_attribute, string as_value, string as_col);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_Modify (FORMAT 2)
//
//	Access:    Public 
//
//	Arguments:
//   as_attribute  :  The name of the datawindow attribute to be modified
//   as_value		 :  The new value of the datawindow attribute
//   as_col		 	 :  The columnname to be modified
//
//	Returns:  String
//	  The return string of Modify.  When empty, indicates success.
//
//	Description:  Modifies the specified attribute for the specified column
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.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.
//
//////////////////////////////////////////////////////////////////////////////
Return of_Modify ( as_attribute, as_value, as_col, "*", FALSE ) 
end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_dwsrv.of_modify pfc_n_cst_dwsrv

     
Full name
No Data

     
Name Scope
No Data