Is there any way to manipulate tables in the UI? All of Lotus’ examples are in the backend.Any directions should be appreciated!
Subject: Is there any way to manipulate tables in the UI?
You can do some things by using the Windows API to simulate keystrokes. You can do some things in the back end, then close and reopen the document to display the results. What are you trying to achieve?
Subject: RE: Is there any way to manipulate tables in the UI?
Thanks for you kindly response. I’d like to create a form action which can creat table with fore-end directly. Please give me some hints,Thanks!
Subject: RE: Is there any way to manipulate tables in the UI?
See here for some sample code. It is for a different purpose, but you can change it to press Alt-C T etc. and create a table.
Subject: Is there any way to manipulate tables in the UI?
There are a few @commands that allow some very basic table functions, but in LotusScript, I believe that all operations that are at all rich-texty (tables, doclinks, fonts, styles, etc.) have to be done with back end rather than UI classes.