of_getsort


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_sort   >   of_getsort   

Full name pfc_n_cst_dwsrv_sort.of_getsort
Access public
Extend of string
Return value string
Prototype public function string of_getsort()

Name Datatype
No Data

Name Datatype
No Data

public function string of_getsort ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_GetSort
//
//	Access:    		Public
//
//	Arguments: 		None
//
//	Returns:   		String
//						The sort expression
//
//	Description:	Get the current sort expression on the datawindow.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Check the datawindow reference.
If IsNull(idw_Requestor) Or Not IsValid(idw_Requestor) Then Return ''

// Return the current sort for the datawindow.
Return idw_Requestor.Describe ("DataWindow.Table.Sort")
end function

     
Name Owner
pfc_n_cst_dwsrv_sort.of_buildsortattrib pfc_n_cst_dwsrv_sort

     
Name Owner
datawindow.describe datawindow
systemfunctions.isnull systemfunctions
systemfunctions.isvalid systemfunctions

     
Full name
No Data

     
Name Scope
No Data