Subject Re: [IBO] parambyname
Author Helmut Steinberger
"Am Fri, 28 Jun 2002 06:50:28 +0000 (UTC), schrieb luc@... (Lucas
Franzen)

>> ib_query1.parambyname (':param1').asinteger := 1;
>> ib_query1.parambyname (':param2').asinteger := 2;
>> ib_query1.parambyname (':param3').asinteger := 3;
>
>this should read :
>
>ib_query1.parambyname ('param1').asinteger := 1;
>
>(without the colon in front of the name. The colon is used to mark it as
>a param!)

You are right. I know, and I don't use it that way in my application.
It was just a mistake in the Posting to the List.

Hab ich beim Schreiben geschusselt;-)

>You can use the code that Lester showed or you may have a look at at
>Params.BeginUpdate and Params.EndUpdate.

Yes, I followed Lesters instructions and searched the ibo help for
RefreshOnParamChange and then I found BeginUpdate and EndUpdate.
I tried out BeginUpdate and EndUpdate, and it works great.

Danke Lukas fuer die rasche Hilfe.

Also thanks to Lester for the very fast help.

cu
Helmut