Skip to main content

table

Use this command to manage shared tables saved to the User Data Repository (UDR).

You can use the table command to add saved tables to the UDR, as well as managing existing saved tables that have been created in SuperWEB2, as long as they have been saved in the main catalogue area (you cannot manage tables that are saved to a user’s Private storage area).

The tables that you manage using this command will only be available to users of SuperWEB2. They do not appear in SuperCROSS.

 If you are running the SuperADMIN console on a different machine to the one running SuperWEB2, then make sure you use the connection command to check and configure the connection to SuperWEB2.

table [ <folder_id> ] addtable <table_id> [ <display_name> ] <path_location>

Add a table to the catalogue.

<folder_id>

(Optional): the folder to add the table to. If you omit this the table will be added at the top level of the catalogue.

<table_id>

A unique identifier for the new table. This is the ID that you will use to manage the table in SuperADMIN.

<display_name>

(Optional): a display name for the table. This is what users will see in SuperWEB2.

If you choose not to set the display name then it will be set to the same value as the table ID.

<path_location>

The location on your local disk of the TXD file that contains the table. Once you add the table it will be uploaded to the server and the file on disk will no longer be required.

table [ <folder_id> ] tables

List all the tables in the specified folder (or at the root level if you omit the folder ID).

The command table on its own is an alias for table tables (i.e., this command will list all tables at the root level).

table <table_id>

List details of the specified table.

table <table_id> remove

Remove a table from the catalogue.

table <table_id> move <folder_id>

Move a table to the specified folder.

table <table_id> displayname

View the current display name of the specified table.

table <table_id> displayname <new_display_name>

Change the display name of the specified table.

table <table_id> content

Display the details of the table. For example:

TEXT
> table savedtable1 content
HEADER
        ESCAPE_CHAR & ITEM_BY_CODE
        DBID "bank"
        HEADING "&&o&n&&d&nTable 1&n&&v&n&&s"
        FOOTER "&&r&n&&f&n&&c&n&&p&n&&a"
        ALIGN HEADING CENTRE
.....

table <table_id> export <path_location>

Export the table to a file.

The path location must be a full path to the location to save the file on disk, including the filename. For example:

CODE
table savedtable1 export "E:\tables\savedtable1.txd"

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.