Folks,
Anyone could tell me what is the calculation of size (bytes) for date type = DateFormula.
I found an ambiguous definition under Navision 3.7 and Navision 4.0.
But when I tried with SQL Option for Navision 4.0, I got 32 bytes.
Thanks in advance,
Jemmy
0
Comments
But it doesn't match with the fact....
I found 32 bytes and the data type is VARCHAR, any clue? :-s
Jemmy
Here's what I did:
- Run the Payment Terms form.
- In the "Due Date Calculation" field, I entered 29 chars as '1D+1D+1D...' (you get the idea.) That worked fine.
- Then, I added another '+1D' -- got the following error message:
Click ok -- no Dr. Watson... the client just disappears.Just for haha's, I tried it again, only this time, I entered a really long string (60 chars or so -- the text box doesn't seem to have a limit). Results: This time I got Dr. Watson. Looks like the C++ Runtime buffer overflow detection can't handle a 'really big' buffer overflow...
So, for v4.0 at least, the answer to the 'how long' question is something like "be really careful not to go over about 30 chars..."