Translate

Wednesday, December 21, 2011

Matrix on Form - Axapta

Hi,

This article describes how to achieve Data Represent in Matrix.
Sample Example – Want to display the total number of customers Currency Code and Customer Group wise.


To achieve this we can use Table contol on form.

How to Achieve:
  1. Create a form, and insert table control in the design. 
  2. Set AllowDecleration to Yes.
  3. Insert Int field, and Set AllowDecleration to Yes.


4.       Declare Global objects.


 5. Run method

 6.       Initvalues()

7.       getNoOfCust()


 8.       After performing all this, you also need to override editControl() method of Table Control.




4 comments: