of_getcurrenttext


pfcmain.pbl   >   pfc_u_progressbar   >   of_getcurrenttext   

Full name pfc_u_progressbar.of_getcurrenttext
Access public
Extend of string
Return value string
Prototype public function string of_getcurrenttext()

Name Datatype
No Data

Name Datatype
ls_msgtext string

public function string of_getcurrenttext ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:	of_GetCurrentText
//
//	Access:		public
//
//	Arguments:	None
//
//	Returns:		string
//	 the current text on the progress bar
//
//	Description:
//	returns the current text on the progress bar
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

string	ls_msgtext

ls_msgtext = dw_progress.object.pct[1]

return ls_msgtext
end function

     
Name Owner
No Data

     
Name Owner
No Data

     
Full name
pfc_u_progressbar

     
Name Scope
No Data