Group: Forum Members
Posts: 386,
Visits: 2.1K
|
Hi Tim,
This is out of my league but couldn't you use:
loBO.CurrentRow.Item("CompanyName") = Ctype(Row.Item("CompanyName"), GetType(loBO.CurrentRow.Item("CompanyName").GetType)
But this code will, of course, fail if the data can't be conversted , e.g. "ABC" into an integer.
Cheers, Peter
|