i have called windows calculator in my forms through
AppID := DDE.App_Begin('C:\Windows\system32\calc.exe', DDE.APP_MODE_MAXIMIZED);
DDE.App_Focus(AppID);
on when button pressed trigger, but when i press the button the calculator is displayed but not active, i want that the calculator should display on front of my form(calling form).
i am using 11gR2 Forms.