Hello Everyone, (4Dv15r5, Windows)
I have an array-type listbox that I've configured so that every cell is enterable (the 'Single Click Edit' property is ON). This has presented a few challenges: > 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) ? > If the cell is tied to a numeric array, when you click in it, a "0" (zero) appears. I don't want this, users tend to get annoyed when that extra zero is added to whatever number they are entering (particularly if the zero is added to the right side of the number - 20 becomes 200). How to elimininate this behavior, of displaying a 'zero' in an empty cell that has focus? Cells that don't have focus don't display zeros... Many thanks! Bob Miller Chomerics, a division of Parker Hannifin Corporation ********************************************************************** 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] **********************************************************************

