This topic is locked
[SOLVED]

$strWhereClause in List page: Before SQL query

9/28/2021 3:18:21 PM
PHPRunner General questions
C
cardman3000 author

Hi all,

is it possible that $strWhereClause in List page: Before SQL query no longer works correctly in version 10.6 ?
The same code works fine in version 10.5

Sergey Kornilov admin 9/28/2021

It should work exactly the same way. You need to post your project to Demo Account and open a ticket with support explaining how exactly we can reproduce this issue.

C
chuckbower 11/4/2021

Original reply bad. I uploaded old version. I have uploaded my 10.6 version to demo, will also enter a ticket, as it is not working as it did before on V9.7. Chuck Bower cardman3000 I am on 10.6 Build 38080 x64, what version were you working with?

C
chuckbower 11/5/2021

cardman3000, sergey just turned around a fix for me that works... in just no time he had something. did you get a fix? Chuck

E
exora 11/8/2021

I have the same problem since update version to build 38040

$strWhereClause = whereAdd($strWhereClause, "username = '".$_SESSION["UserID"]."'");

In the previous version, the code works fine, but after update to 10.6 build 38040 the table display all records ($strWhereClause not working)