| | | StrataFrame Novice
       
Group: StrataFrame Users Last Login: Today @ 1:11:54 AM Posts: 87, Visits: 242 |
| | I've added a row to my business object over CurrentTable.ImportRow method. The row is an currentRow of an another object with the same type. Since Business Object Translation is a complicated work, I've choosen this method. How can I make this row as current row ? So , I can easily access to its properties without exception? |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 3:24:00 PM Posts: 3,733, Visits: 3,926 |
| How can I make this row as current row ? So , I can easily access to its properties without exception? I guess I am confused as to the point of the issue. When you call ImportRow it imports all of the columns, etc. from one data table into another. So once it is in the BO, you would just need to navigate or seek to that record....it would then become the current row. |
| | | | StrataFrame Novice
       
Group: StrataFrame Users Last Login: Today @ 1:11:54 AM Posts: 87, Visits: 242 |
| | |
|
|