Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/Database/Data Aware Controls/TDBComboBox    [ Add a report in this area ]  
Report #:  4823   Status: Closed
TDBLookupComboBox and TQuery in Master/detail relationship
Project:  Delphi Build #:  1
Version:    7.0 Submitted By:   gabriele toccafondi
Report Type:  Basic functionality failure Date Reported:  6/24/2003 8:31:22 AM
Severity:    Critical / Show Stopper Last Updated: 5/17/2006 5:49:20 PM
Platform:    95, 98, 2000, NT, XP Internal Tracking #:  
Resolution: Duplicate  Resolved in Build: : D2005
Duplicate of:  5384
Voting and Rating
Overall Rating: (1 Total Rating)
5.00 out of 5
Total Votes: None
Description
None
Steps to Reproduce:
I have converted a working application develop with Delphi 6 to Delphi 7.
This application use BDE/ODBC connection to work with an MSAccess database.
I use lot of  TQuery with DataSource assigned (to get Master/Detail
relationship by same-name parameters completition) and I use these dataset
by TDBLookupComboBox.
I click the TDBLookupComboBox"Master", then I click the
TDBLookupComboBox"Detail" and I get an exception "Field '' not found".
I found UpdateListFields method is missed on TDBLookupComboBox.DropDown.
I think it is a Delphi 7 bug but I would like to know more becouse I cannot
deploy this application.
thank you
Workarounds
None
Attachment
None
Comments

Ignacio Vazquez at 7/1/2003 6:10:19 AM -
The text in the Steps should be put into the Description instead. Please fix.

Sterling Butts at 7/25/2003 2:51:08 PM -
I posted a simular report as 5384. It has a new DBCtrls.pas file attached that seems to solve this problem.

Jvrg Weingarten at 2/11/2004 12:17:03 PM -

Server Response from: CODE1