Page 1 of 1
DOUBLE Data type
Posted: 2018-08-21 02:38
by fmichael
I have a field in my DB that is set as DOUBLE for data type (Field format set to currency). I upload the code to my server, and when I try to input a dollar amount, I'm only allowed to input the first number and not the rest? So, if I need to input 250.00, I'm only allowed to input the 2 and that's all she wrote. Willing to listen to all or any suggestions that you might have. Thanks.
Re: DOUBLE Data type
Posted: 2018-08-21 07:06
by pbottcher
Hi, can you share the exact definitions you have in AppGini for this field. Also for the DB?
Re: DOUBLE Data type
Posted: 2018-08-22 03:06
by fmichael
OK, here is a link to a picture of the APPGINI:
http://www.ccmagic.us/appgini/appgini1.png
Here is a link to a picture of the SQL database field:
http://www.ccmagic.us/appgini/appgini2.png
Let me know if you need anything else....thanks.
Re: DOUBLE Data type
Posted: 2018-08-23 10:43
by pbottcher
Hi,
can you set the presision to 2?
Re: DOUBLE Data type
Posted: 2018-08-24 02:51
by fmichael
Well, I think I tried that, but I will try it again and let you know the results. Thanks.
Re: DOUBLE Data type
Posted: 2018-08-24 02:56
by fmichael
Well, I must of done it right this time...because now its working. Thanks.