Jurgen Bratzke
|
| Posted: 06/10/2002, 1:20 AM |
|
1. How could I create a Multifilter like "Employer+Bug" ?
2. How could I find and use a Stored Procedure Builder to get an
individual Result List for the grid ?
|
|
|
 |
Nicole
|
| Posted: 06/11/2002, 7:02 AM |
|
Hello,
1. you can add as many fields to the search form as you want. They event could not refer to table field. AS for displaying results, in case you want to search on one table you should build Where clause. Use DataSource dialog for this purposes. In case you want to search on two table you should first build query that would select field from both tables. Use visual query builder (available in Data Source dialog) or use custom sql. The build WHERE again.
2. have you checked last documentation for this information? It is available at: http://www.codecharge.com/studio/
|
|
|
 |
|