LoadCurrencyTable Method

The LoadCurrencyTable method loads a currency table into the model.

Syntax

Model .LoadCurrencyTable

Applies To

Model Object

Discussion

Use this method to load a currency table with information from an external data source. To use this method, you must have at least one currency table in the CurrencyTables collection.

If you add a euro currency table to the CurrencyTables collection, you must use the LoadCurrencyTable method at separate stages in the process. Use this method after you associate each data source column with an association role in the euro table and after you add currency records to the euro table.

Return Type

None

Examples

objModel.LoadCurrencyTable()