I am using a databound listGrid in SGWTEE. I would like to retrieve the value of a field in the currently selected record in a listgrid so that I can assign it to the foreign key of a related record I am adding. I am having trouble figuring out the best way to do this as I am not finding a getFieldValue or the like in the ListGrid javadoc. What is the best way to do this. An example or a pointer where to look would be much appreciated.
Thank you.
Thank you.
Comment