Group: Forum Members
Posts: 524,
Visits: 30K
|
PLEASE !
I have a CFP, mykey. It works fine. The bo sees when I use it for the the browse dialog. When I fill the bo from the browse dialog and requery my listview the column mykey is there with the proper values.
The mykey property is there on the BO with the proper value.
BUT there is no column in the datatable, the currentdatatable or the tableview, so I cannot navigate in the business object to the row with the value I seek in mykey. (Again, I am trying to navigate in the BO based on moving in the listview. Like autonavigate except I can't use that here as it wan't a PK and this bo has a 4 column compound pk which is why i am doing this in the first place)
If I base my BO on a view, so I can manufacture the column, how do I use the BO for CRUD?
I imagine I could use getenumerable and iterate the BO looking for the property, but that seems pretty ugly.
Is there are good place to slap an additional column on the BO right after it instantiates so the CFP has a place to put the data?
|