Font mapping in Forms 10g on Unix/Linux

Hello,
does anybody have a adea how font mapping in forms 10g works on Unix/Linux.
As far as I know I do have to have a X-Server running on the node so that forms can mapp java fonts, is this true?
What configuration options do I have on the server.
Can I differ strictly between development tasks (consideration of developer) and admin tasks ([configuration]considerations of Application Server Admin) referring font mapping in forms 10g?
Is there any "Best Practices to this subject?
Thank you.
Regards
Frank

Hello Frank,
- fontmapping takes place in Registry.dat file?!
- According to your article "Forms: Using custom fonts in Oracle Forms Services 10g" I only have to customize fontmapping in Registry.dat file.
-Customer developes on MS-Client and uses Arial,but is surprised about displayed font, which is´nt Arial.
-Can I just customize font mapping in Registry.dat as follows (according your example)?
default.fontMap.appFontnames=x,y,Arial
default.fontMap.javaFontnames=u,v.Arial
What do we have to consider on client site?
What´s about java on client (JInitiator)?
Regards
Frank

Similar Messages

  • How to use unicode fonts in Oracle forms 10g?

    Hi I am working in forms 10g for quite a long time, the software that I have developed so far are all in English language. Now I have requirements to use Bengali Fonts in Forms 10g. I am facing difficulties doing that. Please reply with help. Thanks
    Hasan Al Mamun

    Check this forum post (though that is for 6i, it would be of helpful for you)
    How to use unicode fonts in Oracle forms 10g?
    -Arun

  • Key Mapping in Forms 10g

    Dear All,
    I have migrated forms 3.0 in unix to forms 10g in windows 2003 server.
    In my older version, '+' key is mapped to do COMMIT. I want to map the same key in forms 10g. i tried the same in my frmweb.res. Pls find the mapping done by me below.
    *107 : 0 : "Add" : 36 : "Commit"*
    This works fine.
    The Issue is ... My cursor is in a text item .... I entered some data and press " + " key to save. The data is saved but at the same time the data in the text item is erased and + is getting replaced in the text item. I dont want my data to be erased and replaced with "+" symbol.
    How to map the "+" just for COMMIT and should not replace the data in the text item ?
    Can anyone help me to solve this issue...
    Thanks in Advance
    Sharf

    Unfortunately, sometimes the role of the developer is to educate the user/management what can/can't and should/shouldn't be done. If I were in your postition, I would make every effort to educate the user/management this this is a REALLY bad idea and encourage them to use the standard key mapping or use a modifed key mapping that uses just the F-Keys.
    The problem you have to overcome is that you have to not only tell Forms to do something different when the '+' key is pressed, but you have to have a listener in your application that is listening for the '+' key and supress the '+' character. To my knowledge, this cannot be done with native Forms built-ins. You would have to write your own Java solution (JavaBean or Pluggable Java Component [PJC]) to suppress the '+'. I have found that if you can provide the user/management with a cost estimate associated with the effort needed to code a particular feature. Once they realize the level effort and more importantly the cost associated with coding a particular feature, they typically will change their mind and see reason.
    I know this is not what you wanted to hear, but I hope it will help anyway. :(
    Craig...
    Edited by: CraigB on Aug 2, 2010 2:05 PM
    Edited by: CraigB on Aug 2, 2010 2:07 PM

  • Font smoothing in Forms 10g

    Hello,
    Compared to the application running under 6i, the same application running under 10g shows fonts with jagged edges. From what I have found on the forum, this seems to be because of the JAVA fonts mapping in the applet.
    Is there any way to introduce some smoothing or something similar to ANTIALIASING in JAVA.
    I have tried clientDPI in basejini.htm but this does not help.
    Thanks.

    Hello,
    Thanks but I already checked the papers related to Forms 10g (new functionalities etc...). I am just trying to see whether there are any parameters to use in formsweb.cfg, registry.dat that might help with the font smoothing.
    Thanks

  • Font problem in Forms 10g

    We are upgrading an application(forms and reports) from 6i to 10g. We are testing the application from 10gDev. Suite. The forms in 6i contains certain fonts like Arial Narrow (Western),Wingdings (Western),Arial(Western),Terminal,Tahoma,Fixedsys,Times New Roman (Western). When the form is ran from web, the fonts are not coming up correctly (font in layout is different from web version).
    I followed the forums here and added the font mapping in registry.dat, but still the fonts are not coming up correctly in web. Can some one help me how to configure the fonts in 10gDS?
    Foll. is the entry from the registry.dat file
    default.fontMap.appFontnames=Courier New,Courier,courier,System,Terminal,Fixed,Fixedsys,Times,Times New Roman,MS Sans Serif,Arial,Arial Narrow (Western),Wingdings (Western),Arial (Western),Terminal,Tahoma,Fixedsys,Times New Roman (Western)
    default.fontMap.javaFontnames=MonoSpaced,MonoSpaced,MonoSpaced,Dialog,MonoSpaced,Dialog,Dialog,Serif,Serif,Dialog,SansSerif,Arial Narrow (Western),Wingdings (Western),Arial (Western),Terminal,Tahoma,Fixedsys,Times New Roman (Western)
    Thanks in advance.

    Our application too uses wingdings font as a label on button. Its displaying boxes and workarounds in metalink notes Note:243034.1 and Note:454102.1 are not bearing fruits. Does anyone have solution.
    One alternative is to make the buttons iconic and create ico/gif file for the character placed as label, but the fact that our application has hundreds of forms is a matter of concern.
    If anyone knows the exact solution to this problem, pls help out.

  • Compiling forms 10g on unix hpux

    Hello all,
    I need to compile my forms for unix hpux platform, as my pll and reports, can anyone please help me doing it.
    Thanks in advanced

    Hi ,
    Use the following Command :
    <ORACLE_HOME>\bin\frmcmp.sh Userid=<CONNECTION_STRING> Module=<MODULE_PATH>
    and optionally specify the Module_Type=LIBRARY in case you want to compile library ,
    Best Regards,

  • Forms 10g : How to increasethe font size ?

    Hi All ,
    I want increase the font size in general for all the forms in my application.
    Could anyone please let me know which file needs to be configured to increase
    the font size in forms 10g ? Also what entries do I need to modify in it.
    Thanks,

    You might check the Forms Services Deployment Guide and the Oracle Forms Online Help.
    If all of your forms use the default font, then the first link may work for you. If not, then you may have to go into each form. You might also search the online help for how to use SmartClasses.

  • Unicode problem in Forms 10g

    Dear Everybody,
    Re : Oracle 10g DB for linux
    Oracle Forms 10g for Windows/Linux
    Oracle IAS 10g for linux
    Oracle Jinitiator 1.3.1.18 for windows
    i need to put two chinese words on two column label in Forms. one is traditional chinese UTF8 and other one is
    simp. chinese UTF8. it develop by Forms on windows and re-compile it on linux then deploy it on IAS on linux.
    it is fine when i access from IE. i can see two difference chinese words in forms. but when i try to resize the fonts and make the fonts to bold.
    it still same as before.
    Why the fonts size no effect ?
    i think the problem is cause by Jinitiator.
    is it correct ?
    The two chinese words as below : -
    T.C : 繁體ä¸æ–‡UTF-八體
    S.C : 简体ä¸æ–‡UTF-八体
    Best Regards
    Boris

    The date item property was defined as:
    data type: datetime
    maxium length:17
    initial value: $$DATETIME$$
    format mask: DD-MON-YYYY HH24:MI
    changed to ->
    data type: datetime
    maxium length:30
    initial value: $$DATETIME$$
    format mask: DD-MON-YYYY HH24:MI:SS
    It still does the timestamp switching for the record 1 and 2. If the record 1 and 2 are inserted more than a minute apart, then it works. Anything to do with database datetime setup?

  • How to use MICR fonts in Adobe forms (webdynpro java

    Hi,
          We have a requirement where we need to print some MICR codes (for checks) through Adobe Forms.
    I have installed some true type MICR fonts in windows and Adobe Font Manager (in ADS) as well.
    It is visible in the Adobe Form design time (Font palette) and when I use the font for text, it is visible in preview too. But when I run the web dynpro application, in the online form it is converted into Standard font (Times new Roman).
    Is there anyway to handle this issue.
    Please let me know.
    I am using NWDS 7.0.1
    Adobe Live cycle designer 7.1
    SAP NW 2004s SP14
    Thank you,
    Vasu

    Check this forum post (though that is for 6i, it would be of helpful for you)
    How to use unicode fonts in Oracle forms 10g?
    -Arun

  • How to embed unicode fonts in fillable form.

    Hello friends,
    I had created a normal unicode Pdf form. IT shows perfectly.
    But when i make this form as a fillable pdf the unicode charaters converts into junk and the form is become unreadable.
    Attached here a normal unicode pdf form. As well as form_fillable.pdf which is junked after created a fillable
    regards
    KD

    Check this forum post (though that is for 6i, it would be of helpful for you)
    How to use unicode fonts in Oracle forms 10g?
    -Arun

  • How to keep the font in the design time appear in run time with forms 10g

    hi guys
    did anyone know if we can keep the font we choose at
    design time in form 10g r2
    appear in runtime cuz the java applet transformer it to
    fonts that it recognise and the original font disappear

    You need to map the font you are using for development to one of the proper Java fonts that is used by the server by editing the related lines in the Registry.dat file located under the BI installation (of the iAS server) The file is located under the BI_HOME/forms/java/oracle/forms/registry/ subdirectory.
    Here is an example from my Registry.dat file. I am using Helvetica when developing (I am on Linux for both iDS and iAS) and mapping it to Dialog (Java font). You can search this form and OTN white papers, I am sure you can find similar mappings for your font (for development) and deployment. I simply used trial and see method to find a solution for my case.
    # Default Font Face mapping.
    # appFontname represents a comma delimited list of Application Font Names.
    # javaFontname represents a comma delimited list of Java Font Names.
    # The number of entries in the appFontname list should match the number in
    # the javaFontname list. The elements of the list are comma separated and
    # all characters are taken literally, leading and trailing spaces are
    # stripped from Face names.
    # Note that this file uses the Java 1.1 Font names in order to be able to
    # handle the NLS Plane (BUG #431051)
    default.fontMap.appFontnames=Courier New,Courier,courier,System,Terminal,Fixed,Fixedsys,Times,Times New Roman,MS Sans Serif,Arial,Helvetica
    default.fontMap.javaFontnames=MonoSpaced,MonoSpaced,MonoSpaced,Dialog,MonoSpaced,Dialog,Dialog,Serif,Serif,Dialog,SansSerif,Dialog
    Hope this proves useful.
    R/ Zaf

  • Default Font in Forms 10g

    I've been doing some development in Forms 10g (10.1.2.0.2) and I've noticed some differences between a form that has all the fonts set to Microsoft Sans Serif and a form that leaves the font property as <Unspecified>. When you create a new form and don't change the font in the Layout Editor the font is left as <Unspecified> in the property palette even though the Layout Editor shows the font as Microsoft Sans Serif.
    What is the font that Forms uses when the font is set to <Unspecified> in the property palette?

    I thk it is MsSanserif

  • Using of google map in oracle forms 10g

    Hello,
    We are on Oracle Forms 10g. We have a requirement of calling a Custom Map application (Like Google Maps) from Oracle Forms 10g.
    We want to show the Employee's Hose location in the form when city,street and state is entered.
    We are using the following PJC
    http://forms.pjc.bean.over-blog.com/article-26335020.html
    But when i run it i do not get anything in GMAP.
    I appreciate if I can get some help for the above requirements.
    Thank you.

    hello sir,
    I am running my form from the form Builder.
    I have copied my jar file into E:\DevsuiteHome_1\forms\Java Folder.
    Updated formsweb.cfg file as
    archive_jini= frmall.jar,frmwebutil.jar,jacob.jar,StaticGMap.jar
    and updated default.env Class path
    I got the following error: on java console
    Oracle JInitiator: Version 1.3.1.30
    Using JRE version 1.3.1.30-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Administrator
    Proxy Configuration: Manual Configuration
    Proxy:
    Proxy Overrides:
    JAR cache enabled
    Location: C:\Documents and Settings\Administrator\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://polish_dap-2:8889/forms/java/frmall_jinit.jar from JAR cache
    Loading http://polish_dap-2:8889/forms/java/frmwebutil.jar from JAR cache
    Loading http://polish_dap-2:8889/forms/java/jacob.jar from JAR cache
    Loading http://polish_dap-2:8889/forms/java/JCalendarJinit.jar from JAR cache
    Loading http://polish_dap-2:8889/forms/java/jcalendar.jar from JAR cache
    Loading http://polish_dap-2:8889/forms/java/AWTFileDialog.jar from JAR cache
    Loading http://polish_dap-2:8889/forms/java/FileDropper.jar from JAR cache
    Loading http://polish_dap-2:8889/forms/java/statusbar.jar from JAR cache
    Loading http://polish_dap-2:8889/forms/java/lablediconbutton.jar from JAR cache
    Loading http://polish_dap-2:8889/forms/java/dynamicmenu.jar from JAR cache
    Loading http://polish_dap-2:8889/forms/java/ComboMenuBar.jar from JAR cache
    Loading http://polish_dap-2:8889/forms/java/StaticGMap.jar from JAR cache
    Loading http://polish_dap-2:8889/forms/java/personalize.jar from JAR cache
    Loading http://polish_dap-2:8889/forms/java/progressbar.jar from JAR cache
    Loading http://polish_dap-2:8889/forms/java/rolloverbutton.jar from JAR cache
    Loading http://polish_dap-2:8889/forms/java/getclientinfo.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

  • I try to create a directory on a mapped directory with forms 10g ?

    Hello !
    I try to create a directory on a mapped directory with forms 10g in web environment. The mapped directory is located on the application server. For this, I use this command : host('cmd /c md h:\test'); and it doesn't work.
    When I execute this command directly on the server, it works good...
    Thanks
    Pascal Mottay
    France

    Hello !
    I try to create a directory on a mapped directory with forms 10g in web environment. The mapped directory is located on the application server. For this, I use this command : host('cmd /c md h:\test'); and it doesn't work.
    When I execute this command directly on the server, it works good...
    Thanks
    Pascal Mottay
    France

  • Forms 10g on Linux - Anyone Else?

    I am now running on a Redhat Linux AS3 machine and just installed the developer suite. When I started up jDeveloper it looked almost exactly the way it did on windows.
    But Forms is UGLY, it is some god aweful light blue color, and it doesn't react the same either, when you open a canvas it opens it in another window, and some other annoying things.
    Does anyone else have this problem, or know how to change this? I don't know if I can be very productive using forms with this UI. I am running f90desm.sh to start forms in the DevSuiteHome/bin directory.

    That's good old motif interface. I guess you'll have to stick with windows for development. AFAIK that's the only interface for forms builder on unix.

Maybe you are looking for

  • Here we go again - problems with sync files to CC

    Again I having trouble sync (uploading) files to CC. I get an error message saying that a file (every file) can not be synced - this is folloowed by an absolute nonsense error message - can't upload look at your file - really anoying! Is this the sam

  • @Embeddable with java.uitil.Date in JPQL (limitations ?)

    I'm facing with problem regarding using java.util.Date in JPQL query. Here are sample entities for test case: @Embeddable public class EmbCompTest implements Serializable{      private static final long serialVersionUID = 1L;      @Temporal(TemporalT

  • Relational Diagram not showing Views column alias (R3.3)

    This seems to be a change as well? When I build views I often alias the columns in the view query builder. I would like the diagram to show those alias names rather than the name of the underlying column. Otherwise I have to look at the DDL to see if

  • Powerbook AC/battery issue

    Hi there wondered if anyone could give advice to this issue. I recently acquired a used Powerbook G4 Aluminum 15" widescreen which I bought knowing it had a dead battery which I'm due to replace, however as I have to leave it plugged in with the ac a

  • PF Status and ALV GRID

    Hello Experts! I've created a screen with an alv_grid and a custom pf_status, I have a custome button defined in the pf_status, I need to pass the command executed from the pf_status to the alv_grid. Is this possible? My user refuses to use the alv_g