Education and Entertainments Earn Money its Real Experience of knowledge Imortant Weblink collections Fun and Entertainment God thoughts
How to Use Query in form at runtime in microsoft dynamics axapta
Write following code in init method of form. you must create MyQr first which is name of query.
QR QR;
Args args = new Args();
;
super();
args.name(querystr(MyQR));
QR = classfactory.QRClass(args);
this.query(QR.query());
How to Use Query in form at runtime in microsoft dynamics axapta
Write following code in init method of form. you must create MyQr first which is name of query.
QR QR;
Args args = new Args();
;
super();
args.name(querystr(MyQR));
QR = classfactory.QRClass(args);
this.query(QR.query());

2 comments:
An impressive post, I just gave this to a colleague who is doing a little analysis on this topic. And he is very happy and thanking me for finding it. But all thanks to you for writing in such simple words. Big thumb up for this blog post!
Thank you so much for your nice comments. Blogging is my hobby to get me on chat you can connect me with sksingh980@gmail.com
Post a Comment