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

Progress Class:  GetProgressControl

Previous  Top  Next  


Prototype: (),LONG

 

ReturnsReturns the FEQ of the progress bar control.

 

This method returns the FEQ of the progress bar control that the class is controlling. 

 

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('The progress bar control FEQ is: ' & ITP.GetProgressControl())

 

 

See also:

Init
ProgressControl

 

 

 



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