Generate an executable with Oracle Forms 6i

Aman_2005 Posted messages 6 Status Membre -  
Djexx Posted messages 8 Status Membre -
Hello everyone
How can we generate an executable with Oracle Forms 6i - dev6 after creating an application with a database
Thanks in advance

2 réponses

fersaoui
 
1-compile your application for example: test.fmb;
2-run your application for example: test.fmx;
3-go to the desktop, create an icon on your desktop, target where you installed Developer 2000. Example: c:\dev,

C:\dev\BIN\ifrun60.EXE

the rest is easy ....

good luck
3
Bati
 
Hello,
how can we generate an executable (icon on the desktop) for a form developed using Forms 6i?
Thank you for your help.
0
Djexx Posted messages 8 Status Membre
 
After compiling your FORM Developer, create another file with the FMX extension
1/ create a shortcut on the desktop or in any location
2/ the shortcut points to the created FMX file
3/ in the properties of the shortcut, ADD the path of the Compiler the IFRUN60.EXE
example:
1/ it is the form c:\a.fmb
2/ after compilation, the file c:\a.fmx is created
3/ the shortcut R=c:\a.fmx
4/ add "c:\orant\bin\ifrun60.exe c:\a.fmx" given that c:\orant\bin\
is the location of the ifrun60.exe file
0