Thank you Razzak, that is what I thought. However, if I have a table Employees EmpNumber (IdField) EmpDept (ParentField) EmpName (text) 1 1 Lena1 2 1 Lena2 3 2 Someone1 4 2 Someone2
Then using DB TreeView I select EmpNumber 3 Someone1. I want to update a different table with what was selected in the DB TreeView... 3 Someone1. Is there a property that I can store in a variable/and or update my other table with? Regards Lena -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of A. Razzak Memon Sent: Wednesday, July 06, 2011 12:30 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: DB TreeView At 01:08 PM 7/6/2011, Lena Dammstrom wrote: >I have a variable Form. I want to use a DB TreeView control >(to link to a table) but I noticed that control is disabled Lena, All "DB Controls" are disabled and meaningless when the form is a "variable form" and not associated with any table. Having said that, you may design a form based on a dummy table with at least a single row to achieve your goal. Hope that provides you with some blue's clues ... Very Best R:egards, Razzak.

