Fernand Vanrie wrote:
Hallo,

Using the GUI an Inserting a  document  into a TextTable Cell works.

Doing the same thing with the API and Basic looks a bit more complicated.

the code :  oViewCursor.cell.start.InsertDocumentFromURL("" , oProps())
gives this error "Sequence Ellement is not assignable by given value"

oViewCurrsor.cell.start is a TextCursor but without support for XDocumentInsertable

How can i have a textcursor in a Texttable cell who supports XDocumentInsertable
Hi,
oViewCurrsor.cell.start is not a cursor but a text range. What you need is ...cell.createTextCursor.insertDocumentFromURL(...)

Regards,
Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to