R
Robin
A couple of issues regarding table creation. I want to insert a set of tables
in a document header, but so they appear in the middle (vertically) of the
page concerned. I want them in the header so the user cannot inadvertantly
modify the table contents directly without actively entering into the header:
1. I have a dialog where a user can specify the number of rows that must be
in a table. For example if they enter 4 then the table must be created and
inserted with 4 rows and 2 columns. There are always 2 columns - how do I
achieve the table creation and insertion at a specific place (perhaps
coordinate) in a document?
2. The user may then decide that any of the rows must be removed, for
example row 2, which means the contents of rows 3 and 4 must be shifted up.
The problem here is that each rown contains a data field, which means the
fields in row2,col1 and row2, col2 must now be replaced by those from
row3,col1 and row3,col3 and so on. Any suggestions?
3. Finally, there are three tables that need to be inserted, one beneath the
other - each containing different data fields. There may be some situations
where table 2 never exists (not needed), but then the user may at a later
time decide it is needed. Any neat ways of dealing with this?
thanks
Robin
in a document header, but so they appear in the middle (vertically) of the
page concerned. I want them in the header so the user cannot inadvertantly
modify the table contents directly without actively entering into the header:
1. I have a dialog where a user can specify the number of rows that must be
in a table. For example if they enter 4 then the table must be created and
inserted with 4 rows and 2 columns. There are always 2 columns - how do I
achieve the table creation and insertion at a specific place (perhaps
coordinate) in a document?
2. The user may then decide that any of the rows must be removed, for
example row 2, which means the contents of rows 3 and 4 must be shifted up.
The problem here is that each rown contains a data field, which means the
fields in row2,col1 and row2, col2 must now be replaced by those from
row3,col1 and row3,col3 and so on. Any suggestions?
3. Finally, there are three tables that need to be inserted, one beneath the
other - each containing different data fields. There may be some situations
where table 2 never exists (not needed), but then the user may at a later
time decide it is needed. Any neat ways of dealing with this?
thanks
Robin