WBROWSE – XBROWSE

Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

WBROWSE – XBROWSE

Post 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
Post Reply