daogu
Installing Fonts / Copy a file to Windows Directory
Hi !
I have a problem with fonts. One of my reports need a font to display correctly. This font is on the AS. From Forms, I call the report and I use the procedure "WEBUTIL_FILETRANSFER.AS_To_Client", "C:\windows\fonts" (AS side) to "C:\windows\fonts" (client side), but there’s no file transferred. In fact, when I use "C:\", it works fine.
It seems I can’t use "C:\windows\fonts\" as a directory for the client. I also tried to copy the font in a directory (one that works) and use "WEBUTIL_File.Copy_File" to "C:\Windows\Fonts" but it doesn’t work either. I’m sure I have admin rights.
Is there another way to install font ? (for Windows)
For info, I’m using Forms 10g and Database 10g. My OS is Windows XP SP2 and I tried with IE7 and Firefox 3.0 browsers.
Answer:Where is the report running? On the AS or client?
David
Answer:The report is running on client side ^^ I use Run_Report_Object and then Web.Show_Document to show the report.
Answer:What happens when you only use the ‘web.show_document’ command as per the many examples in this forum?
David
Related posts:
- copy file from client to server in a web deployed application I have developed one application using Oracle forms, which...
- User home directory for JAR files Hi All, I have some mess in my Jinitiator...
- working Directory Of 10g DS Hi all, i am new to DS 10g. I...
- calling a form from another form I am trying to call a form from another...
- Hot To check Application Directory How to know the directory main form ? Answer:Could...
No Comments