Показать сообщение отдельно
Старый 05.12.2019, 15:12   #1  
Blog bot is offline
Blog bot
Участник
 
25,459 / 846 (79) +++++++
Регистрация: 28.10.2006
bojensen: How to read filters from form grid in AX2012
Источник: http://blogs.bojensen.eu/2017/06/21/...rid-in-ax2012/
==============

This part changed in AX2012, because filters are used instead of ranges (see a bit more about them here). You can get filter values by this code: Query q = InventSum_ds.queryRun().query(); QueryFilter qf; int i; for (i = 1; i <= q.queryFilterCount(); i++) { qf = q.queryFilter(i); info(strFmt("%1: %2", qf.field(), qf.value())); }  

Read more →



Источник: http://blogs.bojensen.eu/2017/06/21/...rid-in-ax2012/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.