Forum Discussion
AKarandjeff
14 years agoContributor
As it turns out, there really isn't an easy way to do this, or a java method that I could find. Outside of clicking or getting cell values, you can't really extend into individual cells and do much there from a java perspective. Fortunately, our application has sets of tables that define the object types that are used on our various panels and screens as they're generated dynamically. I was able to take the parameter for a row, and trace it back through our data base and get the object type for the value field from a table. I then set my variable based on that.