trichview.support
Re: List Index Out Of Bounds??? |
Author |
Message |
Sergey Tkachenko |
Posted: 12/05/2002 12:22:22 > OK That worked sort of, but what I have is > > InsertRTFFromStream (Header) > then my addtable... > then another InsertRTFFromStream (Footer) > > and the Insert RTFFromStream stuff is together and the table is at the end > of the document... When what I wanted was the table between the header and > footer..??? > > > This is my code, can you see where I'm going wrong??? This is almost my last > step :) Thanks for all your help! Both calls of inserting RVF from stream must be: EMailForm.rve.InsertRVFFromStream(Stream,EMailForm.rve.ItemCount); The last parameter is a position where to insert. Value EMailForm.rve.ItemCount causes insertion at the end of the document. |
Powered by ABC Amber Outlook Express Converter