Search found 20 matches: ngridbottom

Return to advanced search

Re: Search record from tab

Mr Rao I made @ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ; OPTION nOrder SIZE oApp():oWndMain:nWidth()-80, 12 PIXEL OF oApp():oDlg ; ITEMS "Tutti","A","B","C","D","E","F","G","H","I","J","K","L","M","N","Ñ","O","P","Q","R","S","T","U","V","W","X","Y","Z" ...
by Silvio.Falconi
Thu Sep 17, 2015 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search record from tab
Replies: 8
Views: 2099

Re: Search record from tab

I tried : @ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ; OPTION nOrder SIZE oApp():oWndMain:nWidth()-80, 12 PIXEL OF oApp():oDlg ; ITEMS "Tutti","A","B","C","D","E","F","G","H","I","J","K","L","M","N","Ñ","O","P","Q","R","S","T","U","V","W","X","Y","Z" ...
by Silvio.Falconi
Thu Sep 17, 2015 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search record from tab
Replies: 8
Views: 2099

Re: Search record from tab

Sorry Mr rao , I made @ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ; OPTION nOrder SIZE oApp():oWndMain:nWidth()-80, 12 PIXEL OF oApp():oDlg ; ITEMS "Tutti","A","B","C","D","E","F","G","H","I","J","K","L","M","N","Ñ","O","P","Q","R","S","T","U","V","W","X","Y","Z" ...
by Silvio.Falconi
Wed Sep 16, 2015 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search record from tab
Replies: 8
Views: 2099

text on tab

... picture but the text is wrote near to second tab http://img16.imageshack.us/img16/6159/errtab.png I made the tab @ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ; OPTION nOrder SIZE oApp():oWndMain:nWidth()-80, 12 PIXEL OF oApp():oDlg ; ITEMS 'Codice','Descrizione' ACTION ...
by Eoeo
Tue Aug 14, 2012 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: text on tab
Replies: 4
Views: 857

XBROWSE WINDOWS SEVEN LIKE

