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!

Form works OK on Windows but does not work when running on Solaris or Unix

437535Feb 17 2006 — edited Feb 22 2006
Hi guys,

I have the following problem...

I built a form with Forms Builder for windows and when i compile the form in Form Builder on Window OS the form works perfect, however when I deliver the form to the client and they compile the form on Unix or Solaris the form does not behave the same, it misses some information...

I was able to recreate the errors on windows if i use the command line to compile the form using the following:

for %%i in (*.fmb) do ifcmp60.EXE Module=%%i Userid=%1/%2@%3 Module_Type=FORM Batch=YES Upgrade=YES Compile_All=YES Window_State=Minimize

this should compile all the *.fmb files using ifcmp60.EXE and receives 3 parameters which allow the connect to the database... using this the forms are compiled and the fmx files are generated but when running these fmx the forms behave different than when the forms are compiled with Forms Builder... now this is really weird!

I wonder if any of you guys can help me!!

Thanks in advance!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 22 2006
Added on Feb 17 2006
16 comments
1,242 views