Friday 8 June 2012

How to use select statements instead of query in data source


Override FormDataSource method executeQuery:
    public void executeQuery()
    {
        SomeTable T = this.cursor();

        select * from T where …;
    }
But be aware that in this case grid will not support sorting and filtering.


Copied from Experts website....... Dynamicsaxtraining.
You can always reach me at axapta4all@gmail.com
Anonymous Axaptian  

No comments:

Post a Comment