www.icetips.com  Icetips Utilities Documentation 1/14/2012    

Progress Class:  GetTotalValue

Previous  Top  Next  


Prototype: (),LONG

 

ReturnsReturns the value of the TotalValue property

 

This method returns the value of the TotalValue property. 

 

Example:

ITP  ITProgressClass

 Code

 Open(MyFile)

 Set(MYF:MyKey)

 ITP.Init(?Progress1,Records(MYF:MyKey),True) !! Initialize and tell it to handle more controls...

 Message('Total value of the progress bar: ' & ITP.GetTotalValue())

 !! Message should return the same value as Records(MYF:MyKey) used to initialize the progress.

 

 

See also:

TotalValue
SetTotalValue
Init

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/gettotalvalue_progress.htm