Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

11gR2 Forms : windows calculator display on front of calling form?

IKNov 12 2014 — edited Nov 14 2014

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.

This post has been answered by Michael Ferrante-Oracle on Nov 12 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 12 2014
Added on Nov 12 2014
4 comments
1,342 views