1 (edited by prahousefamily 2017-07-25 08:36:36)

Topic: Error TableGrid Version 3.5 If Value in Cell Is null ???

Error TableGrid Version 3.5 If Value in Cell Is null or '' ???

Old version Mysql when sql query   same tablegrid change result  all field is string  good work not error

but
later version 3.3   if database is mysql and table structure have number(decimal,double,integer) and value is null or = ''
ERROR  and not show result  in tablesgrid

Is bug ???

Script use

Form1.TableGrid1.ClearRows ;
Form1.TableGrid1.dbSQL := Form1.Memo1.Text;
Form1.TableGrid1.dbSQLExecute ;



I try test code why it error by edit in memo1.text

select  cast(null as char) as result


OK WORK and result '' in tablegrid




select  cast(null as Decimal) as result

Not OK ERROR

How To Fix result null if value = null

Post's attachments

Attachment icon 2017-07-25 15 12 39.png 6.17 kb, 214 downloads since 2017-07-25 

My Visual Database : I Love You
Easy For Beginner Student For Me

Re: Error TableGrid Version 3.5 If Value in Cell Is null ???

Compile 3.2 OK
https://s2.postimg.org/enikfkea1/2017-07-25_19_33_03.png

Compile 3.5 ERROR
https://s2.postimg.org/6jagatrux/2017-07-25_19_36_43.png


Help Me please Fix Grid..

My Visual Database : I Love You
Easy For Beginner Student For Me

Re: Error TableGrid Version 3.5 If Value in Cell Is null ???

Please attach your project.

Dmitry.

Re: Error TableGrid Version 3.5 If Value in Cell Is null ???

Hi Dmitry.
Help Me Please Fix Error

Example Error
https://s17.postimg.org/ihi5yjffj/2017-07-27_20_27_12.png

Post's attachments

Attachment icon MySQLworld.zip 89.8 kb, 368 downloads since 2017-07-27 

My Visual Database : I Love You
Easy For Beginner Student For Me

Re: Error TableGrid Version 3.5 If Value in Cell Is null ???

Thank you for the project, you found a bug, fixed. Please download latest beta version:
https://www.dropbox.com/s/4rfukqr2r1awq … b.zip?dl=0

Dmitry.

Re: Error TableGrid Version 3.5 If Value in Cell Is null ???

OK Fix Pass
Now Table Grid Result Column As.String All Column Not Error 
Thank You Again !

My Visual Database : I Love You
Easy For Beginner Student For Me