>>Java

IsTableCurrent Method

Returns True if the Tax Table named in the DataFilename property is current. Internet Access is required to use this property.

Syntax

value = object.IsTableCurrent()

Part
Description
objectA TaxControl object
valueA boolean result

Remarks

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.

See Also: DownloadTable