Hi all, I have form with listbox and grid. ListBox has 4 columns and array as rowsource populated with some SELECT ... .Values in first column may be identical.
In click() there is LOCATE like: LOCATE for F1 = this.displayvalue .and. F2 = left( this.ListItem(this.ListItemID,4) ,2) This works and in grid are displayed proper records from child table. Problem is that after click, listbox allways jumps to the first row when there are 2 or more rows with same value in first column and different in fourth. How to force listbox to stay on selected row ? Regards, Gojko _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

