Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 17314

Simple Dialog Box in Axapta 2012

$
0
0
Simple Dialog Box in Axapta 2012 The following example displays the dialog box and prints the value entered to the screen. Code: static void theAxapta_DialogBox(Args _args) { dialog dialog; dialogGroup dialogGroup; dialogField dialogField; ; dialog = new Dialog("Simple Dialog"); dialogGroup = dialog.addGroup("Customer"); dialogField = dialog.addField(extendedTypeStr(custAccount)); if (dialog.run()) { print dialogField.value(); pause; } } Output: Note: 1. The dialog.run() method...(read more)

Viewing all articles
Browse latest Browse all 17314

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>