> If someone clicks in a cell, that cell gets focus, but if I want to move 
focus completely away from the listbox using GOTO OBJECT(*;""), then the 
cell still *appears* to have focus, even though nothing on the form 
actually has focus (because if you type, it goes nowhere).  How to remove 
the appearance of focus from the listbox (cell) ? 

I had the same issue (today) and, with some help, found a solution:

C_POINTER($pobject)
C_LONGINT($col;$lig)
ListBoxName:="MyListbox"
LISTBOX GET CELL POSITION(*;$ListBoxName;$col;$lig)
// DO WHAT YOU HAVE TO DO
$pobject:=OBJECT Get pointer(Object named;$ListBoxName)
$pobject->{$lig}:=False



-----
Patrick EMANUEL
------------------------------------------------------------
Administrator
www.association-qualisoft.eu 
(Soft1002, Simply Asso & QS_Toolbox)
--
View this message in context: 
http://4d.1045681.n5.nabble.com/Listbox-Mysteries-tp5749512p5749579.html
Sent from the 4D Tech mailing list archive at Nabble.com.
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to