Hi,
I have a trouble with event rowfocuchanging.
I have a window with 4 tabpage. In the last tabpage, there are 3 datawindow.
the 3 datawindow contains a list and for each row of the list, it is a dropdowndatawindow.
When i open the window, the system past in rowfocuschanging
the value are : - newrow : 1 and currentrow = 0 (cfr image)
when i choose the last tabpage and i click on the first row of the first dw, the dddw doesn't show the list.
the system think that my focus are on the second row.
so in the event of rowfocuschanging, the value are - newrow : 2 and currentrow = 1 (cfr image)
I don't understand why the system go in rowfocuschanging because i click on the first row and not on the second row!
I have this trouble when i click on the same row that have the focus.