Hi
You can remove the column width maintained at the table level.
Steps:
1. Click the table-> Go to the xml source.
2. Remove the column width, save and reload the form template.
3. This time it should work with EFE as the column width will get recalculated at runtime by EFE.
eg:
Incorrect:
<subform id="tblTable_ID" layout="table" name="tblTable" columnWidths="0.551181in 1.181097in 0.953972in 1.181097in 1.417319in 1.181097in 1.417319in 1.181097in">
here the columnWidths should be removed to make it EFE compatible.
Correct way:
<subform id="tblTable_ID" layout="table" name="tblTable" >