So Forms 11 is out, i'm just trying to install it on a vmware Win2003. First of all, to make it install correctly, i have to make my vmware up to 2 go memory and a big swap file( 3,5 Go). Than as i got an error while configuring ohs (opmnctl restartproc ias-component=ohs), i have to copy some […]
The problem today is to test if a file exist on the AS, but there aren't any function existing . So i search on OTN and found a solution using io_text file. Here it is : FUNCTION FileExists(pFilePath in varchar2) RETURN boolean IS hFile text_io.file_type; file_not_exists exception; pragma […]
After lot of louse mouse focus problems, oracle realise patch p7703734_10123. I just install this Opatch and do some tests. First of all, i have to move some files because this patch contains news oracle JAR files and we dunot use standard java directory (ie : $ORACLE_HOME/FORMS/JAVA) Then […]
As Windows 7 RC just realised, we try it and test our's application under client win7 system. Ad what can we say, it works, fine . Of course our application is now using JRE (not jinit anymore) and last version of OAS 10.1.2.3 Only problem is to install forms developer (reports and forms) under […]
As i havn't lot of time at this moment, i juste realise a demo fmx for those who want to use Java bean Adding dynamiq items (Bases on FD one) You can find it here the fmx And Here the FMB I'll try to reply question, comment look form my email botton of blog Lionel
As we deploy our forms application, we add 2 reports server, to do that we use addNewServerTarget from ORACLE_HOME/bin directory. The problem was that report server dunot start with error like "reportServerName already exist on network". In fact seems that this occurs when you stop opmn […]
Ok, as there are some sort of ask, i put here Java code of modified additems2.java (by François Degrelle, thank's a lot). You can find it here (sorry it's text only you have to make all yourself but time is missing ...) You'll see that i have add some sort of items (like Combo, and text area AT […]
I just pass the last 15 days looking for a problèm whith our application under LINUX OAS server. Description : As we are in Europe, we have to put € symbol in some reports. But these reports running to PDF issue dunot show the € symbol. I have try metalink notes 291999.1 and 376775.1 But no way […]
'Lo all After customizing OAS Forms under Linux (for me Red Hat4), i've try my windows forms application ... And it dunot work of course, so here are what to do to make it work . Ok after network problems here is the article : We need to make our forms work under linux. 1st we have installed a […]
Real First Post, litle custom compare for OAS 10.1.2.3 on windows server and linux server After / , \ and case know problems, you have to modifie some conf and env files to make it work correctly. Full post Here .