| Maptitude GISDK Help |
Indicates whether a table has an existing translation table (codes).
rslt = TableHasTranslation(viewname)
| Argument | Contents |
|---|---|
| viewname | The name of a view referring to a fixed-format ASCII or fixed-format binary table file |
The string "True" if a translation table already exists for this table, or "False" if no translation table exists.
Translation tables (lookup tables) can be used only with fixed-format ASCII and fixed-format binary table files. They cannot be used with dBASE format table files.
code_flag = TableHasTranslation("States")
if code_flag = "True" then ShowMessage("The States table has a lookup table!")
| Error Type | Meaning |
|---|---|
| NotFound | The viewname is not valid |
| Function | Summary |
|---|---|
| AttachTableTranslation() | Attaches a translation table (codes) to an existing table |
| DetachTableTranslation() | Removes a translation table (codes) from an existing table |
| ExportTableTranslation() | Creates a new table containing the codes and values that are part of an existing translation table |
| ©2025 Caliper Corporation | www.caliper.com |