dennisj
|
| Posted: 07/31/2003, 12:12 AM |
|
hello,
I have a slight problem with showing the grid. By default value (=NULL?) the grid shows all rows from the table, e.g. - bla.php?EmpId=2 - only shows the information connected to EmpId but - bla.php - shows all rows. I tried something ( if $val == "" or NULL )in -before build grid- but that didn't solve the problem.
Any suggestions?
t.i.a.
|
|
|
 |
RonB
|
| Posted: 07/31/2003, 1:15 AM |
|
set the default value for the parameter EmpId to some impossible value (-1 for example) Now if you show the grid it will be empty untill a valid EmpId value is recieved.
Ron
|
|
|
 |
dennisj
|
| Posted: 07/31/2003, 1:34 AM |
|
thanks!
|
|
|
 |
|