How can I initialize a .net object in axapta? Im getting an error 'CLRObject not initialize' when I use it in x++.
In .net, initializing is easy
System.Globalization.CultureInfo info = new System.Globalization.CultureInfo();
How can I initialize that or any other .net object in axapta? Thanks!
Also how can I get the format of a DateEdit control if its 'DateFormat' properties is set to 'Auto'? Thanks again!
0