Search found 69 matches: vert

Return to advanced search

box align question

... a box I use ::oPrn:Box(X, Y, Z, K,; { nColorBordo, ::SetBorder(nSizeBordo) }, nBackcolor, ; {cText, oFnt, nColorFont, ::SetAlign(nAlignOriz,nAlignVert) }, ; "CM" ) on ::SetAlign(nAlignOriz,nAlignVert) I build the string to align/position but I have only this "TL" : TopLeft ...
by Silvio.Falconi
Sun Apr 09, 2023 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: box align question
Replies: 2
Views: 204

Re: save xbrowse column to Html

Perhaps I resolved On my applicaton I use a dbf but I convert it into two different array with Header and superheaders then I create html directly fron xbrowse For Vertical option https://i.postimg.cc/KvKbVh2t/vert.png for Horizontal ...
by Silvio.Falconi
Sat Oct 15, 2022 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: save xbrowse column to Html
Replies: 1
Views: 168

To Nages : other problem with oPrn:Box

... TopRight "T" : Top Center "BL" : Bottom Left "BR" : Bottom Right "B" : Bottom Center "L" : Left Vert Center "R" : Right Vert Center I have this problem on the table I insert these coordinates https://i.postimg.cc/ydvNZ40V/table.png ...
by Silvio.Falconi
Thu Nov 11, 2021 10:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : other problem with oPrn:Box
Replies: 0
Views: 184

Re: Printer class question

... TopRight "T" : Top Center "BL" : Bottom Left "BR" : Bottom Right "B" : Bottom Center "L" : Left Vert Center "R" : Right Vert Center But you can use this for only String, though this string can be multi-line delimited by CRLF. If you want ...
by nageswaragunupudi
Wed Oct 21, 2020 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3344

Re: XBROWSE Questions

Günther, 1.) I have 2 xbrowses with identical number of rows . The first xbrowse have a vert-scroll , the second are not. Now i will synchronize the actual row in the second browse by moving of the first browse. I needed the same solution for a language-translation ...
by ukoenig
Thu Nov 07, 2019 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Questions
Replies: 3
Views: 535

XBROWSE Questions

1.) I have 2 xbrowses with identical number of rows . The first xbrowse have a vert-scroll , the second are not. Now i will synchronize the actual row in the second browse by moving of the first browse. Currently in the first xbrowse i have: ….ON CHANGE oBrw2:nArrayAt ...
by byte-one
Thu Nov 07, 2019 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Questions
Replies: 3
Views: 535

Re: xbrowse.. y barras.

... todo el recurso y aca no encuentro eso. Atte., Saludos... /* styles posibles 0x50000000 -> desta forma ele fica por default com as barras Hor/Vert Ativas, ai sim, basta vc inserir no seu codigo : 0x50D00000 -> Barra Horizontal 0x50A00000 -> Barra Vertical 0x50B00000 -> Barra Horizontal ...
by joseluisysturiz
Fri Oct 19, 2018 1:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse.. y barras.
Replies: 3
Views: 827

Re: What FWH version are you using for production work ?

... people are using for actual production work ( released product ). The latest released version is 17.09, however, I know several of us had to re-vert to 17.06 or .07 database.prg to resolve problems with the new database revisions. I'm wondering if anyone is able to use just 17.09 in their production ...
by anserkk
Tue Nov 28, 2017 4:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What FWH version are you using for production work ?
Replies: 5
Views: 1008

What FWH version are you using for production work ?

... people are using for actual production work ( released product ). The latest released version is 17.09, however, I know several of us had to re-vert to 17.06 or .07 database.prg to resolve problems with the new database revisions. I'm wondering if anyone is able to use just 17.09 in their production ...
by TimStone
Mon Nov 27, 2017 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What FWH version are you using for production work ?
Replies: 5
Views: 1008

resize browse when click maximized dialog

... oDlg2 CENTERED  I created my dialog by Pelles C with class name TXBROWSE and in Custom control properties "resizable dialog" I put VERT RESIZING "RESIZING and HORZ RESIZING "RESIZING" any help? thank you ciao Damiano
by damianodec
Fri Mar 10, 2017 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize browse when click maximized dialog
Replies: 9
Views: 1714

Re: SCROLL VERTICAL EN XBROWSE NO SALE

... resuelve en el recurso, aca los style, saludos... :shock: /* styles posibles 0x50000000 -> desta forma ele fica por default com as barras Hor/Vert Ativas, ai sim, basta vc inserir no seu codigo : 0x50D00000 -> Barra Horizontal 0x50A00000 -> Barra Vertical 0x50B00000 -> Barra Horizontal ...
by joseluisysturiz
Tue Jan 10, 2017 1:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SCROLL VERTICAL EN XBROWSE NO SALE
Replies: 15
Views: 4176

Image -> XIMAGE

... instead of IMAGE to avoid the use of freeimage.dll? No clausula ON CLICK and ADJUST are present. The picture should always fill the main-window in vert and horz even on changing the size of the window! My code with IMAGE-Class: @ aRect[1]+oh_fenster:oTop:nheight,0 IMAGE oBitmap FILE inst_daten+GR_RES+"\gun32.jpg" ...
by byte-one
Mon Jul 11, 2016 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image -> XIMAGE
Replies: 0
Views: 367

Re: XBrowse, how to turn on lines?

James is rare

lFullGrid,; // Draw full horiz and vert lines even if not all rows have data


Your are other sets in others DATAs?
by cnavarro
Wed Apr 27, 2016 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse, how to turn on lines?
Replies: 24
Views: 4442

Re: Problem with EDIT_GET_LISTBOX in xBrowse

Mr. Rao, i make the following changes: 1. To add the size of the vert-scroll nWidth   := Max( nWidth, CalcTextWH( ::oBrw, ::aEditListTxt, oFont )[ 1 ] + COL_EXTRAWIDTH + ;                            IfNil( ::nBtnWidth, 10 ) + ...
by byte-one
Thu Mar 03, 2016 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with EDIT_GET_LISTBOX: ADDITIONAL WORK REQUIRED
Replies: 6
Views: 1159

Re: Ocultar Barra Horizontal y Vertical en xBrowse (SOLUCIONADO)

Un poco mas, saludos... :shock: /* styles posibles 0x50000000 -> desta forma ele fica por default com as barras Hor/Vert Ativas, ai sim, basta vc inserir no seu codigo : 0x50D00000 -> Barra Horizontal 0x50A00000 -> Barra Vertical 0x50B00000 -> Barra Horizontal e Vertical ...
by joseluisysturiz
Fri Nov 13, 2015 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ocultar Barra Horizontal y Vertical en xBrowse (SOLUCIONADO)
Replies: 3
Views: 980
Next

Return to advanced search