Hello All

I have dialog generated inside my code like this:

        dialog myDialog = New Dialog("Prompt");
        DialogField df = myDialog.addField(typeId(Amount));
        if (myDialog.run())
            return df.value();

I should run myDialog as modal, because I need lock every user movement in
Axapta until dialog is not closed, but I don't know how. This problem is
both in Axapta 2.5 and 3.0

Please help

Tomasz Dudek







 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/development-axapta/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 




Reply via email to