Erel,
I am loading a table w/ cmd.ExecuteTable("tbl1",0) and it puts the nulls in the table columns.
Sub tbl1_SelectionChanged (ColName, Row)
if isnull(tbl1.Cell(ColName,Row)) then tFld.Text="" else tFld.Text = tbl1.Cell(ColName,Row)
Causes 'Specified Cast is Invalid' Error
Is there a way to detect the Nulls?
__________________
AlT
|