Hi,
I want to hide twistie in categorised column, I am using following code in Initialize event of View, but it isnt working. Am i missing something??
Sub Initialize
Dim session As New NotesSession
Dim db As NotesDatabase
Dim view As NotesView
Dim vc As NotesViewColumn
Set db = session.CurrentDatabase
Set view = db.GetView(“View A”)
Set vc = view.Columns(0)
vc.IsShowTwistie = false
End Sub
plz help!!
Subject: Hiding twistie - nt working
In the column properties you can turn off the twistie. Would that work for you?
Subject: RE: Hiding twistie - nt working
I am not sure how to do that. Would you please advice me?Thanks in advance!
Subject: RE: Hiding twistie - nt working
In your view, double-click on the column that you want to hide the twistie or go to the Edit menu and select Properties then select the column. In the properties box, first tab, there is a checkbox ‘Show twistie when row is expandable’. Make sure it is deselected. See if that works for you.
Subject: RE: Hiding twistie - nt working
I am using Web application. Its showing twistie even though ‘show twistie when row is expanded’ option is deslected. Is the way it should behave?I am new in Lotus Notes, so please excuse me for if any silly questions.
Subject: RE: Hiding twistie - nt working
Yes, a web app will behave differently. I think by default it will show. I don’t have much experience with web apps but if you search this forum with keywords like ‘twistie’ or ‘disable twistie’, you might find good info.
Subject: RE: Hiding twistie - nt working
Thanks.For time being, I am using formula to display blank image instead of twistie. It works!
Subject: RE: Hiding twistie - nt working
Yes, that is the way it’s supposed to work. In the Notes client, the twistie is not necessary for opening and closing a category or document hierarchy, but on the web (with an HTML view) the twistie is the only mechanism the user has to work with.