Simple question about ReadOnlyListBase eventsSimple question about ReadOnlyListBase events
Old forum URL: forums.lhotka.net/forums/t/6916.aspx
fortney posted on Thursday, May 07, 2009
I have two forms.
Form 1 is bound to a readonlylistbase
Form 2 is bound to an editableroot that derives it data from the same table as the readonlylistbase.
When I delete the editableroot on Form 2 is there a way to call Form 1 to update the readonlylistbase?
Thanks
Marjon1 replied on Thursday, May 07, 2009
See this blog entry that Rocky wrote a while ago:
http://www.lhotka.net/weblog/IAmWorkingOnMyUsingCSLANET30EbookAndWroteSomeContentThatIDontThinkImGoingToUseInTheBook.aspxfortney replied on Thursday, May 07, 2009
Thank you very much. That is exactly what I was looking for.
Tom_W replied on Friday, May 08, 2009
Big thank you from me too, I've been meaning to ask about that for ages.
On a side note, the technique of loading the Info object with the data from the amended Editable object, rather than round-tripping the database, is a stroke of genius!
Copyright (c) Marimer LLC