P
Patrice Perrot
Guest
Hi Go to the next line in a browse with "Cursor down", Trigger "Cursor-Down" or methode "Select-Next-Row" should have the same effect. When we are using the method "Select-Next-row" on the last diplayed line of the browse. The row-display trigger is called the number of line of the browse (all the visible lines of the browse which were is the browse for most of them, all except the new last line). When we are using the "Cursor down", Trigger "Cursor-Down", the row-display is only called for the "new" line. For other lines, there is no "row-display" for "Cursor down", Trigger "Cursor-Down" or "Select-Next-Row". The method "Select-Next-row" could have a "large" performance footprint when there is an activity on the row-display on browse with a "big" number of visible lines. For example when you need to calculate/evaluate somethings to know the color of the cell of the line in the browse. Is it possible to create a new method to have only one "row-display" or to modify the method "select-next-row" Regards Patrice
Continue reading...
Continue reading...