Customizing the cursor

I must have missed the answer in the manual, wherever it is, but how do I make the cursor thicker?
I do most of my editing in the Page Layout mode.
The cursor looks like a vertical 'score' (the up and down equivalent of an underscore). Some people call it a 'pipe' but I have always called it a 'vertical score.'
When I am going from page to page to page, the text boxes being significantly different on each page, I sometimes lose track of where the cursor is.
Is there any way I can change it into a full square, or a very thick rectangle? A skinny little line segment is hard on my eyes. While I am not sure what the resolution is - - there must be an easy way of figuring that out, too - - I would feel better if the cursor were sufficiently wide that I could locate it easily, blinking away on the screen wherever it is.
(And while I am on the subject, what command do I enter, so the cursor is some other color than black pixels on a white screen?)

Beta,
There may be third-party solutions to the cursor shape, but I can't help you with that. You can however change the cursor size within the Leopard OS.
Then,
Be careful that you don't make the cursor so large in relation to your text that you lose precision in making a selection. I've found that when you do make the cursor very large in relation to the text the actual selection point is about 25% down from the top of the cursor.
Hope this helps.
Jerry

Similar Messages

  • How to get the cursor field on custom cotrol area

    Hi all,
    I crated a custom contorol area on  Dynpro screen.
    I'd like to get the cursor when i set the cursor on custom control area.
    I tried 'GET CURSOR FIELD w_xxx AREA w_yyy', but I can't get that.
    I don't know how.
    If you know that, please let me know.
    Regards.
    Rie.

    You have to use set_focus method of CL_GUI_CUSTOM_CONTAINER.
      CALL METHOD me->txt_container->set_focus
        EXPORTING
          control = me->txt_editor.

  • Unable to set the Cursor focus on a particular field in OA Page

    Hi,
    I have a custom page with 3 controllers . Now when i delete a row from the Advance table, the focus of the cursor goes to the top of the page. My requirement is that, the focus should remain in the Advance table region itself.
    I tried to set the focus using the below code. It dosent work. Could there be an issue since iam using more than one controller for the page?
    OABodyBean bodyBean = (OABodyBean)pageContext.getRootWebBean();
    bodyBean.setInitialFocusId("item164"); // item164 is the messageTextInput field in the Advance table region.
    I tried to get the Initialfocus value after its set. The value shows as 'item164'. However , it doesnt focus on that item.
    Please help me out in fixing this issue.
    Thanks
    AG

    Hi,
    Thanks for the Info. Can you help me with this java script or if you can provide me any reference it would be hepful.
    Basically the focus has to stay in that particular AdvanceTable region where the row is deleted. Not required that the focus has to point to the next row after the delete.
    Thanks
    AG
    Edited by: 928445 on Apr 26, 2012 12:06 AM

  • What are the names of the cursors and mouse pointers in Win 8?

    I am writing a VBA program that is to work with pointers and cursors. 
    What would be the code to change them, where are they, and what are their names?
    Can I customize/import my own?
    (Forgive me if this is a duplicate.  They first one burped me out...)
    Everything I know I learned from my cat. No matter what the situation is, there is a napp for that.

    Hi
    Emerogork2,
    To develop a VBA program to work with pointers and cursors ,the following links may be helpful.
    About Cursors(This link shows us that we can custom a cursor )
    http://msdn.microsoft.com/en-us/library/windows/desktop/ms648379(v=vs.85).aspx
    Cursor Class(This is about cursor class and there is an example of custom cursor)
    http://msdn.microsoft.com/en-us/library/system.windows.forms.cursor(v=vs.110).aspx
    Cursors.Hand Property(This includes an example of overriding
    Control.OnMouseHover method)
    http://msdn.microsoft.com/en-us/library/system.windows.forms.cursors.hand(v=vs.110).aspx
    Cursor.Position Property(This includes an example of creating a cursor from the current cursor`s handle)
    http://msdn.microsoft.com/en-us/library/system.windows.forms.cursor.position(v=vs.110).aspx
    Considering this is a developing issue, it`s recommended to post it in our MSDN Forum .The people there are more experienced in this area.
    MSDN forum
    https://social.msdn.microsoft.com/Forums/en-US/home
    Best regards

  • When opening a new tab, how can you make the cursor automatically go to the address bar?

    In my previous version of firefox, the cursor would go directly to the address bar when I opened a new tab. Thus, I could start typing the web address I wanted to go to immediately. However I upgraded to Firefox 4 today and I now have to manually click in the address bar. Is there any way to change this in settings or by installing a specific add-on?
    Thanks!

    You only get the cursor in the search bar if you open the built-in about:home page.<br />
    For other websites you need an extension.
    *Custom New Tab: https://addons.mozilla.org/firefox/addon/custom-new-tab/

  • After updating to v. 6.X.X, vertical lines appear around the cursor when typing in webpages such as Gmail and Facebook that persist, obscuring text and other pixels in the webpage. Didn't happen before this update.

    I noticed after updating to Firefox version 6.0.1 that vertical lines the same size and shape as the text cursor remain behind on the screen as the cursor moves (either while typing or by using arrow keys). This is most obvious and annoying in text-heavy applications such as when typing in Gmail, Facebook, and work webmail, for instance. (Interestingly, it's not happening now as I type this.)
    This is very annoying because these lines obscure parts or even entire letters in words that have been typed. I thought that it might have been a Firefox customized 'skin' I added at the same time as updating, but I reverted to the default view and the problem remains.

    I noticed after updating to Firefox version 6.0.1 that vertical lines the same size and shape as the text cursor remain behind on the screen as the cursor moves (either while typing or by using arrow keys). This is most obvious and annoying in text-heavy applications such as when typing in Gmail, Facebook, and work webmail, for instance. (Interestingly, it's not happening now as I type this.)
    This is very annoying because these lines obscure parts or even entire letters in words that have been typed. I thought that it might have been a Firefox customized 'skin' I added at the same time as updating, but I reverted to the default view and the problem remains.

  • How to 'warp' the cursor through cli

    As the topic states, I was wondering if there was a way to warp the position of the cursor on the X screen to the corner (kind of like the ratpoison window-manager's "banish"). The only way I do it now is just by moving the cursor manually with my touchpad to the bottom right corner and then disabling it (via touchpad 'disable' button). I was just curious if there was a way to do this with the command-line, such as sending a signal to a certain program or library or something. I searched the forums and couldn't find anything as "cursor warp mouse, etc" were vague. But a Google search revealed something about doing
    You can instead use a custom cursor which is invisible.
    In Unix, save the following as none.cur:
    #define none_width 1
    #define none_height 1
    #define none_x_hot 0
    #define none_y_hot 0
    static unsigned char none_bits[] = {
    0x00};
    Then use:
    proc show_cursor {} { .c conf -cursor "" }
    proc hide_cursor {} { .c conf -cursor "@path_to_cursor/none.cur black" }
    This is supposed to make the cursor invisible and then reveal it again (could be keybound, I guess) but I can't seem to get it to work. Any tips on warping it to the corner or making it completely disappear/reappear are appreciated, thanks.

    Peasantoid wrote:
    To move the cursor, you'd do:
    xdotool mousemove $x $y
    where $x is the width of your screen and $y is the height.
    Oh, neat. I didn't even have that installed. Did so, and it works like a charm! Thanks, much.
    Peasantoid wrote:
    Disabling touchpad:
    synclient -s TouchpadOff=1
    (if you have a Synaptics touchpad)
    Well, I tried this from the command-line and it says:
    %: synclient -s TouchpadOff=1
    Can't access shared memory area. SHMConfig disabled?
    %: sudo synclient -s TouchpadOff=1
    Can't access shared memory area. SHMConfig disabled?
    So I went to http://embraceubuntu.com/2006/03/24/dis … -touchpad/ and did as stated, adding the xorg.conf entry, etc, then restarted X and it still says the thing about SHMConfig disabled.  Not a big deal, I can always just press the little button on my laptop anyway; just like mapping the command to another key. Still, I'm wondering why it wont work.
    @Procyon: Thanks! I was wondering about that. I'm on a laptop so I won't need the multi-monitor thing, not just yet anyway.

  • Changing the cursor to the hourglass. Any ideas?

    I posted this in the Actionscript 3 Forum so I'm sorry about
    the double post.
    I've got a frame in my Flash AIR app that loads some data and
    I'd like to change the cursor to the hourglass in Windows (watch on
    the Mac) while the data loads. Anyone have any ideas? It seems like
    it should be simple, but I just can't seem to find a solution for
    it.

    Yeah, you can't do that. This is a top request of mine, glad
    to see I'm not alone. File an Enhancement Request -- see me
    signature.
    The workaround is to attach a custom graphic within Flash (or
    your HTML app) to the mouse location. The limitation of course is
    that this isn't system level, so you need to rely on custom
    graphics, and the graphic obviously won't be able to go outside the
    Flash/app frame. You can hide the mouse, thus effectively replacing
    the mouse cursor with your custom graphic, but I'd do that with
    caution: poor app performance or hangs will make the user think
    their mouse is hanging, which is a really bad feeling, and there
    are some other situations that can get hairy (mouse stays hidden
    outside of the app frame, sometimes, so cursor has completely
    disappeared!) For an hourglass or similar it makes sense to just
    attach right beside the cursor.
    Marco, the stopwatch you've seen is probably the one used in
    the Flex framework. It uses the custom attached graphic
    workaround.

  • How can I hide the cursor?

    I want to hide the cursor if the mouse enter some Components or a JFrame.
    I tried to find methods to solve my problem, but I failed.
    Someone can tall me how to do? Thanks.

    One way to do this is to create a custom cursor based on a completely tranparent image. Then when you want to hide the cursor, set the cursor to the transparent one.
    ==================================================================
    * Create a 'hidden' cursor by using a transparent image
    * @return the invisible cursor
    Cursor createInvisibleCursor()
    Dimension bestCursorDim = Toolkit.getDefaultToolkit().getBestCursorSize(2, 2);
    BufferedImage transparentImage = new BufferedImage(bestCursorDim.width, bestCursorDim.height, BufferedImage.TYPE_INT_ARGB);
    Cursor hiddenCursor = Toolkit.getDefaultToolkit( ).createCustomCursor(transparentImage,
    new Point(1, 1),
    "HiddenCursor");
    return hiddenCursor;

  • [CS6] Reverting the cursors which now have arrows in the top left corner. (like the lasso)

    Hello there,
    I've been using photoshop CS6 since it came out of beta, and I've been happy with 99% of the interface changes, except for some of the the new tool cursors which now have arrows in the upper left corner. I've been meaning to post this a while ago, but it seemed that the forums were offline.
    One example is the crop tool, but what mainly hinders me are the lassos and paint bucket cursor icons. Is there any way I can replace those with the original ones from cs5 and prior?
    When you pick up a tool, and it has an icon of an object (i.e. a lasso), your instinct is to look at and use the tip of that object, not some little black arrow in a corner.
    For example, you wouldn't want to have an arrow next to your text cursor, or next to your magic wand cursor, would you? You'd want to use the tip of the wand.
    I'm not sure what part of the user community suggested these little arrows be added on those tools, but I find it to be a bad design idea. And it's an annoying choice imo, beacause it doesn't make sense from an interaction design point of view, and not because it would be hard for me to get wrid of my habit of using the tip of the lasso, and to get used to the arrow instead. It's bad, because now, there are two conflicting pointers in the same tool: the icon tip and the arrow tip.
    Cheers!
    [EDIT] I'm sure people will say that they prefer the new design, arguing about "design consistency" and whatnot. So this is why I ask if there's a way for me to replace the cursors in my photoshop, not everyone's.

    Hey Noel -
    I definitely appreciate your perspective on this.  In frustration, I did a google search to see if anyone else was bothered by this change, and that's how I found this thread.  I'm happy to adapt, and I realize that Adobe has invested a huge amount of resources in perfecting their products with every rev - but I also know that customer voices are (or should be) an important part of that process.  On the off-chance that some small usability issue got overlooked in the vast number of considerations that Adobe designers and developers have to make throughout their process - I thought it might be a good idea to be heard on the matter.
    I hope that's not close minded.  But it's always possible that I have a hole in my head.
    -James

  • When opening a new tab how do I set the cursor to appear in the search bar?

    New tab search

    You only get the cursor in the search bar if you open the built-in about:home page.<br />
    For other websites you need an extension.
    *Custom New Tab: https://addons.mozilla.org/firefox/addon/custom-new-tab/

  • With sqlserver - The cursor identifier value provided (abcdef0) is not valid.

    With the Microsoft SQL Server 2000 JDBC Driver I keep getting the following
    exception from kodo:
    java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for
    JDBC][SQLServer]sp_
    cursorclose: The cursor identifier value provided (abcdef0) is not valid.
    at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown
    Source)
    in kodo.properties i have
    javax.jdo.option.ConnectionURL
    set to
    jdbc:microsoft:sqlserver://BALT-DB1:1433;DatabaseName=db_mamick;SelectMethod
    =cursor
    I am using kodo 2.4.1
    Has anyone seen this?
    Thanks
    -Marc

    Tele-
    This is just a warning that is issued when we clean up the ResultSet.
    The MS driver seems to be prematurly closing them for some reason.
    Is this causeing an error for you? Otherwise, you can just ignore the
    warning. You can set the logging level for JDBC to be "ERROR" in order
    to stop the error message from being logged.
    In article <[email protected]>, Tele wrote:
    I'm using the MS JDBC driver i downloaded 3 days ago from MSDN. And i got
    the exactly same message like Marc
    my program:
    import java.io.*;
    import java.util.*;
    import javax.jdo.*;
    public class KodoConn {
    public KodoConn() {
    try {
    Properties props = new Properties();
    props.load(getClass().getResourceAsStream("/kodo.properties"));
    PersistenceManagerFactory pmf =
    JDOHelper.getPersistenceManagerFactory(props);
    PersistenceManager pm = pmf.getPersistenceManager();
    Extent e = pm.getExtent(Animal.class, true);
    for (Iterator i = e.iterator(); i.hasNext(); ) {
    Animal temp = (Animal) i;
    System.out.println(temp.getPrice() + " " + temp.getType());
    catch (IOException ex) {
    public static void main(String[] args) {
    KodoConn kodo = new KodoConn();
    com.solarmetric.kodo.ConnectionProperties=
    com.solarmetric.kodo.DataCacheClass=
    com.solarmetric.kodo.LicenseKey=505152535454555647
    com.solarmetric.kodo.PersistenceManagerClass=com.solarmetric.kodo.runtime.Pe
    rsistenceManagerImpl
    com.solarmetric.kodo.impl.jdbc.DictionaryClass=com.solarmetric.kodo.impl.jdb
    c.schema.dict.SQLServerDictionary
    com.solarmetric.kodo.impl.jdbc.SQLExecutionListenerClass=
    com.solarmetric.kodo.impl.jdbc.SequenceFactoryClass=com.solarmetric.kodo.imp
    l.jdbc.schema.ClassDBSequenceFactory
    com.solarmetric.kodo.impl.jdbc.TransactionIsolation=READ_UNCOMMITTED
    com.solarmetric.kodo.impl.jdbc.WarnOnPersistentTypeFailure=true
    javax.jdo.PersistenceManagerFactoryClass=com.solarmetric.kodo.impl.jdbc.JDBC
    PersistenceManagerFactory
    javax.jdo.option.ConnectionDriverName=com.microsoft.jdbc.sqlserver.SQLServer
    Driver
    javax.jdo.option.ConnectionPassword=xxx
    javax.jdo.option.ConnectionURL=jdbc\:microsoft\:sqlserver\://xxx\:1433;Datab
    aseName\=xxx;SelectMethod\=cursor
    javax.jdo.option.ConnectionUserName=xxx
    javax.jdo.option.MaxPool=80
    javax.jdo.option.MinPool=1
    javax.jdo.option.MsWait=5000
    javax.jdo.option.Multithreaded=true
    0 [main] INFO kodo.Runtime - Starting Kodo JDO version 2.4.1
    (kodojdo-2.4.1-20030126-1556) with capabilities: [Enterprise Edition
    Features, Standard Edition Features, Lite Edition Features, Query
    Extensions, Datacache Plug-in, Statement Batching, Global Transactions,
    Developer Tools, Custom Database Dictionaries, Enterprise Databases, Custom
    ClassMappings, Custom ResultObjectProviders]
    81 [main] INFO kodo.MetaData -
    com.solarmetric.kodo.meta.JDOMetaDataParser@39ab89: parsing source:
    file:/C:/kodo-jdo-2.4.1/samples/swing/petshop/classes/Animal.jdo
    912 [main] INFO jdbc.JDBC - [ C:15779934; T:9489155; D:15493888 ] open:
    jdbc:microsoft:sqlserver://xxx:1433;DatabaseName=xxx;SelectMethod=cursor
    (xxx)
    1102 [main] INFO jdbc.JDBC - [ C:15779934; T:9489155; D:15493888 ] get
    [com.solarmetric.datasource.PoolConnection@f0c85e[[requests=0;size=0;max=0;h
    its=0;created=0;redundant=0;overflow=0;new=0;leaked=0;unavailable=0]]] from
    [com.solarmetric.datasource.DataSourceImpl$SortablePool[min=1; max=80;
    size=1; taken=0]]
    1222 [main] INFO jdbc.JDBC - [ C:15779934; T:9489155; D:15493888 ] begin
    rollback
    1222 [main] INFO jdbc.JDBC - [ C:15779934; T:9489155; D:15493888 ] end
    rollback 0ms
    1222 [main] INFO jdbc.JDBC - [ C:15779934; T:9489155; D:15493888 ] return
    [com.solarmetric.datasource.PoolConnection@f0c85e[[requests=0;size=0;max=0;h
    its=0;created=0;redundant=0;overflow=0;new=0;leaked=0;unavailable=0]]] to
    [com.solarmetric.datasource.DataSourceImpl$SortablePool[min=1; max=80;
    size=1; taken=1]]
    1392 [main] INFO jdbc.JDBC - Using dictionary class
    "com.solarmetric.kodo.impl.jdbc.schema.dict.SQLServerDictionary" to connect
    to "Microsoft SQL Server" (version "Microsoft SQL Server 2000 - 8.00.194
    (Intel X86)
    Aug 6 2000 00:57:48
    Copyright (c) 1988-2000 Microsoft Corporation
    Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 3)
    ") with JDBC driver "SQLServer" (version "2.2.0029")
    1453 [main] INFO jdbc.JDBC - [ C:15779934; T:9489155; D:15493888 ] get
    [com.solarmetric.datasource.PoolConnection@f0c85e[[requests=0;size=0;max=0;h
    its=0;created=0;redundant=0;overflow=0;new=0;leaked=0;unavailable=0]]] from
    [com.solarmetric.datasource.DataSourceImpl$SortablePool[min=1; max=80;
    size=1; taken=0]]
    1453 [main] WARN jdbc.JDBC - java.sql.SQLWarning: java.sql.SQLWarning:
    [Microsoft][SQLServer 2000 Driver for JDBC]Database changed to xxx
    1453 [main] WARN jdbc.JDBC - java.sql.SQLWarning: java.sql.SQLWarning:
    [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]______"________________________________
    'xxx'____
    1473 [main] WARN jdbc.JDBC - java.sql.SQLWarning: java.sql.SQLWarning:
    [Microsoft][SQLServer 2000 Driver for JDBC]Language changed to ________________
    1473 [main] WARN jdbc.JDBC - java.sql.SQLWarning: java.sql.SQLWarning:
    [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]______"________________________ ________
    1613 [main] INFO jdbc.SQL - [ C:15779934; T:9489155; D:15493888 ] preparing
    statement <8752113>: SELECT DISTINCT ANIMALX.JDOCLASSX FROM ANIMALX
    1623 [main] INFO jdbc.SQL - [ C:15779934; T:9489155; D:15493888 ] executing
    statement <8752113>: [reused=1;params={}]
    1773 [main] WARN jdbc.JDBC - [ C:15779934; T:9489155; D:15493888 ] Error
    when closing Statement/ResultSet
    java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for
    JDBC][SQLServer]sp_cursorclose: ____________________________________________abcdef0________________
    at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source)
    at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown
    Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown
    Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSRPCRequest.processReplyToken(Unknown
    Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown Source)
    at com.microsoft.jdbc.sqlserver.tds.TDSCursorRequest.closeCursor(Unknown
    Source)
    at
    com.microsoft.jdbc.sqlserver.tds.TDSCursorRequest.completeRowProcessing(Unkn
    own Source)
    at com.microsoft.jdbc.sqlserver.SQLServerImplResultSet.close(Unknown
    Source)
    at com.microsoft.jdbc.base.BaseResultSet.close(Unknown Source)
    at com.microsoft.jdbc.base.BaseStatement.commonTransitionToState(Unknown
    Source)
    at com.microsoft.jdbc.base.BaseStatement.close(Unknown Source)
    at com.microsoft.jdbc.base.BasePreparedStatement.close(Unknown Source)
    at
    com.solarmetric.datasource.StatementWrapper.close(StatementWrapper.java:201)
    at
    com.solarmetric.datasource.PreparedStatementCache$CachePreparedStatement.des
    troy(PreparedStatementCache.java:278)
    at
    com.solarmetric.datasource.PreparedStatementCache$CachePreparedStatement.clo
    se(PreparedStatementCache.java:350)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.close(SQLExecutionMan
    agerImpl.java:986)
    at
    com.solarmetric.kodo.impl.jdbc.ormapping.SubclassProviderImpl.getSubclasses(
    SubclassProviderImpl.java:278)
    at
    com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping.getPrimaryMappingField
    s(ClassMapping.java:1093)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager.executeQuery(JDBCSto
    reManager.java:704)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCExtent.getResultList(JDBCExtent.j
    ava:64)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCExtent.getIterator(JDBCExtent.jav
    a:46)
    at
    com.solarmetric.kodo.runtime.ExtentImpl$TransactionAwareIterator.newIterator
    (ExtentImpl.java:242)
    at serp.util.MultiIterator.setIterator(MultiIterator.java:70)
    at serp.util.MultiIterator.hasNext(MultiIterator.java:25)
    at
    com.solarmetric.kodo.runtime.ExtentImpl$TransactionAwareIterator.hasNext(Ext
    entImpl.java:218)
    at KodoConn.<init>(KodoConn.java:23)
    at KodoConn.main(KodoConn.java:33)
    1773 [main] INFO jdbc.JDBC - [ C:15779934; T:9489155; D:15493888 ] begin
    rollback
    1783 [main] INFO jdbc.JDBC - [ C:15779934; T:9489155; D:15493888 ] end
    rollback 10ms
    1783 [main] INFO jdbc.JDBC - [ C:15779934; T:9489155; D:15493888 ] return
    [com.solarmetric.datasource.PoolConnection@f0c85e[[requests=1;size=0;max=0;h
    its=0;created=1;redundant=0;overflow=1;new=1;leaked=0;unavailable=0]]] to
    [com.solarmetric.datasource.DataSourceImpl$SortablePool[min=1; max=80;
    size=1; taken=1]]
    1783 [main] INFO jdbc.JDBC - [ C:15779934; T:9489155; D:15493888 ] get
    [com.solarmetric.datasource.PoolConnection@f0c85e[[requests=1;size=0;max=0;h
    its=0;created=1;redundant=0;overflow=1;new=1;leaked=0;unavailable=0]]] from
    [com.solarmetric.datasource.DataSourceImpl$SortablePool[min=1; max=80;
    size=1; taken=0]]
    1813 [main] INFO jdbc.SQL - [ C:15779934; T:9489155; D:15493888 ] preparing
    statement <2715510>: SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.PRICEX,
    t0.TYPEX FROM ANIMALX t0
    1813 [main] INFO jdbc.SQL - [ C:15779934; T:9489155; D:15493888 ] executing
    statement <2715510>: [reused=1;params={}]
    "Marc Prud'hommeaux" <[email protected]> wrote in message
    news:[email protected]...
    Marc-
    Are you using the lastest version of MS's JDBC driver? I seem to recall
    this problem with the beta version of the driver.
    If that doesn't help, can you send us the complete stack trace?
    In article <[email protected]>, Marc Amick wrote:
    With the Microsoft SQL Server 2000 JDBC Driver I keep getting the
    following
    exception from kodo:
    java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for
    JDBC][SQLServer]sp_
    cursorclose: The cursor identifier value provided (abcdef0) is notvalid.
    atcom.microsoft.jdbc.base.BaseExceptions.createException(Unknown
    Source)
    in kodo.properties i have
    javax.jdo.option.ConnectionURL
    set to
    jdbc:microsoft:sqlserver://BALT-DB1:1433;DatabaseName=db_mamick;SelectMethod
    =cursor
    I am using kodo 2.4.1
    Has anyone seen this?
    Thanks
    -Marc
    Marc Prud'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com
    Marc Prud'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • TS1702 When using safari as soon as I enter the cursor in the google search box the key board drops down and re-appears and is then usable?

    When using google with Safari as soon as I enter the cursor in the text box the key board drops down, when re-entered it is fine and useable?

    Post a screenshot please. Are those regular Short Answer Question slides or custom quesiton slides? To which master slide did you add the shortcut, because I don't even know which one is used for Short Answer, it is not mentioned in the master slide titles. There is a master slide for Hot Spot, one for Matching, one for Likert and one for MCQ/TF/FIB/Sequence. I suppose the last one is also used for Short Answer but never checked it. Reason is that for short answer I never use the default question slide, because it is so limited for validation: you cannot use 'contain' to check the answer.
    I don't know of any way to have the focus immediately in the Answer Area, sorry
    Lilybiri

  • Reading the word under the cursor within MS Word

    I saw a very interesting article yesterday.
    Reading the word under the cursor
    And confirmed it today. Yes, it works fine with me.
    But, it works only with Notepad.
    It, even, does not work with Visual Studio itself.
    (Of course not with Notepad++ too.)
    Now. Simple asking.
    Can you show me how to do it within MS Word using VSTO ?
    I am with Word 2010.
    Regards

    Hi Using_Word_Everydai,
    >>You do not need to consider any kind of method within VBA (as your explanations) or do not calculate the location of caret (as your explanations). <<
    I would explian more detail about VBA and VSTO. Based on my understanding, we can automate Word application using Word object model in VBA and Word PIAs in VSTO solution. And there is tiny difference on the API, that the reaseon I provide a VBA demo.
    >>Reading the word under the cursor within MS Word<<
    Here is the code that for your reference to achieve the goal in VSTO solution(application level add-in):
    MessageBox.Show(Globals.ThisAddIn.Application.Selection.Range.Words[1].Text);
    >>
    Now, I have three steps.
    1. Move to there.
    2. Press "Alt_key"
    3. Click Mouse button.<<
    I am still not able to under the secnario you are handling exactly. Based on my understanding, if we want to grab the wrod in the document, we need to move the mouse click the word in the document then we can call the code above to grabe the Word under the
    cursor.
    For example, we can custom the ribbon of Word and add a custom button. Then click the word we need to grab then click the custom button to get the word.
    If I misunderstood, please feel free to let me know.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Moving the cursor to next field after scanning in RF

    Experts,
    We are developing a RF custom transaction for ITSMOBILE.Can any one provide me some info on how to move the cursor to the next input field automatically after scanning the first filed ? is there any setting in the Device or any config missing or any development required for it?
    Thanks in advance

    Pranathi - For instance if you have 3 Input OR Scan fields in a screen, as soon as you scan the value on the first input field, validate it and then set the field property of th einput field to Display Only, then upon ENTER the cursor will automatically go to the next input field. This is in a desktop. THe same will work in the RF Gun as long as the "Auto-Enter" is set up in your RF gun. This is the only setting required in your device and rest all ABAP. Good Luck.
    -Gisk

Maybe you are looking for