I found, that on gets in xbrowse ::selectedall() is standard. It should be to turn off or on! Now the cursor are on the last character in the get when i go to edit-mode. He should be on the first!
I found, that on gets in xbrowse ::selectedall() is standard. It should be to turn off or on! Now the cursor are on the last character in the get when i go to edit-mode. He should be on the first!
// description
    oLbxB:aCols[5]:nEditType  := EDIT_GET
    oLbxB:aCols[5]:bOnPreEdit  := { || If(oRsInvDetail:Fields("Item Description"):Value = " ", ,;
                   (__Keyboard( Chr( VK_HOME )) ,__Keyboard( Chr( VK_INSERT)) ))}
    oLbxB:aCols[5]:bOnPostEdit := {|o,v| _GetText( v,oLbxB,oRsInvDetail ) }Shouldn't it be dependent on the picture "@K"