Subject | RE: [IBO] programatically setting search-criteria |
---|---|
Author | Kaputnik |
Post date | 2001-09-18T16:38:04Z |
Thanx Andreas.
I was using OnPrepareSQL and the WhereItems before, but as this solution is
meant for saving specific search-criteria into a convenient drop-down-list I
would like to make it a bit more generic, so the thing with the
where-clauses doesn't fit that good. I will stick with ReadSearch and
WriteSearch and add my own parsed bits into wht the user already entered and
store them that way. I was just hoping that accessing the search-criteria
was a bit more comfortable, but this will do anyway.
Nick Josipovic
CRM Administration
BIT-Institute
Prof. Dr. Franz Steffens
Schloss
68163 Mannheim
Germany
Phone: ++49 621 181-1621
Fax: ++49 621 181-1618
mailto:nick.josipovic@...
I was using OnPrepareSQL and the WhereItems before, but as this solution is
meant for saving specific search-criteria into a convenient drop-down-list I
would like to make it a bit more generic, so the thing with the
where-clauses doesn't fit that good. I will stick with ReadSearch and
WriteSearch and add my own parsed bits into wht the user already entered and
store them that way. I was just hoping that accessing the search-criteria
was a bit more comfortable, but this will do anyway.
Nick Josipovic
CRM Administration
BIT-Institute
Prof. Dr. Franz Steffens
Schloss
68163 Mannheim
Germany
Phone: ++49 621 181-1621
Fax: ++49 621 181-1618
mailto:nick.josipovic@...
> -----Original Message-----
> From: Andreas Pohl [mailto:apohl@...]
> Sent: Tuesday, September 18, 2001 8:01 AM
> To: IBObjects@yahoogroups.com
> Subject: Re: [IBO] programatically setting search-criteria
>
>
> The "CTL." stuff is needed to display search criterias in native IBO
> controls. There is no other way to do this (as far as I know). One
> improvement: Instead of knowing which IBO controls is connected
> to datafield
> of given query it should be possible to go through all controls
> and look for
> it. But this is more Delphi then IBO related.
>
> If there is no need for native IBO control support I deal with variable
> WHERE clauses. So I provide an Excel like autofilter with
> LookupBoxes and in
> OnChange event of these controls I change where clause according to
> control's content.
>
> But for sure you are aware of this...
>
> Mit freundlichem Gruss & Best Regards
>
> Andreas Pohl
> apohl@...
> www.ibp-consult.com
> ----- Original Message -----
> From: "Kaputnik" <delphi@...>
> To: <IBObjects@yahoogroups.com>
> Sent: Monday, September 17, 2001 9:00 PM
> Subject: RE: [IBO] programatically setting search-criteria
>
>
> > Isn't there a way to acess the fields of a query directly, as it would
> save
> > me lots of parsing and string-formatting work?
>
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>