This topic is locked
[SOLVED]

 PHP Runner 5.3b Build 6620 Data wont show up...

10/20/2010 1:13:31 AM
PHPRunner General questions
M
mikeaccess author

I have a project that builds and works fine in 5.2. It has several tables and several forms. When I build the project under 5.3b and upload it to the server. The forms show up, the data at the top of the form indicates records were found, for example the projects table shows "Details found: 435 Page 1 of 22"
When I cycle through the pages, the data shows up briefly then goes away and it shows "No Records Found" This happens on nearly all forms in the project, for nearly all tables in the project. Is there some new filter setting in 5.3 that is set by default to filter that is causing it to filter my records?
I have made sure that the search box is clear, and that it should be showing all records.
I also get a brief glimpse of the records when I click on the search magnifying glass or change the records per page setting. Then within a second or two, the records disappear and it goes back to "No Records Found."

S
steveh 10/20/2010

This is a bug with the code for resizable grids, I've fixed it in mine, they are currently fixing it in the code.
For now, don't tick "use resizable grids" (think that's he wording) on the misc tab.

M
mikeaccess author 10/20/2010



This is a bug with the code for resizable grids, I've fixed it in mine, they are currently fixing it in the code.
For now, don't tick "use resizable grids" (think that's he wording) on the misc tab.


Thanks for the quick reply!
I unchecked "Resizable Table Columns" and my problem went away, just as you said.