of_DwScrollToRow


pfcutil.pbl   >   pfc_w_debuglog   >   of_DwScrollToRow   

Full name pfc_w_debuglog.of_DwScrollToRow
Access public
Override of integer
Return value integer
Prototype public function integer of_DwScrollToRow(long)

Name Datatype
al_row long

Name Datatype
No Data

public function integer of_DwScrollToRow (long al_row);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_DwScrollToRow
//
//	Access:  		public
//
//	Arguments:		
//	al_row			Row to scroll to.
//
//	Returns:  		Integer
//						Returns 1 if it succeeds and -1 if an error occurs.
//						If any argument's value is NULL, function returns NULL.
//
//	Description:  	Scroll dw_debuglog to the requested row.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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 dw_debuglog.ScrollToRow(al_row)
end function

     
Name Owner
pfc_n_cst_debug.of_message pfc_n_cst_debug

     
Name Owner
datawindow.scrolltorow datawindow

     
Full name
pfc_w_debuglog

     
Name Scope
No Data