Additional fixed value in search |
4/9/2008 12:14:33 PM |
PHPRunner General questions | |
B
bfr author
Hi all! I'm new to this program and still going with the trial version.. probably will have to buy this, looks great <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=8095&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' /> MAKE MODEL SPAREPART PRODUCTCODE : |
|
J
|
Jane 4/10/2008 |
Hi, if(!($value=="null" || $value=="Null")) $ret.=GetFullFieldName($strField).'='.$value;
if(!($value=="null" || $value=="Null")) { if($strField=="Model" && $strTableName=="TableName") { $ret.=GetFullFieldName($strField).'='.$value . " or Model='ANY MODEL'"; } else $ret.=GetFullFieldName($strField).'='.$value; }
|
B
|
bfr author 4/18/2008 |
Hi, you can add another condition editing generated include/commonfunctions.php file manually. Locate StrWhereAdv function, find this code: and replace it with this one: where TableName is your actual field name.
|
J
|
Jane 4/18/2008 |
Hi, |
B
|
bfr author 4/18/2008 |
Hi, it's difficult to tell you what's happening without seeing actual files. Please publish your project on Demo Account and send to support@xlinesoft.com a URL to your pages along with instructions on reproducing this error. I'll find what's wrong with your project inspecting it at Demo account site.
|