1:<JArtifex.tabletest>
 2:<group.COMMON>
 3:        LABEL           ="left"
 4:        DRIVER          ="sun.jdbc.odbc.JdbcOdbcDriver"
 5:        URL             ="jdbc:odbc:timedb"
 6:        DB              ="timedb"
 7:        USER            ="time"
 8:        PASSWD          ="time"
 9:</group.COMMON>
10:<group.Swing>
11:        <Edit   name    = "medColumn1"
12:                title   = "Column1"
13:                command = "[sprTable(col=0)]">
14:        </Edit>
15:        <Edit   name    = "medColumn2"
16:                title   = "Column2"
17:                command = "[sprTable(col=1)]">
18:        </Edit>
19:        <Spread name    = "sprTable"
20:                title   = "Table"
21:                cmdtype = "SQL"
22:                command = "select * from dplan"
23:                width   = "2"
24:                link    = "bnExecute1, bnExecute2">
25:        </Spread>
26:        <Button name    = "bnExecute1"
27:                command = "[sprTable(col=
28:                visible = "off"
29:                width   = "2"
30:                link    = "medColumn1">
31:        </Button>
32:        <Button name    = "bnExecute2"
33:                command = "[sprTable(col=
34:                link    = "medColumn2"
35:                visible = "off"
36:                width   = "2"
37:                position= "right">
38:        </Button>
39:        <Button name    = "bnDisable"
40:                title   = "Disable"
41:                cmdtype = "CLS"
42:                command = "_ControlChanger change @bnDisable DISABLE"
43:                width   = "2">
44:        </Button>
45:</group.Swing>
46:<group.Autostart>
47:        <Start1 name    = "bnExecute1"></Start1>
48:        <Start2 name    = "bnExecute2"></Start2>
49:</group.Autostart>
50:</JArtifex.tabletest>
1