StrataFrame Forum
Home
»
StrataFrame Application Framework - V1
»
Enhancement Requests
Make the ListView.EditChildRecord method public or shared
http://forum.strataframe.net/Topic19108.aspx
By Edhy Rijo
-
9/5/2008
There are situations where the functionality of the EditChildRecord needs to be done programmatically, we need a way to call the EditChildRecord to show the ChildForm from the form where the listview is being used.
By Dustin Taylor
-
9/9/2008
Not a bad idea at all, I'll run it by Trent and see what we can do
.
By Edhy Rijo
-
9/9/2008
Thanks a lot!
By Edhy Rijo
-
10/7/2008
Hi Trent,
Are you considering this request to be included in the current 1.6.7 beta?
By Trent L. Taylor
-
10/7/2008
Yeah, it is on the list.
By Edhy Rijo
-
10/7/2008
Great, thank!
By Edhy Rijo
-
9/23/2009
Hi Trent,
This is a friendly reminder
I know that by now the list may be very lengthy, but I have found myself having the need to use this method from multiple places in different projects and even though I know I could make the change in my version of the source code, I rather have this coming from you guys so I don't have to worry about new update with my projects.
I try to keep all my projects in sync with the latest version all the time, so one less thing to worry would be very helpful.
By Trent L. Taylor
-
9/25/2009
Maybe you should explain further what you are doing to make sure we are on the same page. If you are using the ListView and the ChildFormDialog, you already have the ability to manually manage the edit. So I want to make sure that there isn't the ability (possibly in a different manner) to do what you are trying to accomplish.