Apollo,
OK, but if you know that you don't want scrollbars when you define the browse you can do something like this.
Define two browses in the resource file, one with scrollbars and one without. Then in your code do:
Regards,
James
OK, but if you know that you don't want scrollbars when you define the browse you can do something like this.
Define two browses in the resource file, one with scrollbars and one without. Then in your code do:
if lWantScrollbars
redefine xbrowse oBrw ID 101... // has scrollbars
else
redefine xbrowse oBrw ID 102... // no scrollbars
endifRegards,
James
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10