Group: Forum Members
Posts: 524,
Visits: 30K
|
Thanks, I'll try that.
Regarding adding the column :
I called a fill method on the BO in parentformloading and saw the mykey column was now part of the currentdatatable. The problem is that after calling the browse dialog, the currentdatatable no longer had the row. BD creates it's own fillmethod. How do I make sure the browse dialog either has that column or does not clobber the existing column?
Craate a view with the extra column, let the BD use that but still have the main BO get the column as I am doing with the dummy fillmethod?
|