StrataFrame Forum

Identify columns by name in ListView event arguments

http://forum.strataframe.net/Topic19933.aspx

By Edhy Rijo - 10/7/2008

The SF Listview is very flexible and powerful to the developers, but when identifying columns in the events like Row or List Populating, the column index must be used.

I would be very productive to be able to reference the columns by their names also, so when changes are made to the ListView columns or fields, the code in this events would not need to be changed to the proper column index reference, so in case of using e.Values(3) or e.Parameters(4), that we could use e.Values("colFirstName")