Can't insert characters from Character Viewer

I have used Character Viewer in the past. The way it worked was to highlight the character in Character Viewer and then click the "insert" button. I can bring up Character Viewer and see all the characters, but even after highlighting a character, I cannot insert it into the document.
Anybody else have the same problem? Any suggestions?
Thanks!

makey wrote:
I would also like to download the 10.6 version of character into my mountain lion OSX 10.8.6.   What is the best way to do it?
You need to have a machine with 10.6 on it, then find the CharacterPalette.app in System/Library/Input Methods, then move it to your mountain lion machine.

Similar Messages

  • Can we get data from business views  in CR 2008/XI?

    Hi All,
    Can we get data from business views  in CR 2008/XI?
    If its possible, pls let us know how to get connect with Business View in both of these versions and what is the tool that we have to use to create Business Views.
    Thank you,
    Krishna Pingali

    Hi Krishna,
    Crystal Reports/BusinessObjects Enterprise ( BOE ) Business Views can only be created using the BV build which comes with BOE and installed using the Work Station installer for BOE. for both XI and 2008.
    You cannot mix these two versions on the same PC not can one talk to the other, the BV designer must match the same version as BOE. XI ( version 11.0 ) is no longer available but if you mean XI R2 ( version 11.5 ) then it still is.
    It's not completely clear which Business View you are referring to? BOE has a Business View Designer so not sure if this is just a naming problem or not? If you are referring to the BOE Business View Designer then the above is true. If your reference is about some other BV designer or data source then you need to clarify.
    Contact our Sales department for pricing and availability.
    Thank you
    Don

  • How can I insert values from table object into a regular table

    I have a table named "ITEM", an object "T_ITEM_OBJ", a table object "ITEM_TBL" and a stored procedure as below.
    CREATE TABLE ITEM
    ITEMID VARCHAR2(10) NOT NULL,
    PRODUCTID VARCHAR2(10) NOT NULL,
    LISTPRICE NUMBER(10,2),
    UNITCOST NUMBER(10,2),
    SUPPLIER INTEGER,
    STATUS VARCHAR2(2),
    ATTR1 VARCHAR2(80),
    ATTR2 VARCHAR2(80),
    ATTR3 VARCHAR2(80),
    ATTR4 VARCHAR2(80),
    ATTR5 VARCHAR2(80)
    TYPE T_ITEM_OBJ AS OBJECT
    ITEMID VARCHAR2(10),
    PRODUCTID VARCHAR2(10),
    LISTPRICE NUMBER(10,2),
    UNITCOST NUMBER(10,2),
    SUPPLIER INTEGER,
    STATUS VARCHAR2(2),
    ATTR1 VARCHAR2(80),
    ATTR2 VARCHAR2(80),
    ATTR3 VARCHAR2(80),
    ATTR4 VARCHAR2(80),
    ATTR5 VARCHAR2(80)
    TYPE ITEM_TBL AS TABLE OF T_ITEM_OBJ;
    PROCEDURE InsertItemByObj(p_item_tbl IN ITEM_TBL, p_Count OUT PLS_INTEGER);
    When I pass values from my java code through JDBC to this store procedure, how can I insert values from the "p_item_tbl" table object into ITEM table?
    In the stored procedure, I wrote the code as below but it doesn't work at all even I can see values if I use something like p_item_tbl(1).itemid. How can I fix the problem?
    INSERT INTO ITEM
    ITEMID,
    PRODUCTID,
    LISTPRICE,
    UNITCOST,
    STATUS,
    SUPPLIER,
    ATTR1
    ) SELECT ITEMID, PRODUCTID, LISTPRICE,
    UNITCOST, STATUS, SUPPLIER, ATTR1
    FROM TABLE( CAST(p_item_tbl AS ITEM_TBL) ) it
    WHERE it.ITEMID != NULL;
    COMMIT;
    Also, how can I count the number of objects in the table object p_item_tbl? and how can I use whole-loop or for-loop to retrieve values from the table object?
    Thanks.

    Sigh. I answered this in your other How can I convert table object into table record format?.
    Please do not open multiple threads. It just confuses people and makes the trreads hard to follow. Also, please remember we are not Oracle employees, we are all volunteers here. We answer questions if we can, when we can. There is no SLA so please be patient.
    Thank you for your future co-operation.
    Cheers, APC

  • Hi I'm using Captivate 7 in Windows Vista. I can't insert characters on my slide. When I click on "Insert - Characters" nothing happens. Please help!

    Hi I'm using Captivate 7 in Windows Vista. I can't insert characters on my slide. When I click on "Insert - Characters" nothing happens. Please help!

    Go to /Library/Internet Plug-Ins.
    If you see the PDF Browser Plug-in, move it to the Trash.

  • A lot of characters missing from "Character Viewer" .. can I get them?

    Most musical symbols show an empty box.
    Other categories too...
    Could I've erased them? With CleanMyMac maybe?

    Character Viewer isn't doing what I want it to do, can somebody help me?
    Here's the issue: I have a font installed called Anastasia, which contains musical symbols. I would like to be able to bring up its whole character set on the screen so I can pick which character to insert in my document. It seems to me that this is what Character Viewer is intended to do; however, I can find no way to view the character set for this particular font, Anastasia. The "Muscial Symbols" collection brings up a limited set of symbols, such as notes, but it's an incomplete set and it does not show Anastasia as one of the available font variations. This font is definitely installed and at least one of my installed apps uses it routinely. But it doesn't seem to be accessible through Character Viewer. What am I doing wrong?
    Thanks!

  • How Can i Read data From Maintainance View

    I Want read data from Maintainance View. i written select query
    SELECT *
    FROM J_1yyyyV
    INTO TABLE GT_BUSPLACE.
    WHERE BUPLA = LV_BUPLA.
    this is giving following error
    "J_1yyyyV" is not defined in the ABAP Dictionary as a table,
    projection view, or database view.
    Can you help me Please.
    Thanks in Advance.
    Regards,
    Raj.

    Hi raj,
    maintainance view is a nothing but combinations of table using join on some fields..
    see the relation ship between the joins..
    if you want to write selection query ..go to se11 -->enter view name >and open tab>
                    Table/Join  conditions--> see the table's involved and join conditons between tables.
    and write the select query same as like the Table/Join  conditions in se11..now you can acheive the
    table maintainance fields..
    Prabhudas

  • Inserting data from a view

    Hi:
    i'd like to create a view from 5 different tables and let the user insert data through a form based in that view. Does anybody know how to do this? when i try to insert data i get error saying it can't be done in non key preserved tables. Any idea how to do this?
    Thanks.
    Regards. Urko.

    HI Urko,
    There are some issues in forms created on views ,especially when the view is based on two tables and also when there are issues of "Key-Preserved Tables" so please wait till the point we are able to overcome these limitations.As the forms are based on the ROWIDs which are not there in these views there are some issues
    in these cases.There are bugs filled for these issues but will take some time to actually fix them.
    thanks
    rahul

  • How can I insert data from a cfloop?

    I have a query that outputs into a cfloop. What I need it to do is insert into an access database when the changes have been made. I have looked at several tutorials but they all offer different solutions than what I am looking for. My cflloop is:
    <cfoutput>
    <cfloop query="update" >
    <tr>
    <td><input type="text" name="meeting_date" value="#meeting_date#" /></td>
    <td><input type="text" name="contact_first" value="#update.contact_first#" /></td>
    <td><input type="text" name="contact_last" value="#update.contact_last#" /></td>
    <td>Attended <input type="checkbox" name="attended" value="yes" /></td>
    <td><input type="text" name="leads" size="3" /></td>
    </tr>
    </cfloop>
    </cfoutput>
    I then try to insert into the database with:
    <cfset j = "1">
    <cfloop index="i" from="1" to="#update.recordcount#">
    <cfset meeting_date = "Form.i#j#">
    <cfset contact_first = "Form.i#j#">
    <cfset contact_last = "Form.i#j#">
    <cfset attended = "Form.i#j#">
    <cfset leads = "Form.i#j#">
    <cfset meeting_date = Form["i#j#"]>
    <cfset contact_first = Form["i#j#"]>
    <cfset contact_last = Form["i#j#"]>
    <cfset attended = Form["i#j#"]>
    <cfset leads = Form["i#j#"]>
    <cfquery datasource="#application.Database#">
    INSERT INTO quarterly (meeting_date, contact_first, contact_last, attended, leads)
    VALUES ('#meeting_date#', '#contact_first#', '#contact_last#','#attended#',leads)
    </cfquery>
    <cfset j=j+1>
    </cfloop>
    Any ideas as to how to get my cfloop to insert into my database? I don't think I can lose anymore sleep over this. Thanks,

    It's because of the way of your coding is quite wrong. Because we didn't give specific name for each individual input and didn't call specific value from each inputs.
    Here is your code I've fixed already. Check it out.
    <cfoutput>
         <cfloop query="update" >
         <tr>
              <td><input type="text" name="meeting_date#currentrow#" value="#meeting_date#" /></td>
              <td><input type="text" name="contact_first#currentrow#" value="#update.contact_first#" /></td>
              <td><input type="text" name="contact_last#currentrow#" value="#update.contact_last#" /></td>
              <td>Attended <input type="checkbox" name="attended#currentrow#" value="yes" /></td>
              <td><input type="text" name="leads#currentrow#" size="3" /></td>
         </tr>
         </cfloop>
    </cfoutput>
    <cfloop index="i" from="1" to="#update.recordcount#">
         <cfset meeting_date = form["meeting_date#i#"]>
         <cfset contact_first = form["contact_first#i#"]>
         <cfset contact_last = form["contact_last#i#"]>
         <cfset attended = form["attended#i#"]>
         <cfset leads = form["leads#i#"]>
         <cfquery datasource="#application.Database#">
              INSERT INTO quarterly (meeting_date, contact_first, contact_last, attended, leads)
              VALUES ('#meeting_date#', '#contact_first#', '#contact_last#','#attended#',leads)
         </cfquery>
    </cfloop>

  • How can I INSERT INTO from Staging Table to Production Table

    I’ve got a Bulk Load process which works fine, but I’m having major problems downstream.
    Almost everything is Varchar(100), and this works fine. 
    Except for these fields:
    INDEX SHARES, INDEX MARKET CAP, INDEX WEIGHT, DAILY PRICE RETURN, and DAILY TOTAL RETURN
    These four fields must be some kind of numeric, because I need to perform sums on these guys.
    Here’s my SQL:
    CREATE
    TABLE [dbo].[S&P_Global_BMI_(US_Dollar)]
    [CHANGE]     
    VARCHAR(100),
    [EFFECTIVE DATE]  
    VARCHAR(100),
    [COMPANY]  
    VARCHAR(100),
    [RIC]  
    VARCHAR(100),
    Etc.
    [INDEX SHARES]
    NUMERIC(18, 12),
    [INDEX MARKET CAP]
    NUMERIC(18, 12),
    [INDEX WEIGHT]
    NUMERIC(18, 12),
    [DAILY PRICE RETURN]
    NUMERIC(18, 12),
    [DAILY TOTAL RETURN]
    NUMERIC(18, 12),
    From the main staging table, I’m writing data to 4 production tables.
    CREATE
    TABLE [dbo].[S&P_Global_Ex-U.S._LargeMidCap_(US_Dollar)]
    [CHANGE]     
    VARCHAR(100),
    [EFFECTIVE DATE]  
    VARCHAR(100),
    [COMPANY]  
    VARCHAR(100),
    [RIC]  
    VARCHAR(100),
    Etc.
    [INDEX SHARES]
    FLOAT(20),
    [INDEX MARKET CAP]
    FLOAT(20),
    [INDEX WEIGHT] FLOAT(20),
    [DAILY PRICE RETURN]
    FLOAT(20),
    [DAILY TOTAL RETURN]
    FLOAT(20),,
    INSERT
    INTO [dbo].[S&P_Global_Ex-U.S._LargeMidCap_(US_Dollar)]
      SELECT
    [CHANGE],
    Etc.
    [DAILY TOTAL RETURN]
      FROM
    [dbo].[S&P_Global_BMI_(US_Dollar)]
      WHERE
    isnumeric([Effective Date])
    = 1
      AND
    [CHANGE] is
    null
      AND
    [COUNTRY] <>
    'US'
      AND ([SIZE] =
    'L' OR [SIZE]
    = 'M')
    The Bulk Load is throwing errors like this (unless I make everything Varchar):
    Bulk load data conversion error (truncation) for row 7, column 23 (INDEX SHARES).
    Msg 4863, Level 16, State 1, Line 1
    When I try to load data from the staging table to the production table, I get this.
    Msg 8115, Level 16, State 8, Line 1
    Arithmetic overflow error converting varchar to data type numeric.
    The statement has been terminated.
    There must be an easy way to overcome this, right.
    Please advise!
    Thanks!!
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

    Nothing is returned.  Everything is VARCHAR(100).  the problem is this.
    If I use FLOAT(18) or REAL, I get exponential numbers, which is useless to me.
    If I use DECIMAL(18,12) or NUMERIC(18,12), I get errors. 
    Msg 4863, Level 16, State 1, Line 41
    Bulk load data conversion error (truncation) for row 7, column 23 (INDEX SHARES).
    Msg 4863, Level 16, State 1, Line 41
    Bulk load data conversion error (truncation) for row 8, column 23 (INDEX SHARES).
    Msg 4863, Level 16, State 1, Line 41
    Bulk load data conversion error (truncation) for row 9, column 23 (INDEX SHARES).
    There must be some data type that fits this!
    Here's a sample of what I'm dealing with.
    -0.900900901
    9.302325581
    -2.648171501
    -1.402805723
    -2.911830584
    -2.220960866
    2.897762349
    -0.219640074
    -5.458448607
    -0.076626094
    6.710940231
    0.287200186
    0.131682908
    0.124276221
    0.790818723
    0.420505119
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

  • I now get a blank (white) screen in the Viewer.  Can still drop video from the viewer into the canvas, but don't see it in the viewer.  Please help!

    It doesn't seem to matter what project I'm working on... the picture in the viewer is gone.  All I see is a blank (white) screen.  If I put the cursor over the viewer and drag to the timeline, the clip will appear on the time line (and in the canvas) but I don't see it in the viewer.  I usually edit my clips in the viewer and not on the canvas.  Can anyone explain why this might be happening and how I might fix.  I'm suspecting I must have messed up one of the settings but I'll be darned if I can figure out which one or how to fix.  Please help!

    David.  Thank you very much.   The problem was not with the canvas but rather the Viewer.  But the solution was the same.  Somehow, the Viewer window was re-set to Alpha.  I changed it back to RGB.... and the picture is back.   These issues are often very simple.... but they can drive you bats if you don't know the answer.   Very grateful.  Tim

  • How can I insert image from printer scanner? Answer below.

    "your questions relate entirely to scanner software and scanner drivers. What in that area can and can not be doe is decided by the scanner manufacturer.
    A lot of scanners scan to mail using MAPI and Microsoft has discontinued that. I suggest you ask your scanner manufacturer what the capabilities of their device are. "
    BUT.........I could in outlook soooooooooo does not compute.

    If you read the book that came with your scanner it will talk about outlook a lot and not mention other mail clients at all. What the button should say is scan to Microsot Outlook and then people would stop posting basically this same question to forums.
    The manufacturer, intends scan to mail to work with Outlook and nothing else usually. Just as I have a phone sync program here from Samsung that also only works with Microsoft software. Vendor lock in is the name of the game.

  • Lion Character viewer "insert with font" option missing.

    In Lions character viewer, the "insert with font" option is missing. Anyone who knows how to fix this?

    Jef Wellens wrote:
    Seems to be an Adobe thing. CS5 and character viewer is a no go.
    So you find no way to transfer something from Character Viewer, not double clicking, not drag and drop directly or from Favorites?
    You might see if the Adobe Forums have something on it.

  • WVC54GC: Can't find camera from Viewer/Recorder or Setup Utility

    The camera is connected to my wireless router and I can access the camera though the web - can view video and use setup on the web utility - but I can't find it from the Viewer-Recorder utility or the Linksys Setup utility. I tried setting the camera IP address to 192.168.1.115, as recommended in previous posts, and verified on my router that it's picking up that IP address. But when I run Linksys setup from a PC connected to the router,  it searches for a camera but doesn't find it. When I try "add camera" from the Viewer/Recorder, it can't find it either. From that same computer I can ping the camera at 192.168.1.115, so I know it's there. What gives??

    What is the operating system on your computer?
    If you are able to ping the camera IP address from your computer then your computer is communicating with the camera. I think it must be the issue with the setup utility.
    Try to uninstall and reinstall the utility and see if that works.
    You can also download the utility from Linksys website.

  • Can OGG extract from a View to Table

    Dear guru,
    We have an view to get data from many table. And now we need to get synchronize data from that view to other table.
    So, can OGG extract data from a view ? I try use VIEW schema.Viewname in extract file but not success.
    Many thanks guy
    Ch

    chuongnh wrote:
    Dear guru,
    We have an view to get data from many table. And now we need to get synchronize data from that view to other table.
    So, can OGG extract data from a view ? I try use VIEW schema.Viewname in extract file but not success.
    Many thanks guy
    ChNo, a view is just a stored query. Goldengate Extract will capture the changes happening to data on tables.

  • Character Viewer

    Character Viewer displays thousands of glyphs or images of characters, but it does not identify the Font and/or Keystroke needed to type the character. Double clicking does insert the character. Selecting the character then identifies the Font name, but choosing that Font name, no combination of keystrokes reproduces the character.  Is there a way to identify the Font/Keystrokes of these characters in Character Viewer or Keyboard Viewer?
    For example: Character:Pictographs displays a Caduceus.  Double clicking it inserts the Caduceus image in an Excel cell.  Selecting that image in Excel identifies the Font as Menlo Bold.  However, using Menlo Bold as a Font there seems no Keystroke that will type that image.  In Font Book examining Menlo Bold reveals a huge number of letters/symbols/images available, but no information about how to type them.  Indeed, there are so many images there can't possibly be enough keystroke combinations to cover them all.  I'm confused.
    (Note to Admin.  If this query is in wrong forum please move it)

    So thanks, that sort of helps.  However, I quickly learned that Office does not respond to the System Preference settings (I set opt-c to type a caduceus), while Mail does.  I guess Apple software does and others don't?  Word and Excel do respond to Character Viewer double click insertions. Does opt-c ç becomes caduceus? ç, NO, guess not. But Character Viewer produces ⚕. So Safari in this message does not respond to System Preferences either.  Filemaker doesn't either.  Just where does System Preferences:Language & Text:Text:symbol/text substitution work?  Is there some other step that makes it work in Office, Filemaker, et. al.?  I sort of feel like 1984 all over again.  When I first got my MacPlus fonts were truly fascinating, and what the Mac allowed me to do with fonts seemed awesome (until Multifinder came along it was the neatest thing). I bought programs that let you draw your own fonts-I had Suitcases full of them and even memorized ASCI.   Now all I really want is a single keystroke that will type a caduceus in MS Word. Please don't advise me to switch to AppleWorks or Pages. Clearly Character Viewer sends some code (?ASCI) to Word that inserts a caduceus.  Is there a way I can do that without having to stop typing and start clicking after opening Character Viewer?  I know I can save the caduceus in Clipboard and use Com-v for caduceus, but I use the Clipboard for other stuff too often.  Clipboard? Does that date me too? Frankly, I miss it.

Maybe you are looking for