Command-delete, command-left and command-right not working as expected

On a Mac (in my case OS X 10.6.8) when entering text into a text-field or text-box 'command-delete' in any other application deletes everything between the cursor and the beginning of the current line. I'm using Firefox 10.0.1 and this does not work.
Also, in certain rich text editors such as Gmail's compose mail text-box 'command-left' and 'command-right' which would usually jump to the respective beginning or end of the current line doesn't seem to work.

Try:
Create Table ImportLog
( recid int,
grouploadid int,
groupid int,
tablename varchar(128),
note varchar(500)
Insert Into ImportLog
Values
(1,216,1,'tableb','noteb'),
(2,217,1,'tablea','notea'),
(3,217,2,'tableb','noteb'),
(4,217,1,'tablea','notea'),
(5,230,1,'tableb','noteb'),
(6,244,1,'tablea','notea'),
(7,244,2,'tableb','noteb'),
(8,244,3,'tablec','notec'),
(9,217,3,'tabled','noted')
select r1.RecID, r1.GroupLoadID, r1.groupid, r1.tablename, r1.note,
r2.RecID, r2.GroupLoadID, r2.groupid, r2.tablename, r2.note
from ImportLog r1
full join
(select RecID, GroupLoadID, groupid, tablename, note
from ImportLog
where GroupLoadID = '217'
) r2
on r1.TableName = r2.TableName and r1.Note = r2.Note and r1.Groupid = r2.Groupid
where r1.GroupLoadID = '244'
order by 1
GO
DROP Table ImportLog
GO
RecID GroupLoadID groupid tablename note RecID GroupLoadID groupid tablename note
6 244 1 tablea notea 2 217 1 tablea notea
6 244 1 tablea notea 4 217 1 tablea notea
7 244 2 tableb noteb 3 217 2 tableb noteb
8 244 3 tablec notec NULL NULL NULL NULL NULL
Kalman Toth Database & OLAP Architect
SQL Server 2014 Database Design
New Book / Kindle: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2014

Similar Messages

  • Swipe left and swipe right not 'sticky' enough in DPS

    I've found that when using the Swipe left and Swipe right function in tandem with DPS, the swiping action swipes away from the page. Any way to make the action 'stickier' so that it actually does what the action is set up to do and not swipe away from the page?
    Thanks

    Thanks for your replies Elaine and Neil. I'm referring to the 'swipeleft' and 'swiperight' actions within Edge. I'm attaching a screenshot (swipeleft and swiperight at bottom of list). The deal is...when I set up a button in Edge to swipe left or swipe right, my finger doesn't seem to 'catch' the button which cause the whole page in the app to swipe.
    I was wondering if there is any js that can be written into Edge to help this.
    Thanks,
    Ian

  • Run with User's rights not working as expected

    I have a VBscript that runs the Quest Client Profile Updating Utility for migrating Outlook e-mail profiles to a new Exchange Server.  For this tool to work it must be run using the User's security context when the user is logged onto the computer. 
    What I have found is that the script fails to run because SCCM is running the script with elevated privileges.  The program is set with 'Only when a user is logged on' and a run mode of 'Run with user's rights'.  The advertisement is set to run from
    a distribution point and has two mandatory re-occuring schedules (Logon, and at 6:00 a.m. every day).
    To test what is happening I created a separate Program that has the same program settings but only runs 'Cmd.exe /k echo' for the command line.  If I run this SCCM program as a user who is not a member of the local administrators group
    I can execute privileged programs like regedit.exe.  If I run the Command Prompt from the Start\Accessories folder and try to run Regedit I receive an 'Access denied' message.  It appears SCCM is running with elevated privileges.
    Does SCCM run a program with elevated privileges?  How can I make a program run without elevated privileges.
    thank you for your help.

    Actually I ran into a similar issue today trying to gather info about mapped network drives and found this thread when trying to troubleshoot it.  Here's a summary of what I've done:
    I have an SCCM package set up to run a script to dump the users' mapped drives to a text file.  The program is set to run only if a user is logged on and to run in the logged on user's context.  UAC is enabled.  For users who are members of
    the local Administrators group, the resulting text file was empty, as if no drives were mapped.  Running the script manually (not via SCCM, just double-clicking the script) populated the text file with the expected results.  So the script works correctly. 
    I suspected SCCM was running the package elevated, since drives mapped in the non-elevated context aren't visible to the elevated context.
    To test, I created another package & program that runs a command I know requires elevation (ipconfig /registerdns) and pipes the output to a text file. I configured it in the same way, and for users who are in the local admin group, the text file results
    indicate that the command ran successfully (which means it ran elevated). If I take the user out of the local admin group, making no changes to the package, then run the package again, the text file results say "This command requires elevation."
    So, it appears SCCM is running with the highest elevation level for which the user has rights.  I guess this makes sense, and it's not doing anything the user wouldn't normally have rights to do, but it does cause a problem when a program needs to run
    under the user's non-elevated token.  Any suggestions?
    Thanks,
    Matt

  • Read Key and Write Key not working as expected with paths on RT

    The configuration file VIs Read Key (Path) and Write Key (Path) don't seem to work as expected (at least not as I was expecting them to) on an RT target.
    When working on my WinXP PC with these two VIs, paths are translated to what looks like is supposed to be a device-independent format before being written to disk. The path C:\dir\file.txt becomes /C/dir/file.txt when writing and vice versa when reading. On my RT target, however, that same path is written to disk as C:\dir\file.txt, unchanged from the native format.
    The translaton of a native path to and from the device-independent format appears to be the responsibility of Specific Path to Common Path and Common Path to Specific Path. These both use the App.TargetOS property to determine the operating system. In the case structure for these two VIs, however, there is no case for PharLap or RTX. (My RT hardware is runnng PharLap; I don't know enough about RTX to comment.) This means that the results of String to Path or Path to String are used without translating between the device-independent format to the native path format.
    This isn't a problem if you create a configuration file on one machine and use it on that same machine. I noticed this only when tranferring a config file from my PC to the RT target, where the target would not open the file paths it loaded from the configuration file.
    This occurs on 7.1.1 and 8.0.  I don't have 8.20 to see if happens there, too.

    In LV 8.2, this was fixed.
    The problem is App.TargetOS returns "Pharlap" on RT systems, and "Pharlap" is handled by the default case ("invalid OS target") in LV 8.0.  In LV 8.2 the default case is "Windows 95/NT", however.  The reason you could write and read an .ini file on RT in LV 8.0 and earlier is because these two VIs (listed below) were both running the default case of "invalid OS target".
    vi.lib\Utility\config.llb\Common Path to Specific Path.vi
    vi.lib\Utility\config.llb\Specific Path to Common Path.vi
    As you saw, this fails when you perform one operation in Pharlap but the other in Windows.  You can fix this by modifying the two VIs listed above.  Just go to the case structure and make "Windows 95/NT" the default case.

  • WP8.1 MDM Restrictions - Voice record and safe search not working as expected

    Hi
    I'm having some issues with the new restrictions - 
    Voice recording
    After setting Experience/AllowVoiceRecording to 0, voice recording no longer works as expected in the Nokia recorder app, however you can still voice record from other apps such as One note.  Is this expected or should this restriction be applied at
    OS level?
    Safe search level
    Setting Search/SafeSearchPermissions to 0 or 1 causes the UI in settings > search for the level to be greyed out and states that it is disabled - but it does not show the correct level set.  It seems this restriction is not working or the values
    I am using are incorrect.
    Thanks
    Scott

    Hi Scott,
    I was checking the documentation and it seems vague. However, I have a few thoughts...
    Are you running this as PolicyManager/My/<Area>/<policy name> or PolicyManager/Device/<Area>/<policy name>? In Windows Phone 8.1, the PolicyManager configuration service provider is new. "My" path handles the policy configuration
    request coming from the server and "Device" is a read only path to reflect the plicy values that are enforced at the device.
    I would check to insure that you've set it up in the correct area. To troubleshoot, you could also try setting it up in either the opposite area and/or both areas.
    I hope this helps!
    David

  • DB Adapter polling as singleton process is not working as expected

    Am using poller DB adapater to control the transaction per seconds to the downstream system and i want this poller process as singleton (One instance should be in running state at a time).
    As suggested in oracle documents , below is the parameters configured in composite.xml file.
    <service name="polling_Mange_Alert_Events"
      ui:wsdlLocation="polling_Mange_Alert_Events.wsdl">
    <interface.wsdl interface="http://xmlns.oracle.com/pcbpel/adapter/db/Application1/int_app_manageAlerts/polling_Mange_Alert_Events#wsdl.interface(polling_Mange_Alert_Events_ptt)"/>
      <binding.jca config="polling_Mange_Alert_Events_db.jca">
      <property name="singleton">true</property>
      </binding.jca>
      <property name="jca.retry.count" type="xs:int" many="false" override="may">2147483647</property>
      <property name="jca.retry.interval" type="xs:int" many="false"
      override="may">1</property>
      <property name="jca.retry.backoff" type="xs:int" many="false"
      override="may">2</property>
      <property name="jca.retry.maxInterval" type="xs:string" many="false"
      override="may">120</property>
      </service>
    Below is the JCA file parameters configured :
    <adapter-config name="polling_Mange_Alert_Events" adapter="Database Adapter" wsdlLocation="polling_Mange_Alert_Events.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
      <connection-factory location="eis/DB/vff-int-fus" UIConnectionName="PT_APPINFRA" adapterRef=""/>
      <endpoint-activation portType="polling_Mange_Alert_Events_ptt" operation="receive">
        <activation-spec className="oracle.tip.adapter.db.DBActivationSpec">
          <property name="DescriptorName" value="polling_Mange_Alert_Events.ManageAlertEvents"/>
          <property name="QueryName" value="polling_Mange_Alert_EventsSelect"/>
          <property name="MappingsMetaDataURL" value="polling_Mange_Alert_Events-or-mappings.xml"/>
          <property name="PollingStrategy" value="LogicalDeletePollingStrategy"/>
          <property name="MarkReadColumn" value="TRANSACTION_STATUS"/>
          <property name="MarkReadValue" value="Processing"/>
          <property name="PollingInterval" value="10"/>
          <property name="MaxRaiseSize" value="5"/>
          <property name="MaxTransactionSize" value="5"/>
          <property name="NumberOfThreads" value="1"/>
          <property name="ReturnSingleResultSet" value="false"/>
          <property name="MarkUnreadValue" value="Pending"/>
        </activation-spec>
      </endpoint-activation>
    </adapter-config>
    This poller process is running on clustered environment (2 soa nodes) and it is not working as expected as singleton process.
    Please advise to solve this issue ?

    Hi,
    1.Set Singleton property outside   <binding.jca> like this:
    <binding.jca config="polling_Mange_Alert_Events_db.jca"/>
      <property name="singleton">true</property>
      <property name="jca.retry.count" type="xs:int" many="false" override="may">2147483647</property>
      <property name="jca.retry.interval" type="xs:int" many="false"
    2.Also you can try setting these values in jca file:
    <property name="RowsPerPollingInterval" value="100"/>
    <property name="MaxTransactionSize" value="100"/>
    3. try to increase the polling interval time.
    Regards,
    Anshul

  • MAC Mouse and Keyboard Do Not Work, when I am trying to re-install the OS using "Command R" option

    I am trying to re-install MAC OS 10.8.2, but when I hold "command R" I am asked for the firmware password, but the keyboard and mouse do not work.
    If I only select "option" during the boot up process it will ask me for the firmware password, keyboard and mouse work, but I can only select the HD option.
    Can someone advise what is the problem here, and your resolution.
    I have tried different commands "option + command + R' with no luck.

    I tried what was provided on the link, but it is not working.
    I hold it down, before the gray screen and the chime, but it only prompts but the firmware password.
    I tried based on the specific order in the support document and at a random press and hold.
    No go any other thoughts?

  • I want to disable 'Spotlight' for repairing my disk "Macintosh HD" , but somehow the command 'sudo mdutil -a -i off' does not work in 'Terminal'. I get result as ' bash: sudo: command not found' .I am using OS 10.10.  Please help.

    I want to disable 'Spotlight' for repairing my disk "Macintosh HD" , but somehow the command 'sudo mdutil -a -i off' does not work in 'Terminal'. I get result as ' bash: sudo: command not found' .I am using OS 10.10.  Please help.

    It appears that you may not have a properly installed OS X system.
    You must be connected to the Internet to reinstall OS X.
    In the menu bar, choose Apple menu > Restart. Once your Mac restarts (and the gray screen appears), hold down the Command (⌘) and R keys.
    Select “Disk Utility,” and then click Continue.
    Select your startup disk from the list on the left, and then Repair Disk.
    After disk is repaired, select Reinstall OS X, then click Continue.
    Follow the onscreen instructions. In the pane where you select a disk, select your current OS X disk

  • Command.text with ODBC escape sequence is not working in VC++, Bug in OLEDB ?

    Command.text with ODBC escape sequence is not working in VC++. The Code, which written in VB is working perfectly. Is there any different syntax in VC++ or bug in
    OLE DB provider ?. I am using OraOLEDB 8.1.7 version.
    Thanks
    Mani
    VB Code
    ' Enable PLSQLRSet property
    Cmd.Properties("PLSQLRSet") = True
    ' Stored Procedures returning resultsets must be called using the
    ' ODBC escape sequence for calling stored procedures.
    Cmd.CommandText = "{CALL corpuser.GetCorpUserRec(?, ?)}"
    Set Rst1 = Cmd.Execute
    VC++ Code (while execute it is giving error )
    pCommand->CommandText = "{CALL corpuser.GetCorpUserRec(?, ?)}";
    pRs1 = pCommand->Execute(NULL,NULL,adCmdStoredProc);

    Hi
    The odbc escape sequence for calling stored procedures works fine with VC++ also.
    You can check the sampe application at following url :
    http://otn.oracle.com/sample_code/tech/windows/ole_db/content.html
    Hope this helps
    Chandar

  • After upgrading my Macbook to Yosemite, the volume icon at the top right is greyed out and sound does not work.

    After upgrading my Macbook to Yosemite, the volume icon at the top right is greyed out and sound does not work.

    Interesting bug. I'm cautiously optimistic this will get rid of the weekly annoyance. The difference is that I bought my laptop back in Feb 2015, so it came with Yosemite. I think the issue may have appeared soon after an OS update not long after I got the thing, though. I was using a sudo command in the Terminal, but that is obviously not a fix.
    I wonder if there is a broken .plist file that may be fixed ...?

  • Accidentally deleted x protect meta.plist and plug in not working even after downloading latest

    Hi all
    Need some help here. It started off like this - after upgrading to mavericks, i had a problem viewing some java stuff. Googled and read somewhere to delete the x protect meta.plist and thus, did so. After doing that, my youtube videos etc all couldnt work. So googled again and did whatever the rest suggested - download latest version of Java, uninstall java and reinstall again, install other versions of java etc etc. all didnt worked.
    Someone just pointed out that I had deleted a very critical security file (x protect meta.plist) and might have more problems that I thought on my hand.
    Im not very technical or IT saavy, so please kindly advise. Most of the problems surfaced after deleting that file. And right now, plug in for videos are still not working even though I have attempted various 'solutions' suggested in this forum (the not too technical ones) and java is still cranky. Pls advise. thanks!

    Anyone able to help?
    1) How did u solve the missing/out of date plugin?
    - Have tried installing numberous times the latest version - doesnt work
    - Tried uninstalling and then reinstalled earlier versions of java - doesnt work too
    read somewhere to delete the xprotect meta plist - realised much later that piece of advice was for snow leopard OS and thus, did not work too. A forummer told me today this file is a critical security file and i should not have deleted it. WHat can I do now?
    current situation:
    still cant play youtube videos and other videos.
    java on some sites still cant work

  • Audio Left & Right not working

    Dear All
    please help for this isuue my laptop when i connect my laptop audio with sound system or Ear phone i don't get perfect stereo, and i try go audio midi and checked the configure speker Left and Right both are come toghter its should be when i test left should be in left and if right should be on right but its not come. i want perfect stereo. I'm useing (Macbook Pro 2011 with OS x Mountain Lion)
    Thanks
    Kalpesh

    Apparently this is an intended part of the new virtual desktop system. It also affects the Shift-Win-Up maximizing the window, and Shift-Win-Down minimizing it... they now function with a double-tap of the Up or Down. But unfortunately Shift-Win-Left
    or Right will just move around on whichever single screen the application is now on, regardless of how many monitors you actually have.
    Just to clarify, do you mean the feature to snap/cycle to other monitors was intentionally removed? Or due to other changes to snap it's had this adverse affect?
    The ability to Windows Key + move to other monitors is highly useful, and often much quicker than dragging/dropping to move to another monitor. I hope this is just an oversight and will be reverted!
    Thanks to others for your feedback and info too, glad to know I'm not the only one encountering this issue.

  • T-430 Snap desktop windows to the left or right, not work ?

    Hello,
    with my new T-430 with Windows 8.1 i have following issue. Snap desktop windows to the left or right, not work.
    Windows Key and left or right arrow do nothing. I have all the latest drivers and also Windows 8.1 updates installed. Anybody has a idea would could that be ?
    Thanks
    Rainer from Munich/Germany

    Swiping left to right or right to left should work if you're in the right place.
    For example, try it in Music > Songs (button in lower right).

  • I have an iPad 2 and so does my mom.  We both have the app Slotomania and now all of sudden after having it for months, our games connected and we don't know how to fix it.  Deleting it and reinstalling does not work.

    I have an iPad 2 and so does my mom.  We both have the app Slotomania and now all of sudden after having it for months, our games connected and we don't know how to fix it.  Deleting it and reinstalling does not work.

    Does the app now use iCloud, do you use iCloud and do the two of you use the same account on iCloud?
    Just a guess.

  • I have changed my Apple ID name and I want to change it on iCloud, however I am not able to delete the previous account because I need to turn off the Find my iPhone - and for that I need to log in with the old name and that is not working. Help anyone?

    I have changed my Apple ID name and I want to change it on iCloud, however I am not able to delete the previous account because I need to turn off the Find my iPhone - and for that I need to log in with the old name and that is not working. Help anyone?

    Hey tulgan,
    This link will provide information on what to do after you change your Apple ID:
    Apple ID: What to do after you change your Apple ID
    http://support.apple.com/kb/HT5796
    Welcome to Apple Support Communities!
    Take care,
    Delgadoh

Maybe you are looking for