March 4, 200520 yr I have a question about doing a search on a related field. The field in publication.fp5 has a related field N_Catalog::Note that refers to a Note page in Note.fp5 So in doing a single search $search=new FX($serverIP,$webCompanionPort); $search->SetDBData('Pub_Publication_.fp5','ForWeb'); $search->AddDBParam('Title',$Title); $search->AddDBParam('N_Catalog::Note',$note); $searchResult=$search->FMFind(); Unfortunately, this doesn't seem to work. Any one have an idea, or is it not possible to do?
March 5, 200520 yr I would consider doing the search directly on the related database. Good Luck. Garry
Create an account or sign in to comment