Hi,
1. Tget class method spinner() ,add the ::refresh() is better .
::oVScroll:bGoUp := {|| If( GetFocus() != ::hWnd, ::SetFocus(),),;
Eval( bUp ),::refresh() }
::oVScroll:bGoDown := {|| If( GetFocus() != ::hWnd, ::SetFocus(),),;
Eval( bDown ),::refresh() }
2. @1,2 get date1 of odlg size 72,12 spinner ...
the width will over the size
Shuming Wang