A
|
ann 6/25/2010 |
Hi, global $conn;
|
J
|
joker author 6/25/2010 |
Hi, use the following code to save search parameters http://www.asprunner.com/forums/topic/14570-how-to-print-search-parameters-on-the-list-page/ You need to add code which will save $fName, $val1 variables into the table fields. Here is a sample: global $conn;
|
J
|
Jane 6/28/2010 |
Hi, |
J
|
joker author 7/1/2010 |
Hi, add your code in the List page: Before display event. If it doesn't help publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.
|
A
|
ann 7/2/2010 |
Hi, global $conn;
$rstmp=CustomQuery("select Field1, Field2 from TableName where Field4='".$_Session["UserID"]."' order by Field3 desc") |