Ok Thanks Pal, yep i have closeAction:'close', if i change to closeAction:'Hide', all the stuff in my form appears out of place, so i decided to use 'close', maybe this action destroy the editor, thanks for your support.
Hi Pal, i use RowEditor, but i have a problem, when i open my form for the firts time, my RowEditor operate so good, but if i close my form, and i open it again raised this:
The f is undefined,
F is undefined , is a bug from this line: fields = this.items.items
I never get this strange bug. The items of the RowEditor are the editors of each columns. One of this editors may be destroyed when you close your form?
Ok Thanks Pal, yep i have closeAction:'close', if i change to closeAction:'Hide', all the stuff in my form appears out of place, so i decided to use 'close', maybe this action destroy the editor, thanks for your support.
icebergdelphi 9 months ago
Hi Pal, i use RowEditor, but i have a problem, when i open my form for the firts time, my RowEditor operate so good, but if i close my form, and i open it again raised this:
The f is undefined,
F is undefined , is a bug from this line: fields = this.items.items
so if f is empty :
f = fields[i];
.
.
.
f.setValue(val); ////<—–Here Rise the bug.
Do ya know something about it ?Thank you
icebergdelphi 9 months ago
@icebergdelphi
Hi,
I never get this strange bug. The items of the RowEditor are the editors of each columns. One of this editors may be destroyed when you close your form?
jtruffot 9 months ago