View Issue Details

IDProjectCategoryView StatusLast Update
0005668JEDI VCL00 JVCL Componentspublic2012-06-13 16:29
ReporterDeveloPerchikAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionsuspended 
Product Version3.40 
Target VersionFixed in Version 
Summary0005668: TJvDBComboBox on RefreshLookupList error - Lookup information for field x is incomplete!
DescriptionI take new clear TJvDBComboBox and setup it:
DataSource=dsA
DataField=A_ID
ListSettings.DataSource=dsB
ListSettings.DisplayField=B_Text
ListSettings.KeyField=B_ID
dsA.Open,dsA.Insert
dsB.Open
FormShow
After that on some event I need to Refresh LookupList - at this moment I receive error: "Lookup information for field A_ID is incomplete!" It seems that Dataset/Datasource dsA don't like moment of Refreshing of LookupList of TJvDBComboBox. Nevertheless everything logic and data works correct.
But its impossible to normally work with this continually error window showing... please fix it...
TagsJvDBComboBox

Activities

obones

2011-10-07 16:08

administrator   ~0019013

Please provide the zipped sources of a sample application showing this

DeveloPerchik

2011-10-08 10:23

reporter   ~0019019

Excuse, but I just start learning Delphi, so I can not make a big help with resolving this problem. All what I can also say is that in this problem the Dataset was "FIBplus Dataset" - maybe this bug is peculiarity of that Dataset or of connective between TJvDBComboBox and FIBplus Dataset...
Try with different Dataset's at JvDBComboBox.Datasource the function "JvDBComboBox.Field.RefreshLookupList;"...

DeveloPerchik

2011-10-14 11:05

reporter   ~0019027

Also have tested for this bug (JvDBComboBox.Field.RefreshLookupList) with standard Delphi Dataset's - error the same!

DeveloPerchik

2011-12-08 11:03

reporter   ~0019179

So, have you resolve this bug?

obones

2012-02-22 14:55

administrator   ~0019451

No demo, no reproductibility, I'm sorry but it's hard to do anything here

obones

2012-06-13 16:29

administrator   ~0019972

No news, no proposal, suspending the issue

Issue History

Date Modified Username Field Change
2011-10-01 14:21 DeveloPerchik New Issue
2011-10-01 14:21 DeveloPerchik Tag Attached: JvDBComboBox
2011-10-07 16:08 obones Note Added: 0019013
2011-10-07 16:08 obones Status new => feedback
2011-10-08 10:23 DeveloPerchik Note Added: 0019019
2011-10-14 11:05 DeveloPerchik Note Added: 0019027
2011-12-08 11:03 DeveloPerchik Note Added: 0019179
2012-02-22 14:55 obones Note Added: 0019451
2012-06-13 16:29 obones Note Added: 0019972
2012-06-13 16:29 obones Status feedback => resolved
2012-06-13 16:29 obones Resolution open => suspended
2012-06-13 16:29 obones Assigned To => obones