This topic is locked

Simple search problem using "Any field" option

10/5/2009 1:16:08 PM
PHPRunner General questions
A
alexanjn author

I've just posted an application built using PHPRunner v5.1 and posted it on a web server. When people using different PC's do a simple search using the "Any field" option they get different results. For some PC's the search works properly (selected records from the table are displayed based on what they're searching on). For other PC's, however, the search results in all the records for the table be displayed. This only seems to be happening for the "Any field" option. I've even seen the problem using three different PC's in my house (on one the search works and on the other two it does not). I've not obervedthis problem with applications built using earlier versions of PHPRunner. Does anyone know what could be the problem?

L
lewisekrantz 10/5/2009



I've just posted an application built using PHPRunner v5.1 and posted it on a web server. When people using different PC's do a simple search using the "Any field" option they get different results. For some PC's the search works properly (selected records from the table are displayed based on what they're searching on). For other PC's, however, the search results in all the records for the table be displayed. This only seems to be happening for the "Any field" option. I've even seen the problem using three different PC's in my house (on one the search works and on the other two it does not). I've not obervedthis problem with applications built using earlier versions of PHPRunner. Does anyone know what could be the problem?


Depending on what each of the PC's was doing prior to the issues, it is not unusual for PC's to Cache results.

I often have issues where different PC's get different results if they are not pulling up new pages, but operating out of cache

A
alexanjn author 10/5/2009

Thanks but I've just discovered that the problem is browser related, specifically Internet Explorer v8. Internet Explorer v7 as well as Firefox and Opera do not exhibit the problem.
Jim