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.
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.
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright © 2009 Dynamics AX (Axapta) training. All Rights Reserved.
Powered by WordPress