|
|
|
Re: Make a form searchable at the line level [message #637890 is a reply to message #637889] |
Thu, 28 May 2015 05:30 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
What does "its not working" mean? How exactly do you want to perform search? Could you describe steps you do?
This seems to be a master-detail form; is it? If so, how did you create relationship between these two blocks? Was it through Data block wizard, or did you do it manually?
Is the form - when you start it - in query mode? If it is, and if it is a master-detail form, you can't query by products unless you first exit query mode, navigate to "Products" block, enter query mode again, enter product you're interested in and then execute query.
Anyway, some more information from your side might help.
|
|
|
|
|
|
|
Re: Make a form searchable at the line level [message #637935 is a reply to message #637915] |
Fri, 29 May 2015 05:31 |
|
swetaranjan
Messages: 11 Registered: March 2015 Location: kolkata
|
Junior Member |
|
|
At product level, there are multiple products like alpha, beta, gama, eta, rodhen, ray etc..
But i want to search the details of only alpha, so i pressed f11 then gave %alpha% in the search criteria and then pressed control + f11. its shows all the products (alpha, beta, gama, eta, rodhen, ray etc..) Though it should have showed the result details of only alpha..but this didnt happened so how can i do this changes.
Please suggest.
|
|
|
Re: Make a form searchable at the line level [message #637936 is a reply to message #637935] |
Fri, 29 May 2015 05:44 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Is that item (into which you put ALPHA) a database item? If it is not (i.e. you populate its value in POST-QUERY trigger), querying won't work that way. You'll have to use PRE-QUERY trigger and set block's ONETIME_WHERE property.
|
|
|