Subject | Re: [IBO] Master detail problem when lenght of the link field is more than 25 chars |
---|---|
Author | Helen Borrie |
Post date | 2004-08-05T23:45:35Z |
At 05:22 PM 5/08/2004 +0000, you wrote:
identifiers, use MasterParamLinks. It gets you to the same place by a
different route.
1. Remove the MasterLinks
2. Change the SQL of the detail to:
SELECT * FROM person
where ID_DEP_123456789_123456789 = :param1
3. In the MasterParamLinks, put
param1=dep.id_dep
Helen
>@Helen:What's to reply to? As I already said, if you want to use long
>I'm still waiting for a reply to:
>http://groups.yahoo.com/group/IBObjects/message/32124
>
identifiers, use MasterParamLinks. It gets you to the same place by a
different route.
1. Remove the MasterLinks
2. Change the SQL of the detail to:
SELECT * FROM person
where ID_DEP_123456789_123456789 = :param1
3. In the MasterParamLinks, put
param1=dep.id_dep
Helen