
Mark Picker
|
| Posted: 08/19/2004, 6:58 PM |
|
Hi,
I'm having a problem after upgrading to Studio 2.3.2.24
I'm using CF (5.0) and my existing project no longer displays any records, but is retrieving them from the database fine.
The grids total shows 0 records, yet if you turn debugging on you will see the following returned from CF:
CALLER.querytblPartListing (Records=727, Time=131ms)
This is happening on every single page.
Has anyone else had this happen, and any ideas on how to fix it?
Cheers
Mark
|
|
|
 |
Anton Hinxman
|
| Posted: 08/25/2004, 7:21 AM |
|
Yes, this has occurred (with my development in Java) and was caused by a malformed HTML in the page. Basically the page was missing the matching of start and end tags.
Suggest that the output HTML is checked. Suspect that some custom code does not work now due to changes in CCS????
Hava a close look at the HTML source code for the errant pages and perhaps the table/row definitions looks wrong/unbalanced.
Anton
|
|
|
 |
|

|