Search found 389 matches: txbrwcolumn

Return to advanced search

Re: xbrowse No existe el metodo: LREADONLY

Both TXbrowe and TXBrwColumn classes do have the DATA lReadOnly. This error: Called from:  => LREADONLY( 0 )Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:VALUE( 13576 ) indicates that the object is ...
by nageswaragunupudi
Sat Mar 02, 2024 2:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 357

Re: TUrlLink on Xbrowse

... Dialog using TURLLink() --- as i know it is not possible to use a "external" Object as Column for XBROWSE Default XBROWSE can use CLASS TXBrwColumn or CLASS TXBrColCode Data must be Type "C,M,N,D" or BITMAP so e.g. you can´t put DTPICK Object "direct" in a Cell of ...
by Silvio.Falconi
Thu Feb 29, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 186

Re: TUrlLink on Xbrowse

... Dialog using TURLLink() --- as i know it is not possible to use a "external" Object as Column for XBROWSE Default XBROWSE can use CLASS TXBrwColumn or CLASS TXBrColCode Data must be Type "C,M,N,D" or BITMAP so e.g. you can´t put DTPICK Object "direct" in a Cell of ...
by Jimmy
Thu Feb 29, 2024 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 186

Re: Problem with xBrowse

... L .F. Param 5: C "MYSQL" Local 1: O Class: TXBROWSE Local 2: A Len: 2 Local 3: N 133 Local 4: U Local 5: U Local 6: U Local 7: O Class: TXBRWCOLUMN Local 8: O Class: TOLEAUTO Local 9: U Local 10: U Local 11: U Local 12: B {|| ... } XBRWSETDATASOURCE Param 1: O Class: TOLEAUTO Param 2: ...
by Armando
Tue May 16, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2120

Re: Error compilacion TXBrowse con hbmk2 y vc2022

... warning LNK4006: _HB_FUN_TXBROWSE already defined in Dpxbrowse.obj; second definition ignored FiveH32.lib(XBROWSE.obj) : warning LNK4006: _HB_FUN_TXBRWCOLUMN already defined in Dpxbrwcol.obj; second definition ignored TXBROWSE ya se ha tomado de Dpxbrowse.obj y TXBRWCOLUMN también
by Antonio Linares
Tue Mar 21, 2023 8:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilacion TXBrowse con hbmk2 y vc2022
Replies: 3
Views: 344

Error compilacion TXBrowse con hbmk2 y vc2022

Saludos, Estoy tratando de compilar con hbmk2 y msvc2022 la clase txbrowse modificada en otro .prg pero me arroja el siguiente error: hbmk2: Procesando opciones de entorno: -comp=msvc hbmk2: Harbour: Compilando módulos... Harbour 3.2.0dev (r2303091450) Copyright (c) 1999-2021, https://harbour.github...
by Compuin
Tue Mar 21, 2023 1:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error compilacion TXBrowse con hbmk2 y vc2022
Replies: 3
Views: 344

Re: move the bitmap of the xbrowse sort

... BASE/1132 Bound error: array access Args: [ 1] = A {} length: 0 [ 2] = N 1 Stack Calls =========== Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:PAINTBMPANDTEXT( 13879 ) Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:PAINTHEADER( 14044 ) Called from: .\source\classes\XBROWSE.PRG ...
by Silvio.Falconi
Sun Mar 19, 2023 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: move the bitmap of the xbrowse sort
Replies: 2
Views: 245

Re: Problema pintado xbrowse FWH2210

... from the next version. For now, if you want to revert to the old look, please make a small change to xbrowse.prg Method EraseData(...) CLASS TXBrwColumn. At line 15327, you see:   if hBrush == nil .or. ::oBrw:lFullGrid Please change it as:   if hBrush == nil    //.or. ...
by nageswaragunupudi
Wed Dec 14, 2022 10:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema pintado xbrowse FWH2210 - SOLUCIONADO
Replies: 29
Views: 1782

Error on Header of Xbrowse

...  Argument error: +    Args:      [   1] = N   2      [   2] = U   Stack Calls ===========    Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:PAINTHEADER( 14000 )    Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:PAINTHEADER( 2825 )    Called from: .\source\classes\XBROWSE.PRG ...
by Silvio.Falconi
Thu Sep 29, 2022 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on Header of Xbrowse
Replies: 2
Views: 245

Re: XBrowseR Excel Error!

Thank you for pointing out this error. Does the array contain Unicode ( utf8 ) text in some cells? There is a bug in the METHOD ToExcel() of TXBrwColumn, not noticed till your pointed out this error. Can you please fix this bug in this way in your copy of xbrowse.prg? Please see the lines 17232 ...
by Horizon
Mon Aug 29, 2022 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowseR Excel Error!
Replies: 3
Views: 511

Re: XBrowseR Excel Error!

Thank you for pointing out this error. Does the array contain Unicode ( utf8 ) text in some cells? There is a bug in the METHOD ToExcel() of TXBrwColumn, not noticed till your pointed out this error. Can you please fix this bug in this way in your copy of xbrowse.prg? Please see the lines 17232 ...
by nageswaragunupudi
Sat Aug 27, 2022 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowseR Excel Error!
Replies: 3
Views: 511

Re: TXBrwColumn aEditListTxt

Many thanks, Mr. Rao
by Detlef
Thu Mar 03, 2022 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrwColumn aEditListTxt
Replies: 11
Views: 527

Re: TXBrwColumn aEditListTxt

Thanks for jumping in Mr. Rao. Columns 2 and 3 are not only listboxes but also editable. If users make a false entry in col 3 it should be possible to repeat the mechanism to click again the same value in col 2 to correct the value in col 3. And no, it's a dbf to edit. You should not keep column 3 ...
by nageswaragunupudi
Wed Mar 02, 2022 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrwColumn aEditListTxt
Replies: 11
Views: 527

Re: TXBrwColumn aEditListTxt

Thanks for jumping in Mr. Rao.
Columns 2 and 3 are not only listboxes but also editable.
If users make a false entry in col 3 it should be possible to repeat the mechanism to click again the same value in col 2 to correct the value in col 3.
And no, it's a dbf to edit.
by Detlef
Wed Mar 02, 2022 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrwColumn aEditListTxt
Replies: 11
Views: 527

Re: TXBrwColumn aEditListTxt

Is there a way to know that a txBrwColumn:aEditListTxt was selected even when it's not different as before?

No.
In the above case, logically, column 3 should not change if column 2 does not change.

1) Are you editing an array? Then there is a simpler way.
by nageswaragunupudi
Wed Mar 02, 2022 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrwColumn aEditListTxt
Replies: 11
Views: 527
Next

Return to advanced search