These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Is there a way to make this work?

oksana77
Registered: Apr 24 2009
Posts: 89

Select * FROM Books WHERE Title LIKE '%" + dataroot.Masters.Page1.title + "%';

My Product Information:
LiveCycle Designer, Windows
chamilaprasanna
Registered: Sep 29 2009
Posts: 7
can you explain this ?
dk3dknight
Registered: Jan 22 2008
Posts: 136
Translation... I dunno let me see if I can guess.

How do I select from books where the title is like a % + the name of my master page + %

I don't know thats just a guess.
oksana77
Registered: Apr 24 2009
Posts: 89
Pardon, it should have title.rawValue - the value of the test field on master page or any page - it doesn't matter.
How would I retrieve something from db that matches the value of my textfield?