Maptitude GISDK Help

GetTableModifyFlag()

Summary

Tests whether a table can be modified by ModifyTable().

 

Syntax

flag = GetTableModifyFlag(string view_name)

 

Argument

Contents

view_name

Name of a view, or null for the current view

 

Returns

The string "True" if the table can be modified by ModifyTable(), or a string that describes why the table cannot be modified.

 

Notes

Example

test = GetTableModifyFlag("Employees")

if Upper(test) = "TRUE" then ShowMessage("The table can be modified")

else ShowMessage("The table cannot be modified: " + test)

 

Error Codes

Error Type

Meaning

NotFound

The named view does not exist, or view_name is null and there is no current view

 

See Also

Function

Summary

ModifyTable()

Modifies the file structure of a dBASE, fixed-format text or fixed-format binary table

GetViewReadOnly()

Reports whether a view is read-only

SetViewReadOnly()

Changes the read-only status of a view

GetViewTableInfo()

Gets information about a table

 

 

©2025 Caliper Corporation www.caliper.com