![]() |
|
|||||||
| 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 |
|
|||
|
Hello all,
reading a database table with the SQL executeTable command and then accessing each single cell with myVar=Table1.Cell(Table1.ColName(k),0) I get the "Specified cast is not valid" error message if the cell contains a "null" value deriving from an empty field in the database. How to avoid this message? Only providing a default value to the field? or is there any other solution? Many thanks Mimmo |
|
|||
|
Hello Erel,
thanks for your reply but, I'm sorry, I forgot to mention that I already tried with IsNull and the error is the same. I splitted the IF statement just to be sure about the error line. Running the program, it stops at line with IF if IsNull(table1.cell(table1.Colname(k),0)) then .. else .. end if and raises the same error. ![]() Mimmo |
|
|||
|
Hi Erel,
please find attached an excerpt of what I was doing. Please don't care about the logic inside the FOR cycle. It has been semplified just to help in isolating the problem. The strange thing is that the 3rd fields is also "null" (as you can see from the table component) but does not raise any error. Many thanks for the time you will dedicate me. Mimmo |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Parameter is not valid | lancaster | Questions & Help Needed | 2 | 10-27-2008 10:27 PM |
| Strange cast error | agraham | Beta Versions | 1 | 10-11-2008 07:43 PM |
| Specified cast is not valid | bish0p | Questions & Help Needed | 1 | 07-11-2008 08:17 PM |
| Unable to cast Object Treeview.node | Mr_Gee | Questions & Help Needed | 15 | 03-21-2008 07:13 PM |