cobom
Posts: 55
|
| Posted: 08/18/2004, 2:44 PM |
|
I need to search the same database with 2 different requirements and have each go to its own list - on the same page. Basically when a user selects one it seaches today and the grid has a link that allows an entry to go to a record box and be edited. The second search has a date picker (atually 2 for a >< range) and the results go to a grid with no links - read only.
The problem is when I put the second grid/record combo - the results go to both grid boxes?????
_________________
cmckinney@searay.com
Will program for a Sea Ray 680 SS ;} |
 |
 |
cobom1
|
| Posted: 08/18/2004, 7:14 PM |
|
I managed it but the search results for the second search had to go to its own page - no big deal. The search builder lets you select a page and a component to 'house' the results, but if I tried to select a grid on the same page it would populate all grids - maybe a bug in 2.26
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 08/18/2004, 9:19 PM |
|
Doesn't look like a bug. The issue is in the names of the parameters. If both grids read the same parameters then they both should display the results.
Our support can help you set those grids up.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |