Sure enough: ADDITIONAL CONTROLS | TREEVIEW | FINDNODE | Value PROPERTY <Component ID> FINDNODE 'Value' R:Docs 9.5.3.20611
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tony IJntema Sent: Friday, July 05, 2013 11:20 PM To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Selecting a db tree row in code I am using Rdocs 9.5 latest version Look for additional Controls, Treeview Maybe not the right one, but it is there Tony -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Albert Berry Sent: zaterdag 6 juli 2013 3:54 To: RBASE-L Mailing List Subject: [RBASE-L] - RE: Selecting a db tree row in code I don't see FINDNODE in the Rdocs syntax list, but I do find PROPERTY <Component ID> TABORDER 'nnn' which is stated to set the tabrder for a particular node. Perhaps setting the node you want to 0 would move the selection to that as the first stop? Albert On 05/07/2013 2:59 PM, Tony IJntema wrote: > > Never used it, but this maybe a solution > > PROPERTY <Component ID> FINDNODE 'Value' > > Example: > > PROPERTY TreeViewConrol FINDNODE 'Daily' > > Tony > > *From:*[email protected] [mailto:[email protected]] *On Behalf Of > *Dennis McGrath > *Sent:* vrijdag 5 juli 2013 22:02 > *To:* RBASE-L Mailing List > *Subject:* [RBASE-L] - Selecting a db tree row in code > > Is there a way to select a specific record in a treeview using code? > > Dennis McGrath > > Software Developer > > QMI Security Solutions > > 1661 Glenlake Ave > > Itasca IL 60143 > > 630-980-8461 > > [email protected] <mailto:[email protected]> > > No virus found in this message. > Checked by AVG - www.avg.com <http://www.avg.com> > Version: 2013.0.3345 / Virus Database: 3204/6466 - Release Date: > 07/05/13 >

