View Issue Details

IDProjectCategoryView StatusLast Update
0005737JEDI VCL00 JVCL Componentspublic2012-01-25 11:54
ReportermooreAssigned Tojfudickar 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.45 
Target VersionFixed in Version 
Summary0005737: TJvDatabaseActionList
DescriptionI have installed version 3.45 and now TJvDatabaseSingleRecordWindowAction raises AV.
I go to verify in the included example and TJvDatabaseActionList raises AV as well..
TagsNo tags attached.

Activities

AHUser

2011-12-11 16:15

developer   ~0019200

You need to add the units JvDynControlEngineVCL and JvDynControlEngineVCLDB to one of your unit's uses clause. Otherwise the DefaultDynControlEngine and DefaultDynControlEngineDB aren't initialized. Maybe it would be better to raise an exception instead of returning nil for the DefaultDynControlEngine(DB) functions.

moore

2011-12-11 17:20

reporter   ~0019201

Tested and all it is OK adding these two units.

thnx for a great open source library..

jfudickar

2011-12-11 20:41

developer   ~0019202

I will have a look for this.

jfudickar

2012-01-25 11:54

developer   ~0019355

Assert Check implemented

Issue History

Date Modified Username Field Change
2011-12-10 15:15 moore New Issue
2011-12-11 16:15 AHUser Note Added: 0019200
2011-12-11 16:15 AHUser Status new => feedback
2011-12-11 17:20 moore Note Added: 0019201
2011-12-11 20:41 jfudickar Note Added: 0019202
2011-12-11 20:41 jfudickar Status feedback => acknowledged
2011-12-26 17:53 jfudickar Assigned To => jfudickar
2012-01-25 11:54 jfudickar Note Added: 0019355
2012-01-25 11:54 jfudickar Status acknowledged => resolved
2012-01-25 11:54 jfudickar Resolution open => fixed