in the example below, when clicking a field, the get is not scrolling, even if "@S". How can I do to have it scrolling ?
TIA,
Davide.
- Code: Select all Expand view
REDEFINE LISTBOX oLst ;
FIELDS aIniSeq[oLst:nAt,1] , aIniSeq[oLst:nAt,2] ;
ID 134 OF oDlg ;
TITLE "Entry","Value"
oLst:SetArray(aIniSeq)
oLst:blDblClick:= {|| oLst:lEditCol( 2, @aIniSeq[oLst:nAt,2],"@S",, CLR_RED, CLR_WHITE), ;
oLst:Refresh() }