In fusebox given:
$row := $qryProjects->getRow
...
a4d.web.embedCollectionItems($row; "cid")
will error out with
hideField($items{$i}; $inCollection{$items{$i}}{$j})
Expected an array or collection handle.
Likewise
$foo := $attributes{"cid"}{1} // not on array or collection
works according to collection documentation on accessing an item with
{1} even if not an array
but
$foo := $row{"cid"}{1} // not on array or collection
errors out with
$foo := $row{"cid"}{1}
Expected an array or collection handle.
What's the difference between the $attributes collection and $row
extracted from a rowset?
Steve Alex
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/