Subject | Re: [IBO] Passing search critera and param values? |
---|---|
Author | Paul Hope |
Post date | 2002-01-26T10:53:24Z |
Geoff and Helen - thnaks for the replies
I had assumed that AssignSQLWithSearch would pass the select clause as
well - which I didn't want. I have a selection form for printing documents
with select count(*)from , if the user likes the number selected the
printing form needs select field list from... with the same where stuff and
params.
I have implemented it by passing the SQLWhereItems and a dynamic variable
array of variants. It is unlikely that the order of variants can get mixed
up because the where items and params are passed together.
I just wanted to check that the param value array wasn't already lurking in
there somewhere ;-)
Regards
Paul
"Geoff Worboys (TeamIBO)" <geoff@...> wrote in message
news:9521860656.20020126165604@......
I had assumed that AssignSQLWithSearch would pass the select clause as
well - which I didn't want. I have a selection form for printing documents
with select count(*)from , if the user likes the number selected the
printing form needs select field list from... with the same where stuff and
params.
I have implemented it by passing the SQLWhereItems and a dynamic variable
array of variants. It is unlikely that the order of variants can get mixed
up because the where items and params are passed together.
I just wanted to check that the param value array wasn't already lurking in
there somewhere ;-)
Regards
Paul
"Geoff Worboys (TeamIBO)" <geoff@...> wrote in message
news:9521860656.20020126165604@......
> > Don't forget about IB_BDataset.AssignSQLWithSearch()...___________________________________________________________________________
>
> I thought about mentioning that, but Paul said he had a different
> select clause and I was not sure how altering the SQL itself (after
> doing the AssignSQLWithSearch) was going to work.
>
> --
> Geoff Worboys - TeamIBO
> Telesis Computing
>
>
>
>
> IB Objects - direct, complete, custom connectivity to Firebird orInterBase
> without the need for BDE, ODBC or any other layer.___________________________________________________________________________
>
> http://www.ibobjects.com - your IBO community resource for Tech Infopapers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>