Hello,
I am importing tables into a document on open. I have multiple tables, and each time the document is opened the tables are reimported from directory.
The problem is that the page breaks, which sit between the paragraphs containing the tables are also being removed and I need them to stay.
I have tried the following in the import params>
i=GetPropIndex(importParams,Constants.FS_FormatImportedText);
importParams[i].propVal.ival=1;
i=GetPropIndex(importParams,Constants.FS_RemoveManualPageBreaks);
importParams[i].propVal.ival=0;
but this doesn't seem to be working.
Any help appreciated.
Thanks!
Tracey