Table Verbs

  • table.assign - Assign a value to a location.

  • table.compareContents - Compare the contents of two tables.

  • table.copy - Copy an object to a table.

  • table.copyContents - Copy the contents of a table.

  • table.emptyTable - Delete the contents of a table.

  • table.getCursor - Get the address of the cell where the cursor is positioned.

  • table.getCursorAddress - Determines which database object should be operated on in response to a user command.

  • table.getRootAddress - Get the address of the root of a database.

  • table.getSelection - Gets the current selected items in a table.

  • table.getSortOrder - Get the current sort order of a table.

  • table.go - Move the cursor in a table.

  • table.goto - Go to a row in a table.

  • table.gotoAddress - Go to a Frontier address.

  • table.gotoName - Moves the table cursor to the cell with the indicated name in the target window.

  • table.inGuestDatabase - Determine if an object is in a guest database.

  • table.move - Move a table.

  • table.moveAndRename - Move a table and rename it.

  • table.moveContents - Move the contents of a table.

  • table.newSuite - Creates a new default suite.

  • table.promptNewItem - Prompt for a new item in a table.

  • table.rename - Rename a table.

  • table.sortBy - Sort a table by name, value, or kind.

  • table.sureDatabaseOpen - Ensure that a database is open.

  • table.surePath - Ensure that a path is valid.

  • table.tableContains - Determine if a table contains an item.

  • table.tableToXml - Gets an XML representation of a Frontier table.

  • table.uniqueName - Get a unique name for a new item in a table.

  • table.validate - Perform a consistency check of a table.

  • table.visit - Call a callback script for each item in a table.

  • table.visitOpenDatabases - Call a callback script for every open database.

  • table.xmlToTable - Parses the XML text, turning it into a table.