First off, congratulations Tony, nice plug-in!
A few of your demo files (e.g., server.php) have warning comments regarding the way the SQL WHERE clause variable ($wh) is constructed – for demo purposes only, it says. Are you refering only to that, or all the way through the SWITCH statements?
Also, could you be more specific and cite what's wrong with it, or perhaps better, what would properly take its place?
Sorry, I should be more specific myself: I'm trying to get the Find Records to work from the Navigation bar. I got the impression from the documentation that the search was based on the subset of records that were displayed in the table, not a new query against my database.
Thanks
(Here's an excerpt from server.php):
// search options
// IMPORTANT NOTE!!!!!!!!!!!!!!!!!!!!!!!!!!!!
// this type of constructing is not recommendet
// it is only for demonstration
//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
$wh = “”;
$searchOn = Strip($_REQUEST['_search']);
if($searchOn=='true') {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top