Hello all,
Our organization is upgrading from 6.5 to 8.5 in the near future.
I am having a problem in 6.5 keeping the formatting of a table while copying from MS Word to a Rich Text Field on a Lotus Notes form using LotusScript. The end users end up having to reformat the contents of the table by hand.
Essentially all we are doing is getting a handle on the Word document, copying it, (wordDoc.copy), moving to our Rich Text Field on our form (uidoc.gotofield(“myrtfield”)), and then pasting it into the uidoc (uidoc.paste).
I am wondering if there are any new features in 8.5 that may be of assistance in properly transferring the table formatting.
Alternatively, does anybody have any suggestions about how we could do a better job at maintaining table formatting in any other way.
I appreciate any suggestions.
Thanks,
Riley