gulya2005
7th May 2007, 11:08
Domain with more than 6 digits after decimal point.I can create this domain,
but I can not to see digits after 6 position.
Baan rounds value of the field before 6 signs, rest - zeroes.
How I can see rest signs? Is it possible?
Thank you in advance.
en@frrom
7th May 2007, 14:45
Can you post us a screen shot of the domain definitions?
mark_h
7th May 2007, 15:34
Yeah - show us a screen shot of the domain definitions. I think you might need to check the generic formats sessions (ttaad1107m000 and ttaad1108m000). That is the first couple that jump out at me with your description of the problem.
gulya2005
8th May 2007, 09:01
I`d created new format with 9 signs after comma :
3219.
then I`d created new domain using this format:
3220.
When I`d created new form field with this domain,
result was following:
3221.
Baan rounds value of the field to 6 signs after comma, rest 3- zeroes.
May be I do something wrong?
Thank you in advance.
george7a
8th May 2007, 09:48
Hi,
You might want to check the rounding factor in maintain units (tcmcs0101m000)
I hope it helps,
- George
mr_suleyman
8th May 2007, 10:12
What about form1 picture of first picture ???.
mark_h
8th May 2007, 14:58
Also check ttaad1108m000. It seems to me I had to add one in here to get it to start coming out correctly on the sessions. And do not forget to convert to runtime AND log out and back in.
pconde
8th May 2007, 17:09
Hello,
you must define or use a domain that can hold more than 6 digits.
in domain format you must have something like : %.8@ZZZZZ9VD99999999@
see domain tcconv (conversion factor)
Regards
Philippe
gulya2005
10th May 2007, 08:05
In domain format I had used %Axxx, then after your answer I had used format - %.8@ZZZ9VD99999999@. It works now.:)
Thanks for all.