Hi all,
I using the following command to save a rowset into a global session
collection:
session{"resultsRowSet"}:=copy collection($rowSet;*)
However when I reference the collection, although it has the correct
row count, columns etc (dump as follows),
_columnMap 32159040
_columns [0] {"", "imageURL", "institution", "instituteRecNum",
"pressmark", "frameset", "itemRecNum", "sites", "languages",
"materials"}
_count 300
_dataSource "_array"
_index 0
_maxRows 300
_relateOne True
_rowCallback " Global($ConcordanceFldPtr) // allow $concrodanceFldPtr
to be reference globally!!! "
_rowData 15221040
_table ->[Items]
__class__ "RowSet"
it has no row data. Therefore doing,
$savedRowSet := session{"resultsRowSet"}
$something := $savedRowSet{"itemRecNum"}{150}
returns "".
What am I doing wrong? All I want is to have access to the rowset and
its data from other processes. Any suggestions?
Thanks, Michael.
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/