<-- Previous || Up || Next -->

Report Interval Property
Application Class

Public Property Get ReportInterval() As Long

Get the current number of seconds between the status reports that are generated by some Entisoft Tools routines.

Example:
    ? est.ReportInterval
     15
See also:
    TestInterval Property
    MessageText Property
    ReviewMessageText Function
    VBUtilities Class
    Utilities Class
    FileOperations Class

Public Property Let ReportInterval(ByVal vSeconds As Long)

Set the current number of seconds between the status reports that are generated by some Entisoft Tools routines.

Example:
    est.ReportInterval = 30
vSeconds: Number of seconds between reports to the "Debug" window by those Entisoft Tools functions. vSeconds must be >= 0 (greater than or equal to zero) or else the Property will remain unchanged.
v1.1 BugFix: Changed the name of the argument from Seconds to vSeconds.

Return to ENTISOFT Home Page

Copyright © 1999-2005 Entisoft