Hi everyone,
I am having some trouble with the following piece of code:
"Date1" := CALCDATE('FM',"Date1");
The problem is with the 'FM' parameter which references the end of the month...
The guy who wrote the code is French....and it generates errors when I work with the English language....so does someone knows the equivalent of 'FM' in English???
Answers
"Date1" := CALCDATE('<CM>',"Date1");
'<CM>' instead of 'FM'
This is language indipendent
I've already tried with 'CM' and the error persisted....You really saved my life !!!!