-
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'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 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...
-
Hi all.. I'm trying to connect to Dynamics ax 4 SP1 through the .net business connector. I wrote a asp.net web application in vb.net. It seems to start logging in, but then I'm redirected to a page not found. Can someone please assist me in this, thanx in advance Dim axp As Bcn.Axapta Dim nc...
-
Hi I'm creating a portal through Dynamics ax 4. In my potal I have a list of companies displayed that the current user have access to. Now, when the user selects one of the companies in the list, I want to change to the selected company on a portal wide scope, so that if I navigate to different pages...
-
Hello everyone. I have a question which I would assume a lot of other people might have. A similar question was posted back in 2005 but nobody bothered to answer... Regarding there report wizard. Customers would like to have the option to display the number of records contained in their ad-hoc report...