mlindal Posted March 4, 2005 Posted March 4, 2005 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?
Garry Claridge Posted March 5, 2005 Posted March 5, 2005 I would consider doing the search directly on the related database. Good Luck. Garry
Recommended Posts
This topic is 7273 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now