Karen
that's exactly what I have, too.
First Tab  -- VIEW with CustId  --> feeds ListBox
Sec Tab  --  Customers with CustId, ...  --> feeds DBEdit
But no success. Will go on trying.
Thank you
 
Armin
 
 
----- Original Message -----
Sent: Wednesday, December 01, 2004 1:39 AM
Subject: [RBG7-L] - Re: property RBASE_FORM rebuild 'true'

There are no eeps whatsoever.  It is a 2-table form, which means that you must have  linking columns between the view that populates the list box, and all the DBEdit fields in the second table.  

In my case, the view was based on the Customer table, and had the columns CustID and Fullname (a concatenation of Firstname and LastName).  Since the Customer table is the second table in the form, it will be able to do a match on the CustID column.  Check what common columns you have between the view and the table itself, and make sure they match.

Karen



I tried your way but couldn't make the DBEDIT fields to be filled in after the click in the ListBox.
Are there special commands, perhaps an On Click EEP in the ListBox?
Do you have constrains?


Reply via email to