Hi Aparajita,
I have the following method (that you wrote for me) defined in my
current rowset.a4d
/
************************************************************************
*************************
makePersistentCopy
Create a persistent copy of the rowset collection
$self -> Collection RowSet reference
RESULT <- Collection Persistent Rowset Collection
************************************************************************
*************************/
method "makePersistentCopy"($self)
$copy := copy collection($self; *)
$copy{"_columnMap"} := copy collection($self{"_columnMap"}; *)
$copy{"_rowData"} := copy collection($self{"_rowData"}; *)
return ($copy)
end method
I see its not included in the latest release. Do you think it will
make it into the rowset library permanently or should I just add it
each time a new release comes out?
Let me know as it really is proving very useful when used with
Batches etc.
Thanks, Michael.
On 22 Oct 2005, at 20:58, Aparajita Fishman wrote:
Hello,
The latest version of Active4D has been posted:
http://www.aparajitaworld.com/site/products/Active4D
This version includes the first version of the new demo site done
completely in Fusebox. Enjoy!
Regards,
Aparajita
www.aparajitaworld.com
"If you dare to fail, you are bound to succeed."
- Sri Chinmoy | www.srichinmoylibrary.com
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/