List Format Problem In Copying From One Table To Another
Posted: Sat Nov 24, 2007 3:34 pm
Hi Sergey,
As you know from previous questions from me, I do a lot of manipulations of the following type:
CellInTable1.SaveRVFToStream
IntermediateRVE.LoadRVFFromStream
IntermediateRVE.SaveRVFToStream
CellInTable2.AppendRVFFromStream
This is mostly working fine except I've just found that if the cell in Table1 contains a numbered list that starts from 1 and ends at 2, when it is loaded into Table2, it does not start at 1 but rather at n+1 where n is the last number of the list contained in an earlier cell in table2. It's as though the 'flag' that starts the new list over at 1 does not get passed in the above operation and ALL the lists in Table 2 are part of the same, single, large list.
How can I fix this issue?
Thanks for your help, as always
As you know from previous questions from me, I do a lot of manipulations of the following type:
CellInTable1.SaveRVFToStream
IntermediateRVE.LoadRVFFromStream
IntermediateRVE.SaveRVFToStream
CellInTable2.AppendRVFFromStream
This is mostly working fine except I've just found that if the cell in Table1 contains a numbered list that starts from 1 and ends at 2, when it is loaded into Table2, it does not start at 1 but rather at n+1 where n is the last number of the list contained in an earlier cell in table2. It's as though the 'flag' that starts the new list over at 1 does not get passed in the above operation and ALL the lists in Table 2 are part of the same, single, large list.
How can I fix this issue?
Thanks for your help, as always