![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 |
|
||||
|
You can replace the Nulls with some other value.
See this thread: Specified cast is not valid (last post) |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|