Skip to content

IsTableCurrent

An application may test the local tax table file, to see if is it current, using the IsTableCurrent Property. If the local PC has Internet access, the control will query the taxupdate.com website, comparing the local tax table’s version with that of the most recent table on the web site. Returns true if the versions match, false otherwise.

The application may then automatically download the new table using the DownloadTable method.

Syntax

value = object.

Part Description
object A TaxControl object.
value A boolean result.