<< Back to
AcrobatUsers.com
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?
Forum Index
>
Forms: LiveCycle Designer
>
Is there a way to make this work?
2009-09-25 16:28:12
oksana77
Registered:
Apr 24 2009
Posts:
89
Select * FROM Books WHERE Title LIKE '%" + dataroot.Masters.Page1.title + "%';
My Product Information:
LiveCycle Designer, Windows
2009-09-30 03:39:33
#1
chamilaprasanna
Registered:
Sep 29 2009
Posts:
7
can you explain this ?
2009-09-30 07:06:54
#2
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.
2009-10-01 12:44:44
#3
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?