View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0038140 | Lazarus | Packages | public | 2020-11-27 15:02 | 2021-03-06 12:27 |
Reporter | virgo | Assigned To | Juha Manninen | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.0.10 | ||||
Summary | 0038140: fpreport designer: Adding report variables results in error because list is sorted. | ||||
Description | In fpreport designer: When saving variable frmfpreportvariables.TReportVariablesForm.SaveCurrentVariable fails on LBVariables.Items[FCurrentIndex]:=FCurrentVariable.Name; because LNVariables is sorted. Changing it to LBVariables.Sorted:= False; try LBVariables.Items[FCurrentIndex]:=FCurrentVariable.Name; finally LBVariables.Sorted:= True; end; is sufficient to fix the issue. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | r64753 | ||||
LazTarget | - | ||||
Widgetset | Win32/Win64 | ||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2020-11-27 15:02 | virgo | New Issue | |
2021-03-05 23:11 | Juha Manninen | Assigned To | => Juha Manninen |
2021-03-05 23:11 | Juha Manninen | Status | new => assigned |
2021-03-05 23:34 | Juha Manninen | Status | assigned => resolved |
2021-03-05 23:34 | Juha Manninen | Resolution | open => fixed |
2021-03-05 23:34 | Juha Manninen | Fixed in Revision | => r64753 |
2021-03-05 23:34 | Juha Manninen | LazTarget | => - |
2021-03-05 23:34 | Juha Manninen | Widgetset | Win32/Win64 => Win32/Win64 |
2021-03-05 23:34 | Juha Manninen | Note Added: 0129416 |