Subject | Re: [IBO] Parameter looses value on reorder |
---|---|
Author | Helen Borrie |
Post date | 2002-11-09T10:43:08Z |
At 10:21 AM 09-11-02 +0100, you wrote:
Helen
> > Date types are not strings.Next thing to ask is: in which event do you do this assignment?
>
>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;
Helen