smalloy
Posts: 107
|
| Posted: 11/30/2004, 10:43 AM |
|
I made a report (just a grid on another page) that uses a table from a Access Database. I have a page with an editable grid and date pickers for FROM DATE and TO datre to set the 'report' criteria. This editable grid is not attached to a connection, its just a means of getting the criteria for the report.
The idea is that the user presses Submit and the WHERE condition gets the quesrystring from the editable grid and the WHERE condition then produces the proper info.
The issue is that nothing is getting passed! The url only shows:
http://pcserver:8040/Sniffer.asp? <--No data is passed!
I tried putting the txtFROM (the name of the testbox control) in the Remove Parameters but still nothing!
How is this done????
_________________
Anything can be done, just give me time and money. |
 |
 |
peterr
Posts: 5971
|
| Posted: 11/30/2004, 10:55 AM |
|
May I ask why aren't you using the standard Search form that is designed specifically for such purposes?
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
smalloy
Posts: 107
|
| Posted: 11/30/2004, 11:02 AM |
|
Ooops!
Been battling this for two hours and it took less than 5 minutes when you use the right form.
Thanks!
_________________
Anything can be done, just give me time and money. |
 |
 |
|