-
I read in the book, "Managing your supply chain using Microsoft Dynamics AX", and it says that the default variant codes are Size and Color, but that you can add more. Does anyone know how this can be accomplished? My company is implementing Dynamics AX 2009 and the unique way that we identify...
-
I'm using System.Data.SqlClient.SqlCommand inside Ax and I need to handle some exceptions that occur excuting this class. In c# it would be like that try{ <code> } catch (System.Data.SqlClient.SqlCommand exception){ <code> } How can I do it inside Ax? Thanks in advance
-
I read in the book, "Managing your supply chain using Microsoft Dynamics AX", and it says that the default variant codes are Size and Color, but that you can add more. Does anyone know how this can be accomplished? My company is implementing Dynamics AX 2009 and the unique way that we identify...
-
I'm using System.Data.SqlClient.SqlCommand inside Ax and I need to handle some exceptions that occur excuting this class. In c# it would be like that try{ <code> } catch (System.Data.SqlClient.SqlCommand exception){ <code> } How can I do it inside Ax? Thanks in advance
-
I created a customized report by first making a duplicate of a standard report. I found the form used to enter criteria for the report (right click -> setup), then copied and modified the criteria form as well. I read about creating report links on MSDN, yet I can't seem to find how the original...
Posted to
Dynamics AX / Axapta - Developer Forum
(Forum)
by
rossd
on
Oct 15, 2008
Filed under: Dynamics AX, Axapta, Table Relations, X++, AX Reporting, AX 4.0, Range Data Query, X++ Namespaces, dynamics, ax, form events
-
[quote user="Madhusudan"] h, Can any body tell me how to use spell check in a class.I mean i know there is a class caleed sysSpellChecker but has any body used it. [/quote] We used it just for testing in MSD AX 4.0. There are a lot request for a spellchecker at our company . But still I don't...
-
Hi, I am running a report which is based on custtable at design time. I have to override this query at trun time through custtrans. I have added the custtrans table in the query and set the relation. But its not overriding the query at run time. The report design is generated. Thanks
-
Hi guys, I have a dilog form for the report...i have a combo box with different options....my questions is, which method shall i use so when i change the value in the combo box , it should change the value of another combo box on the same dialog form automatically. thanks
-
Hi, I have an EDT as an Array of 3 elemetns, which is saved in a table as three fields. I have to display the value of all three fileds in a report if they are not empty. How can i get the value of these fields in code by writing a display method. thanks
-
Dear Friends I 'm having a problem in the Statement of Account Running total. Can you please help me out how to achieve this. I approach my technical team, They are unable to resolve. My Requirement is as bellow In the Customer Statement of A/c prints more than a 5 pages for a customer. I need when...