Thanks Razzak. I was using the treeview as a menu like you do in RBYW.
I like it because the display sticks, so when I come back from running the eep the user can easily click the same node for repeat operations. It makes for less code and an interface with fewer prompts and clicks. I tried using a menu bar but menus don't "stick' Or, maybe I'm missing some RBTI magic I need to know about <grin> Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 [email protected] -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Wednesday, July 06, 2011 9:07 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Hiding a node in a treview At 09:24 AM 7/6/2011, Dennis McGrath wrote: >I have a node on a treeview which I want to hide. > >I can use a property based on its component ID to disable >it, but would like to hide it using code. >I tried using VISIBLE 'FALSE' but that did not work. Dennis, FWIW, by nature of the control, you cannot hide the "node" of a Tree View or DB Tree View control. Using the VISIBLE 'FALSE' property for Tree View node will NOT hide the node. Hope that provides you with some blue's clues .... For a complete list of supported GETPROPERTY and PROPERTY commands, you may refer to R:Docs 9.1. R:Docs: http://www.rbase.com/products/rdocs R:BASE Syntax Builder Utility and Application Very Best R:egards, Razzak. --- RBASE-L ================================================ TO POST A MESSAGE TO ALL MEMBERS: Send a plain text email to [email protected] (Don't use any of these words as your Subject: INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: INTRO ================================================ TO UNSUBSCRIBE: Send a plain text email to [email protected] In the message SUBJECT, put just one word: UNSUBSCRIBE ================================================ TO SEARCH ARCHIVES: Send a plain text email to [email protected] In the message SUBJECT, put just one word: SEARCH-n (where n is the number of days). In the message body, place any text to search for. ================================================

