Page 1 of 1

WBROWSE – XBROWSE

Posted: Wed Jul 16, 2008 4:31 pm
by Otto
One line of code and you can switch from xBrowse to "Wbrowse" and back.
Regards,
Otto

Code: Select all

DEFINE BUTTON FILE "setting.bmp"  OF oBar ;
ACTION  (IIF( oBrw:nRowHeight=25, oBrw:nRowHeight:=60,oBrw:nRowHeight:=25 ),oBrw:refresh() )   ;
PROMPT "Zeilenhöhe"                ;
MESSAGE "Zeilenhöhe"           NOBORDER
Image
Image