Hi, another problem of the same kind.... I have many forms (each one with a TFormSize component) and one dataset in a datamodule, that connects the TFormSize components to my database.
at line 594 of TFormsize.pas, there is
fld := FindField(DataBinding.FieldFormName);
if Assigned(fld) then
fld.AsString := Owner.Name;
also in these instructions the "Owner" is the property of the dataset component, not the TFormsize component. So, in the database i have in the FIELDFORMNAME field with the name of the datamodule, not the name of the form that contanis TFormSize.
Regards, ciao !
Arnaldo