Search found 36 matches: acol

Return to advanced search

Re: Ayuda con un error en xbrowse

Jose Camilo: Y si cambias los oCol por aCol con su subindice? //1) "Articulo", 2)"ArtFor->Detalle", 3)"ArtFor->Abrevia", 4)"Cantidad", 5)"Desde", 6)"Hasta", 7)"DesdeNew",8)"HastaNew" ...
by cmsoft
Tue Mar 28, 2023 10:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con un error en xbrowse
Replies: 2
Views: 278

bitmap for nEditType EDIT_BUTTON

I want to exchange the bitmap which is shown when I have a xBrowse column with nEditType EDIT_BUTTON. My try was WITH OBJECT oBrw:aCols[ 1 ]      :oBtnElip:SetText( "" )      :oBtnElip:LoadBitmaps( "find16" )      :nEditType  := EDIT_BUTTON    ...
by Detlef
Wed Sep 28, 2022 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bitmap for nEditType EDIT_BUTTON
Replies: 4
Views: 311

Re: Xbrowse

aCol := {"StrZero(Productos->Codigo,8,0)","Productos->Descrip","StrZero(Productos->Rubro,4,0) + "-" +Traetabla("Rubros","Indi1","Rubros",Productos->Rubro)[2]","Productos->Precio1","Productos->Precio2"} ...
by CarlosFossati
Sat Feb 19, 2022 1:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse
Replies: 4
Views: 529

XbrGetDate

... then the result is 3 and pressing again on day 9 then the result is 2. on xbrowse I have to calculate the row bCalcRow := { || (oBrowse:aCols[ 6 ]:VarPut( oBrowse:aCols[ 4 ]:Value * oBrowse:aCols[ 5 ]:Value ),;                      oBrowse:aCols[ 9 ...
by Silvio.Falconi
Tue Jul 09, 2019 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XbrGetDate
Replies: 0
Views: 249

Re: Ejemplo de xBrowse

Sorry for the mistake.
Please change :aCol[ as :aCols[
I edited my posting and corrected it now.
by nageswaragunupudi
Fri Jun 29, 2018 3:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de xBrowse (Solucionado, thanks Mr. Rao)
Replies: 23
Views: 5132

Re: Ejemplo de xBrowse

... values are not displayed. Added by GNRao. No need to use @Z        END        // Settings for Totals and Count        WITH OBJECT oBrw        :aCol[ 5]:bFooter       := { || Len( oBrw:aSelected ) }       // this line produces the error         WITH OBJECT :aCol[ ...
by Armando
Fri Jun 29, 2018 2:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo de xBrowse (Solucionado, thanks Mr. Rao)
Replies: 23
Views: 5132

Re: change Acol(num) to fieldName

Thanks Again...
by Marc Venken
Sun Jan 15, 2017 10:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change Acol(num) to fieldName
Replies: 2
Views: 1465

Re: change Acol(num) to fieldName

Code: Select all  Expand view
  oBrw4:kleuren:bLClickHeader := { |r,c,f,oCol| head_col(oCol:Value),oCol:oBrw:refresh() }
 
by nageswaragunupudi
Sun Jan 15, 2017 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change Acol(num) to fieldName
Replies: 2
Views: 1465

change Acol(num) to fieldName

Hey, Just didn't find this probably easy issue : When developing, the browse is changing because I add/change fielnames and colums from position. If I put a value of [15] then I have to alter the source every time I change something in the coloms oBrw4:aCols[ 15 ]:bLClickHeader := { |r,c,f,oCol| hea...
by Marc Venken
Sat Jan 14, 2017 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change Acol(num) to fieldName
Replies: 2
Views: 1465

Re: ADO RDD xHarbour

... sinxtax at ALTER TABLE and the condition to execute both fail. FW provides SQL ALTER TABLE <tbl> <cop:ADD,MODIFY,ALTER> [COLUMN] <acol> => FW_AdoAddModiColSQL( <(tbl)>, <acol>, <"cop"> ) I asked Harbour and xHarbour developers help about Filters. ...
by lucasdebeltran
Sat May 23, 2015 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446437

Re: behavior nStretchCol

Mr Rao, I followed your suggestion, I return values are:
oBrw: aCol [6]: nWidth = 80, oBrw: aCol [6]: cEditPicture = "Z 999,999.99" and oBrw: aStretchInfo not seem to be an array, if I VALTYPE (oBrw: aStretchInfo) == "U". Will this error here ??? Thank you for your help.

regards
by horacio
Wed Nov 12, 2014 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: behavior nStretchCol
Replies: 4
Views: 740

New FTDN march/april 2014 (FWH 14.04)

... is true, button's lTransparent also was being changed to .t.. Now fixed. * New: AdoFuncs.prg: New functions FW_AdoAddCol( oCn, cTable, aCol ) --> lSuccess FW_AdoModifyCol( oCn, cTable, aCol ) --> lSuccess aCol is column spec in DBF style. * New: DATA lBmpTransparent in TBtnBmp ...
by Antonio Linares
Thu May 22, 2014 4:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN march/april 2014 (FWH 14.04)
Replies: 2
Views: 1750

New FTDN February/Febrero 2014 (FWH 14.02)

... * ENhancement: Some changes on Class TBar regarding the 2013 style support. * New: function FW_AdoAddModiColSQL( cTable, aCol, cAddOrModi ) --> cSql in fwh\source\function\adofuncs.prg. Returns SQL statement approapriate to the ADO connection opened through FW function ...
by Antonio Linares
Mon Mar 10, 2014 6:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2014 (FWH 14.02)
Replies: 2
Views: 1622

Re: xBrowse - Footer

... nTotalCol recibe el valor oBrw:Monto es la columna donde usas el maketotal,, puede ser el header de la columna o el numero, ejemplo aCol[n] nTotal contiene el valor resultante de maketotal espero sea lo que necesitas, saludos...
by joseluisysturiz
Tue Dec 03, 2013 9:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse - Footer (SOLUCIONADO)
Replies: 18
Views: 2346

Re: XBROWSE ARRAY AUTOSORT

... it seems that there is a problem with ordering the first time in next situation : @ 0,0 XBROWSE oBrw ARRAY Arr PIXEL OF oDlg FONT oFont; COLUMNS aCol; HEADERS aHead; COLSIZES aWidth; SORT aSort; I checked aCol : 1,2,3,4 aSort: 4,2,3,4 If i understand well , cSortorder from column 1 should be ...
by Demont Brecht
Sun Apr 01, 2012 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ARRAY AUTOSORT
Replies: 6
Views: 1207
Next

Return to advanced search