Hi guys.
When using the XBROWSER command is it possible to specify the wanted height and width of its dialog?
TIA
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
BCC5.82/BCC7.3
xHarbour/Harbour
Hi guys.
When using the XBROWSER command is it possible to specify the wanted height and width of its dialog?
TIA
XBROWSER uValue TITLE "My xbrowse" SETUP Setup( oBrw )
function Setup( oBrw )
  oBrw:oWnd:SetSize( 400, 200 ) // desired width and height
return nilThanks for such prompt response Antonio!