Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Notes RichTextNavigator and table properties

Thank You for responding!
I guess implied in your response is that I'm creating a table - but in fact, I'm trying to manipulate the properties of an existing table that the user has added to a Rich Text field.

Ideally, it'd be a property I could just change - e.g. change from a "tabbed table" to a "display all rows at the same time" type table, but I've not found a way of changing that property.

Another option I'm working on is getting all the table content, and then creating a "new" normal table, but I suspect its going to be tricky - so far I can get the row headings:
If Not rtn1doc.FindFirstElement(RTELEM_TYPE_TABLE) Then
'Do Nothing
Messagebox "No tables in this document wibble,",, "No tables"
'Exit Sub
End If
If rtn1doc.FindFirstElement(RTELEM_TYPE_TABLE) Then
'Still do nothing
Messagebox "We finally detected a table!,",, "Table detected"
'Dim rCell As Notes

Dim rtt As NotesRichTextTable
Set rtt = rtn1doc.GetElement
'rtt.RowLabels
Dim labelString As String
labelString = ""

Forall label In rtt.RowLabels

If(label <> "") Then labelString = labelString & Chr(13) & " " & label

End Forall

If labelString = "" Then labelString = "No labels"

Messagebox "Row labels = " & labelString,, "NotesRichTextTable"

'Exit Sub
End If


Feedback response number WEBBB3GCJY created by ~Evelyn Cisnither on 08/09/2018

Notes RichTextNavigator and table p... (~Evelyn Cisnith... 8.Aug.18)
. . I haven't touched my work on this i... (~Sigmund Umwema... 8.Aug.18)
. . . . Notes RichTextNavigator and table p... (~Evelyn Cisnith... 9.Aug.18)
. . . . . . Bump - anyone else got some ideas (~Evelyn Cisnith... 10.Aug.18)
. . . . . . . . Nested tables (~Tip Umfooburyn... 13.Aug.18)
. . . . . . . . If I was doing this (~Fritz Ekfoober... 24.Aug.18)
. . . . . . . . . . Thanks (~Evelyn Cisnith... 3.Sep.18)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS