Hi,
When the table view is expanded to the form view, the table headers remain visible. For example, this is my Determination table collapsed:
And this is expanded:
This happens to all my tables.
Here are the definitions for the Determination form and table views:
<viewdef type="formtable" name="Determination Compact Table" class="edu.ku.brc.specify.datamodel.Determination" gettable="edu.ku.brc.af.ui.forms.DataGetterForObj" settable="edu.ku.brc.af.ui.forms.DataSetterForObj">
<desc>Determination subform table for Collection Object form.</desc>
<definition>Determination Compact</definition>
</viewdef>
<viewdef name="Determination Compact" type="form" class="edu.ku.brc.specify.datamodel.Determination" gettable="edu.ku.brc.af.ui.forms.DataGetterForObj" settable="edu.ku.brc.af.ui.forms.DataSetterForObj">
<desc>Determination subform for Collection Object form.</desc>
<enableRules/>
<columnDef os="table">2px,1px,1px,1px,1px,2px,1px,2px</columnDef>
<columnDef os="lnx">2px,1px,1px,1px,1px,2px,1px,2px</columnDef>
<columnDef>300px,0px,30px,0px,30px,0px,40px,0px,200px,0px,80px,0px,80px</columnDef>
<rowDef auto="true" cell="p" sep="2px"/>
<rows>
<row>
<cell type="label" labelfor="1"/>
<cell type="field" id="1" name="taxon" uitype="querycbx" initialize="name=Taxon"/>
<cell type="label" label=""/>
<cell type="field" id="3" name="isCurrent" uitype="checkbox"/>
<cell type="label" label=""/>
<cell type="field" id="a" name="taxon.isAccepted" uitype="checkbox"/>
<cell type="label" labelfor="8"/>
<cell type="field" id="8" name="qualifier" uitype="text"/>
<cell type="label" labelfor="12"/>
<cell type="field" id="12" name="remarks" uitype="textareabrief" rows="1"/>
<cell type="label" labelfor="5"/>
<cell type="field" id="5" name="determiner" uitype="querycbx" initialize="name=Agent"/>
<cell type="label" labelfor="6"/>
<cell type="field" id="6" name="typeStatusName" uitype="combobox"/>
</row>
</rows>
</viewdef>
<viewdef type="formtable" name="Determination Table" class="edu.ku.brc.specify.datamodel.Determination" gettable="edu.ku.brc.af.ui.forms.DataGetterForObj" settable="edu.ku.brc.af.ui.forms.DataSetterForObj">
<desc>Determination subform table for Collection Object form.</desc>
<definition>Determination</definition>
</viewdef>
<viewdef name="Determination" class="edu.ku.brc.specify.datamodel.Determination" type="form" gettable="edu.ku.brc.af.ui.forms.DataGetterForObj" settable="edu.ku.brc.af.ui.forms.DataSetterForObj">
<desc>Determination subform for Collection Object form.</desc>
<enableRules/>
<columnDef os="lnx">2px,0px,4px,0px,1px,0px,1px,0px,1px,0px,1px,0px,1px,0px,2px,0px,2px</columnDef>
<columnDef>p,2px,210px,10px:g,p,10px,p,2px,p,p:g,p,2px,p,p:g,20px</columnDef>
<!-- <columnDef os="mac">130px,2px,260px,5px,100px,2px,288px,5px,108px,2px,180px,0px,p:g</columnDef>
<columnDef os="exp">p,2px,p:g,5px:g,p,2px,p:g,5px:g,p,2px,p:g(2),0px</columnDef>-->
<rowDef auto="true" cell="p" sep="2px"/>
<rows>
<row>
<cell type="label" labelfor="1"/>
<cell type="field" id="1" name="taxon" uitype="querycbx" initialize="name=Taxon"/>
<cell type="field" id="3" name="isCurrent" uitype="checkbox"/>
<cell type="label" labelfor="8"/>
<cell type="field" id="8" name="qualifier" uitype="text"/>
<cell type="label" labelfor="6"/>
<cell type="field" id="6" name="typeStatusName" uitype="combobox"/>
<cell type="label" labelfor="typenotes"/>
<cell type="field" id="typenotes" name="text4" uitype="text"/>
</row>
<row>
<cell type="label" labelfor="13"/>
<cell type="field" id="13" name="preferredTaxon" uitype="text" readonly="true"/>
</row>
<row>
<cell type="label" labelfor="12"/>
<cell type="field" id="12" name="remarks" uitype="textareabrief" rows="1" colspan="3"/>
<cell type="label" labelfor="7"/>
<cell type="field" id="7" uitype="plugin" name="this" initialize="name=PartialDateUI;df=determinedDate;tp=determinedDatePrecision" uifieldformatter="Date" colspan="5"/>
</row>
<row>
<cell type="label" labelfor="5"/>
<cell type="field" id="5" name="determiner" uitype="querycbx" initialize="name=Agent"/>
</row>
</rows>
</viewdef>
Any ideas of why this happens?