Opening and saving html files

To open a html file

Use the File > Open command and choose HTML from the File of type list. Next, specify which table you want to load.

To save records to a html file

Use the File > Save Recordset As command and choose HTML from the File of type list. Next, specify additional html file options:

Template

Specifies an optional HTML file that should be used as a template. The file must contain a TABLE element with the ID attribute set to 'gsbase', e.g.

<TABLE id="gsbase"> ...

GS-Base will empty that table and fill it with the specified records. All attributes of the TR, TH and TD tags are removed; you should specify column formatting using the COLGROUP and COL tags instead.

If you don't provide any template, GS-Base will create and save a basic/minimal HTML document containing a table filled with records.

Note that Image/File fields are not saved.

Saved fields Specifies which fields should be saved.
Save duplicated field values as Specifies a text string that should be used to replace the same values occurring in the same field and subsequent records.
Encoding Specifies text encoding. Currently the only valid value is UTF-8.
First row contains field names If you check this, the first row of the saved table will contain field names as TH elements.

Related Topics

Opening and saving text files
Opening and saving xBase files
Opening and saving Excel XML files