Subject | RE: [IBO]Parameter values in DeleteSQL |
---|---|
Author | Paul Hope |
Post date | 2006-06-15T15:00:22Z |
> > > Sure I could. Then in Delphi I would haveAh - but my brain runs slow. It will take me longer to work out what it is
> > > if eWHS.Text='' then
> > > paramByName('WHS').AsString:=' ' else
> > > paramByName('WHS').AsString:=eWHS.Text;
> >
> >
> > or just:
> >
> > paramByName('WHS').AsString := eWHS.Text + ' '[1];
> >
> >
> > Luc.
> >
>
> pure elegance Lucas... bet it runs fast too.
> Alan
>
doing ;-)
But it IS very nice, almost worth the inconvenience of having to do it at
all.
Paul