Type unicode in palette property

Hello,
I using forms 11gR2, I cannot type unicode text for item label when designing forms.
I have set NLS_LANG=UTF8 in default.env file but it doen't works, after finish a word, text changed to non-unicode.
Please help me on this case.
Thank you very much.

Hi There is an entry for forms in the registry they just renamed it strangely. It starts with OH then has a series of random numbers :)
If you go to
HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OH<Random numbers>
For example
HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OH242471924
You will see it has a FORMS_PATH entry.
Or you can just search the registry for FORMS_ATH

Similar Messages

  • Please help explain the error "Can't make «script» into type Unicode text"

    i am writing an applescript for my eyetv installation that handles recorded shows. i have posted in their forums, without reply, so thought maybe i could get some understanding of the technicalities of the fault to try to fix myself!!
    i have a sub-routine:
    to deleteeyetvrecording(theRecordingID)
    set theScriptLibrary to load script file "Macintosh HD:Library:Scripts:ScriptLibraryv1.scpt"
    tell application "EyeTV"
    theScriptLibrary's log_event("RecordingDone", "Deleting EyeTV recording: " & (get title of theRecordingID), 2)
    try
    delete theRecordingID
    on error theErrorMessage number theErrorNumber from theErrorObject
    theScriptLibrary's log_event("RecordingDone", "deleteeyetvrecording: " & theErrorNumber & ": " & theErrorMessage & ". Object: " & theErrorObject, 2)
    end try
    end tell
    end deleteeyetvrecording
    even though the line above the error works fine and retrieves the Title property of the eyetv recording, the delete command on the next line outputs to the log file:
    Sunday, October 26, 2008 09:50:51 [ 1 ] Error deleting file (4/4): -1700: Can’t make «script» into type Unicode text.
    what does this error mean? what syntax changes are needed?
    note this sub-routine worked in v1 of my script - i only copy and pasted it to the v2 script! go figure!
    regards
    jingo_man

    Hello
    Without knowing what theRecordingID is, how deleteeyetvrecording() is called and what the actual code of log_event() is, I can only guess.
    The said error log is most likely not written by the code in the try block you provided, which should throw error by itself when theErrorObject cannot be coerced to string. I'd guess you have an enclosing try block where you call deleteeyetvrecording() and the said error log comes from there.
    As far as I can tell, you should not assume that you can always coerce theErroObject (that is obtained from 'from' parameter of 'on error' statement) to text.
    Too little information to go any further.
    H

  • [solved] type unicode to urxvt with ibus

    my urxvt displays unicode well but I can't type unicode with ibus in urxvt. Although I can type unicode in another gtk, qt apps.
    What can I do to type unicode in urxvt, thanks first
    Solution
    Please mark this thread as solved. It's solved after I followed every step in wiki and run ibus with --xim 
    I'm lazy to google this time, use this keyword : "wiki archlinux ibus urxvt" if you're looking for the answer
    nXqd
    Last edited by nXqd (2011-09-26 11:49:57)

    Please mark this thread as solved. It's solved after I followed every step in wiki and run ibus with --xim
    I'm lazy to google this time, use this keyword : "wiki archlinux ibus urxvt" if you're looking for the answer
    nXqd

  • How to pass attribute of type java.util.ArrayList Property to a Tag

    How do I pass an attribute of type, java.util.ArrayList<my.entity.Property> to a Tag implementation class?
    Please advise!
    Thanks,
    Joe
    package my.tags;
    import java.io.IOException;
    import java.util.ArrayList;
    import javax.servlet.jsp.tagext.SimpleTagSupport;
    import javax.servlet.jsp.JspException;
    import my.entity.Property;
    public class PropertiesTag extends SimpleTagSupport {
        private ArrayList<Property> properties;
        public void setProperties(ArrayList<Property> properties) {
              this.properties = properties;
         public void doTag() throws JspException, IOException {
    <?xml version="1.0" encoding="utf-8" ?>
    <taglib ...>
         <tag>
              <name>propertiesTag</name>
              <tag-class>my.tags.PropertiesTag</tag-class>
              <body-content>empty</body-content>
              <description>Displays the product selection left menu</description>
              <attribute>
                   <name>properties</name>
                   <required>true</required>
                   <rtexprvalue>true</rtexprvalue>
                   <type>java.util.ArrayList<my.entity.Property></type>
              </attribute>
         </tag>
    </taglib>Here's the error message:
    org.xml.sax.SAXParseException: The element type "my.entity.Property" must be terminated by the matching end-tag "</my.entity.Property>".

    802826 wrote:
    How do I pass an attribute of type, java.util.ArrayList<my.entity.Property> to a Tag implementation class?
    Please advise!
    As already pointed out, there is no way to specify a generic type in a tag library descriptor. You may however specify an Object type in your tld and still have the variable in your tag as a parameterized generic type.
    In your tld change the type to Object.
    <type>java.lang.Object</type>.
    The properties tag itself needs no change and can continue to use parameterized types.
    cheers,
    ram.

  • Hw do I reset type size in palette (CS4)?

    For some reason or some manipulation I wasn't aware of, my Type palette now displays font size in inches. For instance, if I type in "12 pt" it automatically enters "0.167 in". I have tried resetting the panel, visited Preferences, but can't seem to find a way to change that.
    Would anyone know how to reset it to points?
    thanks ahead.
    A

    thanks Scott, obviously I wasn't thinking...

  • How to sort Node type by custom Datetime property ISortablePagedList

    Hello
    I have a "News" type in my own WLP Repository.
    This type has a "publishedDate" date property like system "createdDate" property.
    When I retrieve list of Nodes from repository I would like to sort CMPagedResult by my "publishedDate".
    Something like
    ISearchManager searchManager = ContentManagerFactory.getSearchManager();
    Search search = new Search(“cm_ObjectClass = Newsl”);
    search.setSortCriteria("publishedDate");
    ISortableFilterablePagedList<Node> nodes =
    searchManager.search(context, search);
    doesn't work, also doesn't work if I use searchManager.postSearch method.
    Also my property was maped on CM_NODE table(exists coloumn CM_PUBLISHED_DATE)
    Please advice how can I make sort by my property.

    DECLARE @xml as xml
    SET @xml ='<Email>
      <Type>Personal</Type>
      <Code>1</Code>
      <Description>[email protected]</Description>
      <LocalId>000000000000000000000000868000000001</LocalId>  
        <Infeliz>
    <Za>
    Fuck
    </Za>
    <Maria>
    Fuck
    </Maria>
      </Infeliz>
    </Email>'
    SELECT '<Email>' 
    + CONVERT(varchar(1000), @xml.query('for $x in (/Email/*) 
      order by local-name($x) 
                       return $x '))  
           + '</Email>'
    OUPUT - NOT OK 
    <?xml version="1.0" encoding="UTF-8"?>
    <Email>
    <Code>1</Code>
    <Description>[email protected]</Description>
    <Infeliz>
    <Za>Fuck</Za>
    <Maria>Fuck</Maria>
    </Infeliz>
    <LocalId>000000000000000000000000868000000001</LocalId>
    <Type>Personal</Type>
    </Email>
    I want so
    <?xml version="1.0" encoding="UTF-8"?>
    <Email>
    <Code>1</Code>
    <Description>[email protected]</Description>
    <Infeliz>
    <Maria>Fuck</Maria>
    <Za>Fuck</Za>
    </Infeliz>
    <LocalId>000000000000000000000000868000000001</LocalId>
    <Type>Personal</Type>
    </Email>

  • To TYPE Unicode characters

    Hi!
    I use FrameMaker 8 on Windows XP.
    I have scanned a two-volume Greek book and ran it through an OCR program. Not all of the transcription is correct, so I have to fix it. Some of the text is quoted from older books, so there's a lot of interesting combinations of diacritical marks, creating special characters. Most of them I have found in the font I use (Alkaios) and have no big trouble typing them with the corresponding key combinations.
    Running charmap from the Run... field under Start I can see that also the rest of the characters are present in the Alkaios font. But I don't seem to find the combination of keys in FrameMaker to produce them (and probably those particular combinations are not implemented). And I can't use Alt+number, since that only works with ASCII characters, and the ones I'm after are far beyond those.
    Searching the web, I found that what I'm supposed to type is U+number. The problem is that in any editor, typing a 'U' will present me with a 'U'. (Very logical and practical, since you sometimes also want to be able to type a 'U'!) Searching some more, I found that in for example OpenOffice the 'U' in the typing sequence should be translated as Ctrl+Shift (haven't tried it there, though), and I also found another editor in which it works that way. And in Word 2007 I actually CAN use Alt+number (the decimal numbers 0912 and 0944, in this case).
    But in FM I can't use Alt+number, because I get a question mark or a ring, or something else. And I can't use Ctrl+Shift+number, because when I hit the zero key, FM tries to copy whatever is highlighted in the document (which i nothing, and hence FM protests).
    As you've probably guessed by now, I would like to know what key combination (or other trick) I have to use to be able to somehow type or enter the special characters into my document? Or am I stuck with copy-and-paste from the charmap?
    Regards, Mikael Persson!

    I think using the Windows calculator is a perfectly acceptable way to convert between hex and decimal :)
    Here's another issue:
    there are two stages to getting a unicode character to display: you have to specify the correct character, and then the font involved has to actually have a glyph for that character in it.
    I expect, to put it rather anthropomorphically, it goes something like:
    1. you type/paste the character
    2. Application asks the font if it has a glyph for that character
    3. If not, application asks operating system if it has a font that has that character
    4. Once one is found, it gets displayed.
    My hunch from what I've seen is that applications like Word, and most web-broswers these days, will liase with the Windows operating system until a font is found that has the necessary glyphs for the required characters.
    However, some applications give up at step two: if, for example, your doc in some Adobe application is using Helvetica, and you ask for a very obscure unicode character, and Helvetica doesn't have a glyph for it, you may just get a blank square or "Missing character" symbol.
    This used to also be the case with the Firefox browser - if I was writing a webpage and put in an obscure character, which wasn't present in default fonts like "Times New Roman" or "Verdana", I'd get a missing character symbol instead, even though my PC had other fonts which *did* have glyphs for that. I'd need to explicitly put "font="Arial Unicode" or sthg like that into the webpage to make it talk to windows to retrieve a glyph.
    However, over the past couple of years, Firefox has stopped this and will just go get whatever glyphs it needs.
    Perhaps programs like Frame and InDesign actually see this kind of behaviour as a virtue?
    (All the above is totally speculative based on my own experience, mind you...)

  • I cannot type Unicode characters (Vietnamese for instance) in Flash input textfields.

    Given the same website containing a Flash Input TextField, I can:
    # Type Vietnamese properly on IE
    # Type Vietnamese properly on Google Chrome, but only when the Flash '''wmode''' property is set at "windows" (not transparent, nor opaque, etc.)
    # Type Vietnamese properly on FireFox 3.6
    # '''Cannot''' type Vietnamese properly at all on FireFox 4 Final, no matter what wmode is set to

    There are two "serial" numbers (the product number) that came on the product packaging.
    The software is Adobe Flash Professional CS5.5 Student and Teacher Edition, purchased from Amazon.com and needed student verification to obtain the license.
    ^ [ I figured out what was wrong, but I'll just leave the information here for anyone in the future that may have short-term memory as well ]
    I have just went through my records that I recovered from my laptop and it seems that the serial number on the product package DOES IN FACT have letters in it.  But I think that I had to register it with Adobe and verify that I was a student before Adobe would give me my legitimate serial number that contained only numbers.  So this is why there are tons of these threads about this that never go answered because the people asking and the people helping are both right and wrong at the same time.  The students are trying to use the only serial that was provided to them, but it isnt the true serial.  Maybe Adobe could be more clear that it isn't a serial number for the product underneath it?   "Product Code" is synonymous with "Serial Number" to most people. 
    You use this code (the code with letters in it; the "product code") to contact Adobe and verify your status as a studen/teacher and then they give you the true serial number that is all numbers.  Search your email for mail from Adobe to find your serial if you have already done this.  I had completely forgotten how the process worked since it was a while ago.
    Thanks for the help Mylenium, I hope this helps whoever comes across it in the future.

  • Can a Resource file (.fr) be of type "Unicode text document"?

    Dear All,
    I'm doing string localization in my plugin programs. I created a resource file (MyPlugIn2_arAE.fr) for defining arabic strings. When I saved this file, I selected the type as "Unicode Text Document". Becuase only if it is a Unicode Text Document my arabic strings are preoperly saved. If I selected the type as "Text document" and save the file, all my arabic strings became "????????" like that. Now the problem is, it's giving a compilation error. (This is because the resource file MyPlugIn2_arAE.fr is saved as "Unicode Text Document").
    Error looking for resource specification. Need 'resource' or 'type'.
    odfrc - Execution terminated! 
    How do I resolve this problem?
    Thanks.

    Hi,
    I tried compiling with CS3 SDK, it gave an error and some warnings. I copied the output below. But with CS4 SDK, it compiles fine. How do I resolve this?
    1>Compiling...
    1>VCPlugInHeaders.cpp
    1>c:\sdk\adobeindesign\cs3\source\public\includes\UnicodeSavvyString.h(261) : error C2220: warning treated as error - no 'object' file generated
    1>c:\sdk\adobeindesign\cs3\source\public\includes\UnicodeSavvyString.h(261) : warning C4267: 'argument' : conversion from 'size_t' to 'int32', possible loss of data
    1>c:\sdk\adobeindesign\cs3\source\public\includes\UnicodeSavvyString.h(268) : warning C4267: '=' : conversion from 'size_t' to 'int32', possible loss of data
    1>c:\sdk\adobeindesign\cs3\source\public\includes\UnicodeSavvyString.h(281) : warning C4267: 'argument' : conversion from 'size_t' to 'int32', possible loss of data
    1>c:\sdk\adobeindesign\cs3\source\public\includes\WideString.h(348) : warning C4267: 'argument' : conversion from 'size_t' to 'int32', possible loss of data
    1>c:\sdk\adobeindesign\cs3\source\public\includes\WideString.h(366) : warning C4267: 'return' : conversion from 'size_t' to 'int32', possible loss of data
    1>c:\sdk\adobeindesign\cs3\source\public\includes\WideString.h(536) : warning C4267: 'initializing' : conversion from 'size_t' to 'const int32', possible loss of data
    1> c:\sdk\adobeindesign\cs3\source\public\includes\WideString.h(477) : see reference to function template instantiation 'int32 Strip_If<std::binder1st<_Fn2>>(WideString &,T)' being compiled
    1> with
    1> [
    1> _Fn2=std::equal_to<WideString::value_type>,
    1> T=std::binder1st<std::equal_to<WideString::value_type>>
    1> ]
    1>c:\sdk\adobeindesign\cs3\source\public\includes\WideString.h(554) : warning C4267: 'return' : conversion from 'size_t' to 'int32', possible loss of data
    1>Build log was saved at "file://c:\MyProjects\MyPlugIn2\objR\MyPlugIn2\BuildLog.htm"
    1>MyPlugIn2 - 1 error(s), 7 warning(s)
    ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

  • 100% mail environment (imap) some attachments arrive in scrambled type unicode others do not (docx and pdf) files.

    I tested this feature by sending a known (problem file) to my gmail as well as a user in the office. I could read it 100% in gmail, then I just forwarded it to the user that couldnt read it orginially and BAM! they could read it??
    Keep in mind this was a FORWARD that original user couldnt read...
    This happens with SOME .docx files and SOME .pdf files..
    Rebuild mailbox?

    This is what the scrambled attachment looks like (a small sample)
    --Apple-Mail=_1FAB09C6-0D1D-4DF3-9213-96338807C5EF
    Content-Disposition: attachment;
    filename=Document3.docx
    Content-Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document;
    name="Document3.docx"
    Content-Transfer-Encoding: base64
    UEsDBBQABgAIAAAAIQC4K8zjmQEAAEcGAAATAAgCW0NvbnRlbnRfVHlwZXNdLnhtbCCiBAIooAAC
    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

  • Announcements List Toolbar Type Issue [SPView.ToolbarType property]

    Hello All,
    I am using a publishing site and provisioning an Announcement List.
    My requirement is to make the Toolbar Type to "No Toolbar" - "None" using Xml or programmatically.
    Within the Schema.Xml I have tried to set the Toolbar Type to None however not working.
    Also using code set the Type Attributes to "None" but same thing...not working - When the list is provisioned, I noticed that on the List Web Part Properties, the Toolbar Type is set to No Toolbar but is seems not applying to the list unless I
    click on the apply button.
    The final trial was to set the Type Attributes to "Standard" which shows in the Web Part Properties as a Full but behaving as a "No Toolbar".
    Any clue guys ?
    if (webPart is Microsoft.SharePoint.WebPartPages.ListViewWebPart)
    Guid webPartGuid = new Guid(((Microsoft.SharePoint.WebPartPages.ListViewWebPart)webPart).ViewGuid);
    SPView view = web.Lists[listName].Views[webPartGuid];
    Type viewType = view.GetType();
    XmlNode toolbarNode = viewType.InvokeMember("GetNodeFromXmlDom", BindingFlags.InvokeMethod | BindingFlags.NonPublic | BindingFlags.Instance, null, view, new object[] { "Toolbar" }) as XmlNode;
    toolbarNode.Attributes["Type"].Value = "None";
    view.Update();

    Try this
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/96aac2dd-29fc-4e63-8730-9d1adc01b826/update-listviewwebpart-to-remove-or-hide-toolbar-toolbartypenone?forum=sharepointdevelopmentlegacy
    http://www.sharepointblogs.be/blogs/vandest/archive/2010/01/28/programmatically-change-the-toolbar-on-a-list-view-web-part.aspx?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+vandest+(Steven+Van+de+Craen%27s+Blog)
    sol1:
    List.Views["Name of View"].Toolbar =
    "None";
    List.Views["Name of View"].Update();
    sol2
    SPView view = companyLogosLib.Views["Name of View"];
    System.Reflection.FieldInfo field = view.GetType().GetField("Node",
    System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance);
    XmlNode node = field.GetValue(view)
    asXmlNode;
    node.SelectSingleNode("Toolbar").Attributes[0].Value =
    "None";
    view.Update();

  • Result Type Condition for Multi value Manage Property not working

    Hi All,
    I have created one template & I wanted to show this template on particular condition. So I created the result type. The Managed property (MP) that I used, I have verified its attributes all attributes are selected and its type is Multi value. I am trying
    to apply the "Show fewer conditions" and some how the value not matched.
    I have checked MP ; it has all the values but some how the template not called. When I removed this condition it working and when choose other MP other then Multi valued. It is working as expected.
     Please let me know if i miss something here. 
    PS: I have checked each option from the Query drop down like "Equals any of" and "Contains any of" not working in case of multi value attribute. Please help.
    I have explain this issue more details in this post : http://sharepointfordeveloper.blogspot.com/2015/02/sharepoint-search-2013-result-type-with.html
    Regards,
    Basant Pandey
    http://sharepointfordeveloper.blogspot.com

    Update on above mentioned issue.
    I have verified the same at my end. So I come to this conclusion this is product issue. Either need to raise the ticket to Microsoft related to this issue.
    Regards,
    Basant Pandey
    http://sharepointfordeveloper.blogspot.com

  • Using BigInteger as type for JavaFX property

    Hello,
    Why is BigInteger not a legitimate type for a JavaFX property?
    Is there a way for me to use a java.math.BigInteger as shown below:
    class HomePhone
    BigInteger landLine1 = 0
    BigInteger landLine2 = 0
    } // end class HomePhone
    Thank you very much.

    Why is BigInteger not a legitimate type for a JavaFX property?Because it does not implement the JavaFX property interface:
    http://docs.oracle.com/javafx/2/api/javafx/beans/property/Property.html
    You could fit your phone numbers in an IntegerProperty or LongProperty, which have maxvalues of 2147483647 and 9223372036854775807 respectively or you could use a SimpleStringProperty.
    One could make a high quality BigIntegerProperty with a bit of work. To do a full implementation of property management for BigIntegers which handles expressions, type conversions, etc, requires quite a few classes. For example, you can see some of the hierarchy implemented to enable rich Double properties - something similar could be created for BigInteger - a feature request could be created at http://javafx-jira.kenai.com.
    java.lang.Object
    javafx.beans.binding.NumberExpressionBase
    javafx.beans.binding.DoubleExpression
    javafx.beans.property.ReadOnlyDoubleProperty
    javafx.beans.property.DoubleProperty
    javafx.beans.property.DoublePropertyBase
    javafx.beans.property.SimpleDoubleProperty

  • Update All Types' Versions in Type Palette

    Does anyone have a quick way to update the versions of multiple types in a type palette?  I can change them one by one in the Types editor, but that's very tedious when I've got 50+ types.
    I'm working on a set of custom step types that we are distributing in a type palette.  For content management purposes, it would be nice to have all of our custom step types and our custom data types have the same version.
    I could save my type palette as INI or XML format and do a search and replace, but that's a cludge. I'm sure I could write a small sequence using the TestStand API to do this, but wanted to see if anyone else has had to do it before to save myself some time.
    I'm also open to being convinced that this is a bad idea if someone can give a compelling reason.
    Josh W.
    Certified TestStand Architect
    Formerly blue

    Found it!!
    The attached file will
    1. Show you all the type palettes you currently have on your station and ask you to choose the one you want to update
    2. Ask for the new type version
    3. Update all types with new type version (apart from the ones which are from NI like Substeps)
    4. Increments palette file change count
    5. Prompts user to save palette file
    Thanks to doug9000 for the help.
    Cheers,
    Aditya
    TestStand 4.2.1
    LabVIEW2009 SP1
    Changi wrote:
    Hi Josh,
    I am also looking for the same thing. I found something, but it is not the perfect solution.
    1. Have the names of all the step types in the palette file. You can put them in an array variable in a sequence, or read from a file.
    2. Use the RunState.Engine.GetTypeDefinition("<TypeName>") and store the resulting object reference in a local variable 'TypeDef'
    3. Use Locals.TypeDef.AsPropertyObject.TypeVersion = "<NewVersion>" to set the new version.
    THe reason I say it is not perfect is that I would like to somehow get the type names from a type palette file automatically. I haven't been able to figure that out. Any help will be great!
    Cheers,
    Aditya
    TestStand 4.2.1
    LabVIEW 2009 SP1
    Attachments:
    Set New type version_NI Forums.seq ‏10 KB

  • Personalization: Property with type="Date" doesnt work

    Hi,
    I am trying to personalize a property whose type is Date.
    <property name="DoB" value="19820117">
                <property name="Personalization" value="dialog"/>
                <property name="type" value="date"/>
    </property>
    Though i get the calendar icon and am able to <b>personalize</b> the property, the value doesn't reflect when i try to write it using response.write(). Its always "19820117".
    What could be the issue? I have another property with type=String and it works as expected.
    Thanks,
    Shruti

    Hi
    did u import util.date() in the component.
    did u write correct functionality in development for date.
    send test mail i will send one word doc related to this
    Regards
    Sunil
    [email protected]

Maybe you are looking for