... I made oApp():oGrid := TXBrWin7():New( oApp():oDlg ) oApp():oGrid:nTop := 00 oApp():oGrid:nLeft := nSplit+2 oApp():oGrid:nBottom := ::nGridBottom oApp():oGrid:nRight := ::nGridRight Ut_BrwRowConfig7( oApp():oGrid ) --------------------------------------------------- FUNCTION Ut_BrwRowConfig7( ...
by Silvio
Fri Mar 11, 2011 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE WINDOWS SEVEN LIKE
Replies: 0
Views: 443

help for the sample xbimg.prg

... Desc C 60 oApp():oGrid := TXBrowse():New( oApp():oDlg ) oApp():oGrid:nTop := 00 oApp():oGrid:nLeft := nSplit+2 oApp():oGrid:nBottom := oApp():oDlg:nGridBottom oApp():oGrid:nRight := oApp():oDlg:nGridRight aBrowse := { { { || "" }, i18n("Image), 10, 0 },; { { || CP->file }, i18n("File"), ...
by Silvio
Sun Feb 27, 2011 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help for the sample xbimg.prg
Replies: 0
Views: 394

also xbrowse with bitmaps

... create the xbrowse oApp():oGrid := TXBrWin7():New( oApp():oDlg ) oApp():oGrid:nTop := 00 oApp():oGrid:nLeft := nSplit+2 oApp():oGrid:nBottom := ::nGridBottom oApp():oGrid:nRight := ::nGridRight then I list the fields I want on the table aBrowse := { { { || HW->Laboratory }, i18n("Aula/lab"), ...
by Silvio
Wed Feb 16, 2011 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also xbrowse with bitmaps
Replies: 2
Views: 610

TO NAGES : RESTORE STATE NOT RUN OK

... ... oApp():oGrid := TXBrWin7():New( oApp():oDlg ) oApp():oGrid:nTop := 00 oApp():oGrid:nLeft := nSplit+2 oApp():oGrid:nBottom := ::nGridBottom oApp():oGrid:nRight := ::nGridRight all cols here oApp():oGrid:SetRDD() oApp():oGrid:CreateFromCode() oApp():oGrid:nRowHeight := 21 oApp():oGrid:RestoreState( ...
by Silvio
Sat Feb 12, 2011 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO NAGES : RESTORE STATE NOT RUN OK
Replies: 11
Views: 3962

Re: alanit TInforme class

... error can be seen when we use xbrowse in that special dialog fsdi then when on the main window there is Ribbon menu we must change measure of ::nGridBottom !! IF oApp():oBar:ClassName() == "TRIBBONBAR" ::nGridBottom := (::nBottom / 2) - 90 ELSE ::nGridBottom := (::nBottom / 2) - oApp:oBar:nHeight ...
by Silvio
Thu Feb 10, 2011 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: alanit TInforme class
Replies: 3
Views: 1072

Re: XBrowse Win7 Bar New Sample

... nSplit ) CLASS TMIA oApp():oGrid := TXBrWin7():New( oApp():oDlg ) oApp():oGrid:nTop := 00 oApp():oGrid:nLeft := nSplit+2 oApp():oGrid:nBottom := ::nGridBottom oApp():oGrid:nRight := ::nGridRight oApp():oGrid:SetBackGround("c:\work\fwh\bitmaps\five.bmp", 1 ) return nil error Application ...
by Silvio
Mon Jan 03, 2011 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Win7 Bar New Sample
Replies: 61
Views: 15336

Re: XBrowse Win7 Bar New Sample

... nSplit ) CLASS Tmia oApp():oGrid := TXBrWin7():New( oApp():oDlg ) oApp():oGrid:nTop := 00 oApp():oGrid:nLeft := nSplit+2 oApp():oGrid:nBottom := ::nGridBottom oApp():oGrid:nRight := ::nGridRight oApp():oGrid:SetBackGround("c:\work\fwh\bitmaps\five.bmp", 1 ) return nil Ho I can set the ...
by Silvio
Mon Jan 03, 2011 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Win7 Bar New Sample
Replies: 61
Views: 15336

Error with splitter

... ; VERTICAL ; COLOR RGB(143,172,230) ; PREVIOUS CONTROLS oApp():oExBar, oBar ; HINDS CONTROLS oApp():oGrid, oApp():oTab ; SIZE 1, oApp():oDlg:nGridBottom + oApp():oTab:nHeight PIXEL ; OF oApp():oDlg ; _3DLOOK ; UPDATE ACTIVATE DIALOG oApp():oDlg NOWAIT ; ON INIT BarExplorer(oApp():oExBar,oApp():oCont,"CU") ...
by MdaSolution
Thu Jul 08, 2010 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with splitter
Replies: 3
Views: 605

... an TAB I want inser this tab to the bottom of a xbrowse when I clicl on a folder the Xbrowse must order the record to one order @ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ; OPTION nOrder SIZE oApp():oWndMain:nWidth()-50, 12 PIXEL OF oApp():oDlg ; ITEMS ' First ', ' Last ' ACTION ...
by Silvio
Mon Feb 11, 2008 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for MDB recorset
Replies: 41
Views: 10748

I try also this but not run @ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ; OPTION nOrder SIZE oApp():oWndMain:nWidth()-50, 12 PIXEL OF oApp():oDlg ; ITEMS ' First ', ' Last ' ; ACTION ( nOrder := oApp():oTab:nOption ,; if( norder=1, oRs:Sort ...
by Silvio
Sat Feb 09, 2008 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for MDB recorset
Replies: 41
Views: 10748

and @ oApp():oDlg:nGridBottom, nSplit+2 TABS oApp():oTab ; OPTION nOrder SIZE oApp():oWndMain:nWidth()-50, 12 PIXEL OF oApp():oDlg ; ITEMS ' First ', ' Last ' ; ACTION ( nOrder := oApp():oTab:nOption ,; if( norder=1, oRs:Sort( "ID" ...
by Silvio
Sat Feb 09, 2008 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for MDB recorset
Replies: 41
Views: 10748
Next

Return to advanced search