Hi,
I need import file with dataport, but I have a problem with boolean fields.
My interface is in spanish, and my options are "Sí" and "No" (with accent)
When I import a csv file, NAV say me
"Yoy cannot import because "SÝ" is not an option"
Can I use Ascii2Ansi funtion in field format?
Please help me!
thanks!!!
Comments
"Yoy cannot import because "SÝ" is not an option"
Example import that field into variable MYBOOLEAN
if MYBOOLEAN = "SÝ" then
REALBOOLEAN := YES else REALBOOLEAN := NO;
hope that make sence
Or are you saying SY works But SÝ doesn't?
http://www.BiloBeauty.com
http://www.autismspeaks.org
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.