Overblog Tous les blogs Top blogs Technologie & Science Tous les blogs Technologie & Science
Editer l'article Suivre ce blog Administration + Créer mon blog
MENU

Articles Oracle Forms, PL/SQL, Java, J2EE

Publicité

Forms LAF 1.7.7 patch

Hello there,

I have just corrected a bug in the LAF concerning loading big images with the NEW IMAGE feature and also the Image Spinner.

Download the new laf_177.zip from the site (stamp September the 3rd), the version number remains unchanged.

See you next time ;-)

Francois

Publicité
Retour à l'accueil
Partager cet article
Repost0
Pour être informé des derniers articles, inscrivez vous :
Commenter cet article
N
Hello Mister Francois.<br /> Thank you for all the shared information. I want to create a directory in the server.<br /> I was trying so..<br /> vvalor:=webutil_file.create_directory('/coo/Documentos_Archivos/Procesos_creditos/propuestas/RESTAURANT');<br /> <br /> And its imposible.. if i try to create the directory Restaurant in my machine I don't have problem.<br /> that way..<br /> vvalor:=webutil_file.create_directory(C:\Documentos_Archivos\Procesos_creditos\propuestas/RESTAURANT);<br /> <br /> But I really need to create it in the server. Could you helpme please??<br /> Thanks and blessings<br /> Natalia Barros<br /> Asunción-Paraguay
Répondre
F
Webutil is usefull to perform action on the client side. If you want to do something on the A.S side, use the standard HOST() built-in.