Db.search in Java

Hi

Can someone help me with this search formula, I cannot get my code to compile with it.

String searchFormula2 = {Form =“Function” & SectionRef =“} + doc.getItemValueString(“SectionRef”) + {” & Department = “} + doc.getItemValueString(“Department”) + {”};

Thanks so much

Jane

Subject: See the response posted to the same question you posted in the other forum.

For those that find this thread later… { is not a string delimited in Java