View Issue Details

IDProjectCategoryView StatusLast Update
0002330JEDI VCL00 JVCL Componentspublic2004-11-26 01:17
ReporterAchim MetzenAssigned ToAHUser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 BETA 2 
Target VersionFixed in Version3.00 RC 1 
Summary0002330: JvDBLookupCombo crashes with empty lookup table
DescriptionJvDBLookupCombo:
When set DisplayEmpty to any Value<>'' and DropdownCount at runtime to Dataset.RecordCount+1, I get a AV with an empty table (RecordCount=0).
Additional InformationJvDBLookupCombo:
 DropdownCount :=Dataset.RecordCount+1+Integer(Dataset.RecordCount=0) is OK.
TagsNo tags attached.

Activities

2004-11-22 17:44

 

JediTest.zip (10,939 bytes)

2004-11-22 17:57

 

CallStackinfo.txt (2,430 bytes)

AHUser

2004-11-26 01:17

developer   ~0005719

Fixed in CVS.

The FLookupLink.Active was net tested before accessing FLookupLink.DataSet...

Issue History

Date Modified Username Field Change
2004-11-22 17:44 Achim Metzen New Issue
2004-11-22 17:44 Achim Metzen File Added: JediTest.zip
2004-11-22 17:57 Achim Metzen File Added: CallStackinfo.txt
2004-11-26 01:17 AHUser Status new => resolved
2004-11-26 01:17 AHUser Resolution open => fixed
2004-11-26 01:17 AHUser Assigned To => AHUser
2004-11-26 01:17 AHUser Note Added: 0005719