Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

forms 10g under windows, AS 10 under Linux 1

Status
Not open for further replies.

hudo

Programmer
Dec 4, 2003
94
DE
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
 
Only source fmb files are portable, but you should compile them (create fmx) for each target platform. Obviously you need a compiler (part of Developper Suite) to be installed.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top