printJobSettings p = new PrintJobSettings();
;
info(p.printerPrinterName());
Blog Listem
8 Şubat 2013 Cuma
6 Şubat 2013 Çarşamba
AXAPTA - DoInsert ile Insert arasındaki fark nedir?
DoInsert insert metoduna yazılan X++ kodlarını görmezden gelir, Insert ise çalıştırır:
http://dynamicsuser.net/forums/t/53377.aspx
Calling DoInsert ensures that any Axapta X++ code written in insert method of the record is not executed.
http://dynamicsuser.net/forums/t/53377.aspx
Calling DoInsert ensures that any Axapta X++ code written in insert method of the record is not executed.
4 Şubat 2013 Pazartesi
AXAPTA - Tabbed Dialog kontrole giriş-çıkışları yakalamak
Giriş için pageActivated() , çıkış için de allowPageDeactivate() metodunu kullanabilirsiniz. Lostfocus() ve GotFocus() metodları ile ben bu sonuca ulaşamadım.
Kaydol:
Kayıtlar (Atom)