Search found 158 matches: ogrid

Return to advanced search

Re: stars on xbrowse

Resolved!!

the error was the oldest state saved because I use this command

oApp():oGrid:RestoreState( cState )

Image





thanks !!!
by Silvio.Falconi
Thu Feb 16, 2017 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: stars on xbrowse
Replies: 16
Views: 6829

Re: stars on xbrowse

... { || IN->INNOME, i18n("Titolo"),100 ,},; ... 11 columns then I use to build xbrowse columns FOR i := 1 TO Len(aBrowse) oCol := oApp():oGrid:AddCol() oCol:bEditValue := aBrowse[ i, 1 ] oCol:cHeader := aBrowse[ i, 2 ] oCol:nWidth := aBrowse[ i, 3 ] if !Empty(aBrowse[ i, 4 ]) oCol:cEditPicture:=aBrowse[ ...
by Silvio.Falconi
Thu Feb 16, 2017 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: stars on xbrowse
Replies: 16
Views: 6829

Re: lSeekBar

... || CU->CITY } , i18n("City"), 150, 0 } }   FOR i := 1 TO Len(aBrowse)      oCol := oApp():oGrid:AddCol()     * oCol:bStrData := aBrowse[ i, 1 ]       oCol:bEditValue := aBrowse[ i, 1 ]      oCol:cHeader  := aBrowse[ ...
by Silvio.Falconi
Tue Jan 03, 2017 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lSeekBar
Replies: 16
Views: 7107

Re: Tfolderex Tab cursor

Silvio,

I think it must be < oCursor >

oApp():oGrid:oCursor:=cCursorTab

oApp():oGrid:cursor :=cCursorTab

best regards
Uwe :D
by ukoenig
Fri Apr 01, 2016 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tfolderex Tab cursor
Replies: 4
Views: 924

Re: Tfolderex Tab cursor

I made Local cCursorTab:= TCursor():New(,'HAND') oApp():oGrid := TFolderex():New( , , , , oApp():oDlg, , ,, aPrompts) oApp():oGrid:cursor:=cCursorTab and this is the error give me Application =========== Path and name: C:\WORK\Prg\Archivia\Main.Exe (32 ...
by Silvio.Falconi
Fri Apr 01, 2016 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tfolderex Tab cursor
Replies: 4
Views: 924

Pngs not transparent

I insert on a folder a image oImagen = TImage():Define(,"scaf.bmp" ) ... oGrid:adialogs[1]:bPainted := {|hDC| (PalBmpDraw( hDC, 0, 0, oImagen:hBitmap,, oGrid:adialogs[1]:nWidth, oGrid:adialogs[1]:nHeight,, .T.) ) } and on this folder many btnbmp buttons ...
by Silvio.Falconi
Wed Mar 02, 2016 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pngs not transparent
Replies: 12
Views: 2654

Re: a tpanel into a tfolder :resolved!!

... resize but the Folder is allway at same point and not move on the right Pls Look the ResizeWndMain() if you have an idea I refresh the folder with oGrid:SetSize( aClient[ 4 ] - oGrid:nLeft, oDlgTest:nHeight -26) if I move the splitter then the oGrid ( folder) is moved
by Silvio.Falconi
Wed Mar 02, 2016 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a tpanel into a tfolder :resolved!!
Replies: 17
Views: 7914

Re: a tpanel into a tfolder

... is resize with ------------------------------------------------------------------------------------- oBasket:bResized := {|| rc := GetClientRect(oGrid:aDialogs[ 1 ]:hWnd),; oGrid:aDialogs[ 1 ]:nWidth := rc[4] } oGrid:aDialogs[ 1 ]:oClient := oBasket ----------------------------------------------------------------------------------- ...
by Silvio.Falconi
Fri Feb 26, 2016 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a tpanel into a tfolder :resolved!!
Replies: 17
Views: 7914

Hide columns

It is possibile Hide some columns of xbrowse at init ? for a sample I made: oApp():oGrid := TXBrowse():New( oApp():oDlg ) .. columns... oApp():oGrid:SetRDD() oApp():oGrid:CreateFromCode() oApp():oGrid:aCols[9]:lhide:=.t. and it run at init then if I use the popup ...
by Silvio.Falconi
Mon Nov 16, 2015 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide columns
Replies: 14
Views: 6725

Re: Search record from tab

... ; ACTION CuFiltrar(oApp:oGrid,oApp:oTab,oApp():oTab:nOption,nOrder) Function CuFiltrar(oGrid,oTab,n,nOrder) if n=1 CU->(DbClearFilter()) CU->(DbGoTop()) oApp():oGrid:Refresh(.t.) ...
by Silvio.Falconi
Thu Sep 17, 2015 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search record from tab
Replies: 8
Views: 1999

Re: Search record from tab

... ; ACTION ( CU->(DbSetOrder(nOrder)),; Cufiltrar(oApp():oGrid, oApp():oTab,oApp():oTab:nOption) ) Function Cufiltrar (oGrid,oTab,n,nOrder) ?alltrim(oApp():oTab:aPrompts[n] ) do case case nOrder= 1 CU->(DbSetFilter( ...
by Silvio.Falconi
Thu Sep 17, 2015 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search record from tab
Replies: 8
Views: 1999

Re: Search record from tab

... ; ACTION ( CU->(DbSetOrder(1)),; CU->(DbGoTop()) ,; IIF( oApp():oTab:nOption=1, oApp():oGrid:Seek(""),; oApp():oGrid:Seek(alltrim(oApp():oTab:aPrompts[oApp():oTab:nOption] )) ),; oApp():oGrid:Refresh(.t.) ) it run ok bu tI mean ...
by Silvio.Falconi
Wed Sep 16, 2015 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search record from tab
Replies: 8
Views: 1999

Re: Error tecnical with xbincflt.prg

... it cannot refresh the first combobox where there are the name of columns I insert a buttonbar on dialog where I put the combobox I wish read from oGRid the fields and the headers because it the user change the state ( hide a column) I wish use // to calc the fields and the headers aFlds :=array( ...
by Silvio.Falconi
Wed Jun 10, 2015 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with xbincflt.prg
Replies: 2
Views: 837

Re: xbrowse -> html

Menuitem "Save as Html" ACTION oGrid:ToHTML()

in FWH 15.05 :-)
by Antonio Linares
Tue Jun 02, 2015 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse -> html
Replies: 4
Views: 700

Re: xbrowse -> html

and how ?
I wish create it from fwh app

Menuitem "Save as Excel" ACTION oGrid:ToExcel()
Menuitem "Save as Html" ACTION ???
by Silvio.Falconi
Tue Jun 02, 2015 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse -> html
Replies: 4
Views: 700
PreviousNext

Return to advanced search