Forums / Developer / fetch function

fetch function

Author Message

jb bianchi

Thursday 18 August 2005 5:23:43 am

Hi,

It's possible to do a fecth function which seeks attributes according to other attributes. I have a class which is People(name, nickname, email) and an another class Text(nameoftext, People(with an object relation), description(XML text)).
I use the advanced search which I have customize it.
I write a nameoftext, clik OK and I want to see an array with the name of People, the nicknameof People and the description of text.
It's easy to have the name and the descripton but I don't have the nickname.

Could you help me please.