Search found 31 matches: nsplit

Return to advanced search

Problem with xbrowse with tdatabase - Resolved

...  ENDactivate dialog oDlgreturn nil I convert EL-> into oElementi why now not run ok ? How I can to have the same ? now I resolved with @0,nSplit+2 XBROWSE oApp:oGrid SIZE oApp():oDlg:nGridBottom,oApp():oDlg:nGridRight PIXEL OF oApp():oDlg ;           COLUMNS "ELATTIVO","ELNOME","","ELCOLORE","ELORDINE","ELLOCK";  ...
by Silvio.Falconi
Sat May 04, 2019 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xbrowse with tdatabase - Resolved
Replies: 8
Views: 746

two get and explorebar

... the end of the explorer and when I resize the spliter the gets must change their width I build the explorer with oExBar = TExplorerBar():New(0,0, nSplit,oApp():oDlg:nBottom, oApp():oDlg) and then oApp():oSplit:bChange :={ |oSplit | oExBar:refresh() } to build the gets @ 42,10 say "Cognome ...
by Silvio.Falconi
Tue Sep 11, 2018 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: two get and explorebar
Replies: 1
Views: 419

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: 1987

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: 1987

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: 1987

text on tab

... 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 .... activate ...
by Eoeo
Tue Aug 14, 2012 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: text on tab
Replies: 4
Views: 815

Re: EditCell

... method because I have another configuration please : oApp():oGrid := TXBrowse():New( oApp():oDlg ) oApp():oGrid:nTop := 00 oApp():oGrid:nLeft := nSplit+2 oApp():oGrid:nBottom := 200 oApp():oGrid:nRight := 400
by Eoeo
Mon Aug 13, 2012 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EditCell
Replies: 6
Views: 1394

Re: Trying Tgantt Fivetech class

LINKING THE TGANT WITH XBROWSE oApp():oGantt:= TGantt():New( 40,nSplit+5,nGridBottom2,nGridRight2, oApp():oDlg,; TRUE,TRUE,TRUE,,,,,oApp():oGrid2) the bars do not match the records in xbrowse as you can see in this picture ( I write a red line to link the ...
by Eoeo
Sat Jul 28, 2012 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trying Tgantt Fivetech class
Replies: 32
Views: 11815

Re: OUTLOOK 2003 Y XBROWSE YA CASI LISTO

... 2.- Creas el control OutLook y luego asignas el ancho del control sobre el ancho del Splitter - 1 que has creado asÍ ( oOutLook2003:nRight := nSplit - 1 ) 3.- Creas en Browse y le asignas la posición de la izquierda. ( oBrw:nLeft := oOutLook2003:nRight+1 ) De este modo, ademas, si modificas ...
by jll-fwh
Mon May 14, 2012 2:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: OUTLOOK 2003 Y XBROWSE YA CASI LISTO
Replies: 7
Views: 2650

Re: ExplorerBar with Windows 7 look

you must set the color of xbox

@ 24, 05 VMENU oBar SIZE nSplit-10, 270 OF oApp():oDlg ;
COLOR CLR_BLACK, GetSysColor(15) ;
HEIGHT ITEM 35 XBOX


oBar:nCLRBox := MIN(GetSysColor(13), GetSysColor(14))
by MdaSolution
Wed Jul 27, 2011 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ExplorerBar with Windows 7 look
Replies: 30
Views: 7419

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 ) --------------------------------------------------- ...
by Silvio
Fri Mar 11, 2011 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE WINDOWS SEVEN LIKE
Replies: 0
Views: 431

help for the sample xbimg.prg

... dbf with images with these fields File C 60 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), ...
by Silvio
Sun Feb 27, 2011 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help for the sample xbimg.prg
Replies: 0
Views: 355

also xbrowse with bitmaps

... coloumn number 3 I try with before 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 ...
by Silvio
Wed Feb 16, 2011 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also xbrowse with bitmaps
Replies: 2
Views: 566

TO NAGES : RESTORE STATE NOT RUN OK

... oApp():cIniFile) ... 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() ...
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: 3645

Re: XBrowse Win7 Bar New Sample

... := i18n('Gestione Hardware') oApp():oDlg:SetColor(0,RGB(143,172,230)) oApp():oWndMain:oClient := oApp():oDlg oApp():oDlg:NewGrid7( nSplit ) // INSERT COLUMNS oCol:= oApp():oGrid:AddCol() oCol:AddResource("sort3") oCol:AddResource("sort4") oCol:AddResource( 'TREE_AULE') ...
by Silvio
Tue Jan 04, 2011 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Win7 Bar New Sample
Replies: 61
Views: 13494
Next

Return to advanced search