Search found 57 matches: recordselector

Return to advanced search

Re: Xbrowse : Setup configuration file

1. data osettingbmp method helpmenu() 2. METHOD New( oWnd ) CLASS TXBrowse ... ::hBmpRecSel := FwRArrow() // add the lines ::osettingbmp:=TBitmap():Define( "config",,::oWnd) ::osettingbmp:ltransparent:=.t. 3. METHOD Paint() CLASS TXBrowse ... PalBmpDraw( ::hDC, (::nHeaderHeight - 3-if(::lg...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1217

New FTDN July/Julio 2020 (FWH 20.07)

... of the database to natural order and refreshes the browse. - New methods: ShowRecSelRecNo() and ShowRecSelKeyNo(): Displays RecNo/KeyNo on the recordselector and total records in the footer, if footer is enabled. - New DATA: bOnSort: If specified, evaluated when a column is sorted with browse ...
by Antonio Linares
Sat Aug 01, 2020 5:40 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2020 (FWH 20.07)
Replies: 1
Views: 1211

New FTDN April/Abril 2018 (FWH 18.04)

... Now the date picture specified is applied correctly to the DtPicker. - New DATA: nRecSelBarBtnNo: If specified, bitmap is displayed on the recordselector on GetBar when lGetBar/lSeekBar is .t. - Method SetChecks() enhancement: This method now applies to columns if value is logical even ...
by Antonio Linares
Mon Jun 04, 2018 6:34 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2018 (FWH 18.04)
Replies: 1
Views: 2162

Re: xbrowse

You are right.
RecordSelector column does not count.
by nageswaragunupudi
Sat Feb 24, 2018 7:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse
Replies: 14
Views: 2602

Re: XBrowse nuevas DATAS ?

We can set recordselector width to any value 25 and above.
Even if programmer sets it to a lower value, we are internally changing it to 25.
We have some issues in dealing with narrower record selector.
So sorry, we are unable to provide the possibility of setting recsel width to less than 25
by nageswaragunupudi
Thu Jun 15, 2017 1:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse nuevas DATAS ?
Replies: 5
Views: 1052

Re: XBrowse nuevas DATAS ?

Mr Rao

How could I change recordselector size from 25 to 15 ?
by Compuin
Thu Jun 15, 2017 1:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse nuevas DATAS ?
Replies: 5
Views: 1052

Re: Cambiar el RECORDSELECTOR_WIDTH 25




Thanks

I'm talking about to use 18 instead more than 25
by Compuin
Wed Jun 14, 2017 6:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el RECORDSELECTOR_WIDTH 25
Replies: 2
Views: 384

Cambiar el RECORDSELECTOR_WIDTH 25

Hola

Existe alguna manera de cambiar el tamano de #define RECORDSELECTOR_WIDTH 25 a 18, sin tener que recompilar la clase Xbrowse.prg ?
by Compuin
Wed Jun 14, 2017 3:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar el RECORDSELECTOR_WIDTH 25
Replies: 2
Views: 384

Re: Aplication with FWHMysqlMariaDb

... + cValToChar( oBrw:nLen ) PIXEL SIZE w,h OF oDlgoBrw:bChange := { || oSay:Refresh() }  Display RowNo and Total Rows on RecordSelector.       WITH OBJECT oBrw         :lFooter          := .t.         :bRecSelHeader    := { || "RowNo" }         :bRecSelData ...
by nageswaragunupudi
Thu Dec 15, 2016 1:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Aplication with FWHMysqlMariaDb
Replies: 1
Views: 544

Re: New FWH 16.04

The textcolor of the recordselector is working fine now

Image

regards
Uwe :D
by ukoenig
Sat May 21, 2016 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 16.04
Replies: 21
Views: 4517

Re: xBrowse how to show a button-seek-result on top

... http://www.pflegeplus.com/IMAGES/Xbrwsel6.jpg another test gives the needed result und moves to the top but destroys the new recordselector-counter maybe changing the contens of the codeblock ( it is just a test ) http://www.pflegeplus.com/IMAGES/Xbrwsel7.jpg ...
by ukoenig
Wed May 18, 2016 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse how to show a button-seek-result on top
Replies: 4
Views: 1038

Re: xBrowse how to show a button-seek-result on top

Glad to see you are using the new features of recordselector. Text, pointer bitmap and header bitmap. You asked in another thread. To change the recordselector text color, please set oBrw:nClrText := <nNewColor> and call oBrw:Refresh(). Now ...
by nageswaragunupudi
Wed May 18, 2016 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse how to show a button-seek-result on top
Replies: 4
Views: 1038

Re: New FWH 16.04

Mr Uwe

nRecTxtColor // Text color for the record selector column, by default black


To change the recordselector text color at runtime :
Code: Select all  Expand view
oBrw:nClrText := <nNewColor>, oBrw:Refresh()
by nageswaragunupudi
Wed May 18, 2016 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 16.04
Replies: 21
Views: 4517

New FTDN April/Abril 2016 (FWH 16.04)

... as AL_LEFT or AL_RIGHT. Default continues to be center alignment. (3) Enhancement: Improved painting of dividers in Header,Footer and recordselector. (4) New: Data and bitmaps on Record Selector: It is now possbile to display any data on the record selector. While this is mostly useful ...
by Antonio Linares
Thu May 12, 2016 6:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7580
Next

Return to advanced search