rakesh
Posts: 3
|
| Posted: 03/09/2006, 8:12 AM |
|
Hi
I'm testing CodeCharge whether it suits me or not and for this purpose I build two pages as below :
Search page and report page.
On search page there is only one field to search and result page contain data depending on the value of search field.
When I run it locally, it fails to filter the data depending on the search field value and display all data from my database.
And when I actually publish it to the Server, it accept the entry in search page but failt to display the resultant page.
Also I want to know that I have a field to define currency type in my database and want to calculate the price value field depending on currency type with currenct exchange rate. How to perform this ?
Any help or suggestion will be highly appreciated.
Regards
Rakesh
|
 |
 |
Chris__T
Posts: 339
|
| Posted: 03/09/2006, 9:12 AM |
|
Do you have the search form pointing it's output to the report page?
In the search form properties, the Return Page property should have the name of your report page.
|
 |
 |
Rakesh Gupta
|
| Posted: 03/09/2006, 6:07 PM |
|
Chris
I have properly defined output page and on my local machine it is displaying that page but with all records from the database.
There are two tables in my database. I'm populating my search field from first table and then displaying output from second table depending on the selected value.
Regards
Rakesh
|
|
|
 |
Chris__T
Posts: 339
|
| Posted: 03/10/2006, 8:32 AM |
|
It sounds like it's not using the search field. Does the search field (1st table) correspond to a field in your (2nd table)?
|
 |
 |
Rakesh Gupta
|
| Posted: 03/10/2006, 8:50 PM |
|
Yes. In both the table search field VendorName is present.
Regards
Rakesh
|
|
|
 |