Subject | RE: [IBO] Multiple MasterLinks fields |
---|---|
Author | IBO Support List |
Post date | 2012-12-12T01:16:40Z |
You should just manually tap into the OnDataChange events of the master and
manually take care of your own input parameter value.
Jason
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of Andrei Luís
Sent: 11 December 2012 05:09 PM
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] Multiple MasterLinks fields
Hello Jason,
In fact (I forgot to mention), I need this works like an OR statement, and
not like an AND.
Something like this:
Select * from payments
where (pedido1_id=:wped_id)
or (pedido2_id=:wped_id)
or (pedido3_id=:wped_id)
or (pedido4_id=:wped_id)
[]s
Andrei
2012/12/11 IBO Support List <supportlist@...>
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
Yahoo! Groups Links
manually take care of your own input parameter value.
Jason
-----Original Message-----
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf
Of Andrei Luís
Sent: 11 December 2012 05:09 PM
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] Multiple MasterLinks fields
Hello Jason,
In fact (I forgot to mention), I need this works like an OR statement, and
not like an AND.
Something like this:
Select * from payments
where (pedido1_id=:wped_id)
or (pedido2_id=:wped_id)
or (pedido3_id=:wped_id)
or (pedido4_id=:wped_id)
[]s
Andrei
2012/12/11 IBO Support List <supportlist@...>
> I dont see that making much sense.upon
> You will limit your query results in the detail by all 4 columns based
> that one single value.___________________________________________________________________________
> If this is what you actually want then go ahead and do that.
>
> Jason
>
> -----Original Message-----
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On
> Behalf
> Of Andrei Luís
> Sent: 11 December 2012 06:28 AM
> To: ibobjects@yahoogroups.com
> Subject: [IBO] Multiple MasterLinks fields
>
> Hello,
>
> I need to link 4 fields from one table to one field in another table.
> Untill today, I used only one field, like this:
> oci.pedido1_id=o.registro_id
>
>
> Is it possible to add something like this in MasterLinks property?
>
> oci.pedido1_id=o.registro_id
> oci.pedido2_id=o.registro_id
> oci.pedido3_id=o.registro_id
> oci.pedido4_id=o.registro_id
>
>
> []s
> Andrei
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
>
> 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 Info___________________________________________________________________________
> papers,
> keyword-searchable FAQ, community code contributions and more !
> Yahoo! Groups Links
>
>
>
>
>
> ------------------------------------
>
>
> 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 Info[Non-text portions of this message have been removed]
> papers,
> keyword-searchable FAQ, community code contributions and more !
> Yahoo! Groups Links
>
>
>
>
------------------------------------
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info papers,
keyword-searchable FAQ, community code contributions and more !
Yahoo! Groups Links