Hi All,
I am new with dev in NAV and need to know why it is not possible to do this:
MESSAGE(Custledge2."Due Date");
During compile I get the error:
"Type conversion is not possible because 1 of the operators contains an invalid type.
Text := Date"
Is there another way of display a message box with the date? I am wanting to display it to test the value during runtime.
Thanks in advance...
0
Comments
Any thoughts on this?
I realized my mistake and am now getting the required result.
Thanks for the help with the format statement.