... of destroy it. If the data has no services, you could hide the colums ? static function ReArrangeCols( oBrw, aCols ) AEval( oBrw:aCols, { |o| o:lHide := .f. } ) oBrw:ReArrangeCols( aCols ) AEval( oBrw:aCols, { |o| o:lHide := .t. }, Len( aCols ) + 1 ) oBrw:Refresh() return nil Showing a empty ...
... the columns configuration , how I can resolve ? you sad me "You have to reset the items of the combobox on the basis of columns where oCol:lHide == .f. " But I not understood How make it today I set on xbrowse these lines :lAllowRowSizing := .F. :lAllowColSwapping := .F. :lAllowColHiding ...
... //************** IF THE BELOW LINE COMMENTED THEN IT OUTLINE BOX SHOWS CORRECTLY WHILE NAVIGATING THE UP/DOWN KEYS ************* //:aCols[ 3 ]:lHide := .T. #include "fivewin.ch"#define C_GETH 25PROCEDURE MAIN local oDlg, oBrwTLib,oBrwTAss, oFontSay, oFontLovBrw local aArrData1 ...
... can call 2 files with ::LoadBitmaps( cBmpUpFile, cBmpDownFile ) then on METHOD LoadBitmaps( cName ) you can load one file I tried also with IIF(lHide, oApp():oToolButton:SetFile( "TOOLBAR_OFF", "TOOLBAR_OFF" ),; oApp():oToolButton:SetFile( "TOOLBAR_ON", "TOOLBAR_ON") ...