Dynamics 365 expert opinion
This blog is about daily challenges we normally faced in Dynamics 365 and Dynamics AX development.
Tuesday, July 21, 2009
Iterate all records from grid
To iterate all record from a grid is accomplished by :
VendOutPaymForParams_FI exportSetupLocal;
for (exportSetupLocal = exportSetup_ds.getNext();exportSetupLocal;exportSetupLocal=exportSetup_ds.getNext())
{
B....
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment