How to create Exception to TblTitle in Table Format for MIF file
When creating tables via a MIF file, how doI create an exception to the table title of an existing table tag. The point of the exception is to populate the table title with info from the database.
It is a numbered table title. I intend to create the MIF file via a script.
I'll be using 2 MIF files to create my FM file. One MIF file will hold all the template info. The other MIF file will hold all the tables in the <Tbls> as well as a simple text flow calling each of these tables.
The following syntax is not working for me.
What am I doing wrong?
<Tbl
<TblID 11>
<TblTag `Register'>
<TblTitle
<TblTitleContent
<Para
<PgfTag `TableRegTitle'>
<PgfNumString `Table 1:\t'>
<ParaLine
<String `Text Name'>
> # end of ParaLine
> # end of Para
> # end of TblTitleContent
> # end of TblTitle
<TblH #this is the Header Row
<Row
<Cell
<CellContent
<Para
<PgfTag `Cell Head'>
<ParaLine
<String `Bits'>
>
> # end of Para
> # end of CellContent
> # end of Cell
...etc...
