Showing related tags and posts across the entire site.
-
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...
-
[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