Defect #298
foreach loop over foundset skips first record
0%
Description
v1.4.11 skips the first record of a foundset.
I reverted back to v1.4.10, in that version this is not the issue.
Files
History
Updated by Patrick Talbot almost 14 years ago
Hum.. I did change something there but looking at the code I changed it shouldn't do that.
I will make some tests, it shouldn't be difficult to fix.
Thanks for reporting!
Updated by Patrick Talbot almost 14 years ago
I haven't been able to reproduce.
I found a little problem when using the defaultReportParameter 'onBasedLoops' though and I have corrected it in v1.4.12
Could you check that one, and if you still see this behavior, send me a little sample?
Updated by Jeroen de Vries almost 14 years ago
- File velocity_skip_first_record_in_dataset_sample.servoy velocity_skip_first_record_in_dataset_sample.servoy added
The problem is not solved but upon closer inspection I found that the problem is with dataset (I didn't check foundsets).
Here is a sample. The first record isn't skipped but not evaluated which I didn't see before due to other processing in my template.
Updated by Patrick Talbot almost 14 years ago
Indeed it was on Dataset only. Have found and fixed the issue (your sample did help, thanks!)
Will release an update v1.4.13 soon.
Updated by Patrick Talbot almost 14 years ago
- Status changed from In Progress to Closed
Fixed with v1.4.13