Jump to content

This topic is 7273 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.