Re: defining a fetch spec in modeler that lists objects with related to many records
Dev WO <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Jesus,
I don't know if that's what you are looking for but Chuck gave me the
following some time ago and it helped me a lot:
EOQualifier qual = EOQualifier.qualifierWithQualifierFormat
("yourParameter contains %@)", args);
Hope this help,
Xavier
> I would like to create a fetch spec that lists records that have/
> dont have related many records
>
> that is salesman without sales, or with sales, etc....
>
> for related ones its easy the linked field null or not null, but
> the other way around is not easy
>
>
> _______________________________________________
> WebObjects-dev mailing list
> [email protected]
> http://www.omnigroup.com/mailman/listinfo/webobjects-dev
>