View Issue Details

IDProjectCategoryView StatusLast Update
0004613JEDI VCL00 JVCL Componentspublic2008-12-22 06:02
ReporterAntigonosAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version3.33 
Target VersionFixed in Version 
Summary0004613: jvInterpreter-Problem
DescriptiontjvInterpreter has a problem with parameter of type Set. The function Locate of tDataset needs as third parameter a set. The interpreter doesn't accept an empty set as parameter and produces an error.

Example:
Var ds : tDataset;
...
If ds.Locate('ID',23,[]) then // -> interpreter error
...
TagsNo tags attached.

Activities

obones

2008-12-22 06:02

administrator   ~0015161

If you could try to propose a patch, that would help us

Issue History

Date Modified Username Field Change
2008-12-04 04:19 Antigonos New Issue
2008-12-22 06:02 obones Note Added: 0015161
2008-12-22 06:02 obones Status new => acknowledged