PDA

View Full Version : How to remove player from "select/change" arrow?



vlsup
02-05-2009, 12:23 PM
There is a button with arrow in Cash and Turney sections of HEM, which help quick-selecting players. And if I want to add new player to that shortlist, I have to click the word "Change" and then (in new window) find this one I want to add and so on.
OK, this is clear (one direction).
But - in reverse? How to REMOVE some players from this shortlist under arrow?

Al1
02-05-2009, 01:57 PM
You can't. But you can suggest it here: http://holdemmanager.uservoice.com/

vlsup
02-19-2009, 06:54 PM
You can't. But you can suggest it here: http://holdemmanager.uservoice.com/

really?
he-he...
UPDATE selectedplayer
SET player_id=N
WHERE player_id=M;

and problem resolved

:)

Al1
02-22-2009, 03:43 PM
really?
he-he...
UPDATE selectedplayer
SET player_id=N
WHERE player_id=M;

and problem resolved

:)

What's that?

vlsup
02-22-2009, 04:53 PM
SQL statenent executed via PGadmin
where M is "this guy unwanted in select list" playerID
and N is one of my PlayerID's

As I mentioned some days earlier, I know "somethihg" about database programming :-))