How long have you been using Microsoft Dynamics Ax?

Toplam Sayfa Görüntüleme Sayısı

Popular Posts

Translate

Bu Blogda Ara

17 Ocak 2013 Perşembe

Pack / Unpack Form Query

Hi All,

When we need to restore previous query ranges after executeQuery() we can use this code example below.


Container con;
con = InventSum_qr.query().pack();
InventSum_q =  new Query(con);
InventSum_ds.executeQuery();

Have a nice coding.

Hiç yorum yok:

Yorum Gönder