byte-one wrote:After oFld:enabletab(nOtion) the controls inside this tab becomes not active.
Function ActDesactDlgs( lEnable )
local x
DEFAULT lEnable := .F.
For x = 2 to Len( oFolder:aDialogs )
if lEnable
oFolder:EnableTab( x )
else
oFolder:DisableTab( x )
endif
Next x
Return nil
Function ActDesactDlgs( lEnable )
local x
For x = 2 to Len( oFolder:aDialogs )
oFolder:DisableTab( x )
oFolder:EnableTab( x )
Next x
Return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot], Jimmy and 83 guests