Article ID: 146423
Article Last Modified on 9/30/2003
THIS.Picture = 'C:\VFP\SAMPLES\CONTROLS\GRAPHICS\Arw08dn.bmp'
IF THIS.parent.List1.Height = 23
THIS.parent.List1.Height = 170
THIS.Picture = HOME() + 'SAMPLES\CONTROLS\GRAPHICS\Arw08up.bmp'
ELSE
THIS.parent.List1.Height = 23
THIS.Picture = HOME() + 'SAMPLES\CONTROLS\GRAPHICS\Arw08dn.bmp'
ENDIF
Additional query words: VFoxWin
Keywords: kbcode KB146423