Subject Re: [IBO] Parameter looses value on reorder
Author Florian Hector
> >DM.qryBestell.Params.ByName('Datum').AsDate := dtpBestellDatum.Date;
>
> Next thing to ask is: in which event do you do this assignment?
>

Once upon startup of the application in FormShow and then again when a new
date is selected in OnChange of the DateTimePicker.

Florian