Axaptapedia is now maintained by AgileCadence For more information please click here.
Modal forms
From Axaptapedia
Ho to create modal form in Axapta.
If you are using formRun class to create modal form, simply add this code
formRun.init(); formRun.run(); fromRun.wait(true);
You will get complitely modal form on your client. To open any other forms you need to open new client.