Home » Developer & Programmer » Forms » forms 10g under windows AS 10 under linux
forms 10g under windows AS 10 under linux [message #87172] Sun, 12 December 2004 12:03 Go to next message
hudo
Messages: 165
Registered: May 2004
Senior Member
Hello,

I developed forms with forms 10g under Windows XP, then the forms were copied to
the AS 10 machine running under Linux. But the forms do not work there.
Even displaying the contents of a table (in a form) by activating the WHEN-BUTTON_PRESSED
Trigger does not work. But the contents is displayed if the symbols in the menu-bar
are used.
What is the problem ? Do the .fmb files have to be recompiled on the linux machine ?
Do I need therefore the Developer Suite on the linux machine ?
Read something about f90genm.sh , which user should compile the .fmb files under linux ?
How to compile the .fmb file (which parameters are necessary) ?
The oracle installation directory belongs to user oracle and group dba.

Thanxs in advance
Re: forms 10g under windows AS 10 under linux [message #87175 is a reply to message #87172] Sun, 12 December 2004 21:21 Go to previous message
Frank
Messages: 7901
Registered: March 2000
Senior Member
Indeed, you have to regenerate and recompile the fmb to a Linux-fmb and -fmx.
Do this by running
$ORACLE_HOME/bin/f90gen build=no module=<<x>Your modulename> (to generate an fmb)
and then
$ORACLE_HOME/bin/f90gen compile_all=yes module=<<x>Your modulename> (to generate an fmx from your Linux-fmb)

hth
Previous Topic: Labels are disappearing
Next Topic: calling triggers
Goto Forum:
  


Current Time: Thu Sep 19 16:15:54 CDT 2024