Hi All,
In a program I compiled it showed error as the following macro does not exist #CarsXmlTags. How should I define the following macro in
Ax 2009. pls help.
Thanks & Regards,
Naveen
Hi All,
In a program I compiled it showed error as the following macro does not exist #CarsXmlTags. How should I define the following macro in
Ax 2009. pls help.
Thanks & Regards,
Naveen
Hi Naveen,
Macro Example:
#define.blank(’’);
;
use this macro as #blank wherever ‘’ is necessary.
Similarly please check the #CarsXmlTags value with which it is compared.
Declare it as #define.CarsXmlTags(xxxxx); xxxx = the value that you are supposed to provide.
Thank you Mr.Chaitanya it was very useful.