Groups | Blog | Home
all groups > macromedia flash flash remoting > april 2004 >

macromedia flash flash remoting : pageable resultsets problem


andygen
4/23/2004 2:15:32 AM
Hi

I am using Flash Remoting MX with coldfusion MX 6.1. I have set the
Flash.Pagesize variable in my CFC and the
gateway is returning the first page of results OK, I set the result's delivery
mode to page, but when I try to retrieve the next page, the result comes back
as undefined. Is there anything else I need to do to get this working.

First gateway call:

Result (object #2)
.....length: (undefined)
.....mAllNotified: (boolean) false
.....mDeliveryMode: "ondemand"
.....mOutstandingRecordCount: 0
.....mRecordSetID: "15064C5A-C794-3AA2-0597-F30BA22904F3"
.....mRecordsAvailable: 50
.....mTotalCount: 190
.....serverinfo: (undefined)
.....serviceName: "PageableResultSet"
.....uniqueID: 50

Next call:

ConnectString:
"http://<url>/flashservices/gateway?CFID=353487&CFTOKEN=13569130"

MethodName: "PageableResultSet.getRecords"
Parameters (object #2)
.....[0]: "15064C5A-C794-3AA2-0597-F30BA22904F3"
.....[1]: 51
.....[2]: 50

result:

Result: (undefined)



Glen Purkiss
4/27/2004 1:55:11 AM
Appears to be a bug in CFMX 6.1 as it works fine in 6.0x.

AddThis Social Bookmark Button