WBROWSE – XBROWSE

Post Reply
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 24 times
Been thanked: 2 times
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 | Expand

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