17.0 HF4 Mac I've noticed that a lot of generic listbox code fails with collection variables. For example, in passing a listbox pointer to a method such as
LISTBOX SELECT ROW($arrayListbox->;$row) `works LISTBOX SELECT ROW($selectionLisbox->;$row) `works LISTBOX SELECT ROW($collectionLisbox->;$row) `does not work Other commands that don't seem work the same with collection list boxes include: LISTBOX GET ARRAYS LISTBOX MOVED COLUMN NUMBER OBJECT GET COORDINATES OBJECT MOVE Something to watch out for if you are converting code to work with collection listboxes. You have to change everything to use the object name instead of the variable. John DeSoi, Ph.D. ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

