How to make the project as .exe file in oracle forms & reports(d2k)?

Showing Answers 1 - 11 of 11 Answers

Ravi Kumar

  • Jan 10th, 2006
 

Developer/2000 doesn't make exe files.  Think of your Dev 2k project
like an access database, you develop the forms and reports and then

when you deploy them you also install the Forms & Reports Runtimes

on the clients machine.  Forms, when compiled have the *.fmx

extension as opposed to the normal *.fmb extension.

  Was this answer useful?  Yes

vikram sagar

  • Sep 27th, 2006
 

u can make .exe file for ur project..i've given a solution for this in this forum..u can check it out and try it...

thanx..

vikram sagar

sandip

  • Feb 12th, 2017
 

I am fresher in Oracle Forms Development. I create a project in Form 6i and now I want to create exe o. But I don't know how. Please help.

  Was this answer useful?  Yes

KULDEEP

  • Mar 8th, 2017
 

First of all we will write the code than save after than when we will use this code before compiled, run after that this is generated .exe file.

  Was this answer useful?  Yes

Krishna Balan b

  • May 19th, 2017
 

First go to Oracle Form installed directory then bin folder will be there open that folder then search ifrun60 this named file the create shortcut of that file to desktop then go to the property of the shortcut then mention below typed C:orantBINifrun60.EXE module="C:Users400t067Desktopkrishna balamFORM FMXAPP_LOGIN.fmx" Userid="hr/hr@xe" Xe database name hr user id in target text box that all the mentioned .fmx form file automatically run when you run the exe shortcut file

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions