Title:
Bug 83206:(Watson Migration Closure)QueryConvertForGrid functions differently in CF9 and this change is not documented
| View in TrackerStatus/Resolution/Reason: Closed/Deferred/
Reporter/Name(from Bugbase): Phil Haeusler / Phil Haeusler (phil haeusler)
Created: 06/02/2010
Components: Language, Functions
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Minor / Unknown
Locale/System: English / Platforms All
Vote Count: 0
Problem:
QueryConvertForGrid functions differently in CF9 and this change is not documented. Under CF8, if you have a recordset with 8 records, and a page size of 10, QueryConvertForGrid would give you 10 rows back (i.e. 2 blank rows). Under CF9 it will give you only the 8 rows back, thereby changing the behaviour of the displayed grid in the browser.While this change supports dynamic grid editing under CF9, it creates unintended consequences when upgrading non-editable grids in CF8 to CF9. An optional parameter should be provided for QueryConvertToGrid to allow the CF8 functionality when outputing a non-dynamic grid. It would make sense for this parameter to default to CF8 behaviour for non-dynamic grids to allow CF8 code to continue to work unaffected in CF9, but probably missed the boat in CF9 for this.
Method:
Result:
No-error, unexpected behaviour
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041615
External Customer Info:
External Company:
External Customer Name: Phil Haeusler
External Customer Email: 361F280E425B9CD5992015D5
External Test Config: 06/02/2010
Attachments:
Comments: