NaN error

N

NikV

I am reading data from an XML file that was generated from a MS database. I
am populating that data into a text field. There could be data and sometimes
there could be no data.

When there is no data, the text box shows a NaN with a red dash line around
the text box. This is preventing the form from saving the data back to the
DB. Is there a way around this so that I can save the data back to the DB
even though there is no data?

Thanks for your help!
 
F

Franck Dauché

Hi,

What data type is the field that gives you trouble in your schema in IP?

Franck Dauché
 
N

NikV

The DataType that is in IP is simpleType, formatted to be currency. The data
Type that I stored in the DB is numeric. Does that answer your question?
 
F

Franck Dauché

Hi,

Can you default your textbox to 0? It should get rid of the issue.

Regards,

Franck Dauché
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top