Subject Re: [IBO] Parameter looses value on reorder
Author Florian Hector
> Date types are not strings.

Ok, I have changed it to what you recommended, the effect is still the same.
The column in the DB is only date, so I use
DM.qryBestell.Params.ByName('Datum').AsDate := dtpBestellDatum.Date;


Florian