Olivier
|
| Posted: 03/07/2003, 5:47 AM |
|
I wrote an employee directory application with Code Charge Studio, (ASP 3.0,MSACCESS). I am trying to find a way so that when I begin my app the grid is not populated with all the records listed in my database.I want the grid to stay empty until I start using the search feature.
I had submitted this question previously and someone was very kind to provide me with a solution: "set a default value for the parameters of the grid. Mysql, for exampla starts auto increment at 1 so if you give the parameter a default value of 0 the grid will stay empty until the search returns a valid value".
But I still cannot locate where to set the parameter.
Thank you
|
|
|
 |
Rene
|
| Posted: 03/07/2003, 1:01 PM |
|
Hi Olivier,
Select your grid, goto properties (right side of screen, select data tab, datasource, click on column next to datasource, click the dots (..) in the following screen click on "+", set parameter you need with default value "0".
That's it
Good luck,
Rene
|
|
|
 |
|