Search found 37 matches: colum

Return to advanced search

Richedit5 SendMsg

Hola, he hecho una aplicación que ejecutan en móviles y tablets, a través de terminal server, y en ella tengo unos RichEdit5. El problema del que se me queja el cliente es que la edicción de los RichEdit, sobre todo el copiar/pegar, que es lo que hacen más a menudo es muy dificultosa en los móviles,...
by Sebastián Almirón
Wed Aug 11, 2021 5:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Richedit5 SendMsg
Replies: 5
Views: 737

Found a max value on an array

... add an array aadd(aColBtn,{nItem,ncolSer} ) https://i.postimg.cc/Nf9vJPrD/array.png nItem is the number of Item and mColSer is the colum where I show the product before to show the product I try to search the value of ncolSer on array aColBtn If Len(aColBtn) >0 nColser:= ascan( ...
by Silvio.Falconi
Fri Mar 20, 2020 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Found a max value on an array
Replies: 2
Views: 498

Re: XBrowse edit only one column

... := { |oCol, nOldVal| oBrw:Salary:VarPut( oCol:Value * <yourcalculation> ) } I need to do something similar. I need to update the ExtPrice colum with Cost * QtyOrd but I have not been able to figure out the syntax. When I try a similar syntax (also using an array), it errors out: // Update ...
by James Bott
Wed Aug 14, 2019 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse edit only one column
Replies: 26
Views: 2921

Re: to Nages : problem with FW_ArrayToDbf with tdatabase

Rao, I tried also with tdatabase and not run ok First https://i.postimg.cc/qvDVDZX9/1.png please see the "0004" first column and 6th column then open the dialog to change the position https://i.postimg.cc/R0J8sC0H/2.png now I move the last record to top ...
by Silvio.Falconi
Tue Jan 29, 2019 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!
Replies: 20
Views: 3299

Re: Mr. Rao's samples collection.

Silvio, column forum shows the FWH-eye instead of the forum-flag. colum author the filename The sample file 7 I used as a sample to import data from the computer . There is NO author , the author can only be detected from the ...
by ukoenig
Sat Feb 24, 2018 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20305

Re: Mr. Rao's samples collection.

... and delete the rest. Still a little bit finetuning and it will be finished. :roll: Download : http://www.service-fivewin.de/DOWNLOADS/Forum7.zip column forum shows the FWH-eye instead of the forum-flag. colum author the filename http://www.service-fivewin.de/IMAGES/Forum52.jpg ...
by ukoenig
Sat Feb 24, 2018 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20305

agregar combobox a xbrowse en los header

Hola,
Alguien agregó las características como excel, combobox a xbrowse en la parte superior de cada encabezado de colum, así que podría buscar cada datas colum.
hacer filtro
¡Atentamente!
by jbrita
Fri Aug 18, 2017 12:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: agregar combobox a xbrowse en los header
Replies: 5
Views: 1347

Re: Xbrowse multiple selection for showing colum names

I added this solution to the sample-collector. It saves a lot of time ( just 5 minutes ) because no defines of windows, dialogs or folders is needed. Just include the code to any of the group-sections of window, dialog or folder. I counted round about > 100 tests could be added. http://www...
by ukoenig
Wed May 17, 2017 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse multiple selection for showing colum names
Replies: 2
Views: 789

Re: Xbrowse multiple selection for showing colum names

function XbrColSelector( oBrowse )   local oDlg, oBrw   local aSave    := aCopy( oBrowse:aCols )   DEFINE DIALOG oDlg SIZE 300,400 PIXEL TRUEPIXEL   @ 60,20 XBROWSE oBrw SIZE -20,-20 PIXEL OF oDlg ;      DATASOURCE oBr...
by nageswaragunupudi
Wed May 17, 2017 5:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse multiple selection for showing colum names
Replies: 2
Views: 789

Xbrowse multiple selection for showing colum names

Hello Mr. Rao, Maybe It can be possible in the near future that the selection of colums we want to see can be selected in 1 go? As far as I can test, we need to select again for every column. (Right click headers, select and again ,....) Purpose : I have all fields in the browse, but for report/exel...
by Marc Venken
Thu May 11, 2017 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse multiple selection for showing colum names
Replies: 2
Views: 789

A xbrowse question to show a section with different values

... on button-action. maybe a full browser using : oBrw1:MoveCol( 12, 6 ) // switch position or oBrw1:aCols[1]:Hide() / oBrw1:aCols[1]:Show() or a colum value-replacement of the section Main-data aDatT[1] := TRIM(("KUNDE")->ANREDE) aDatT[2] := TRIM(("KUNDE")->NAME) + " ...
by ukoenig
Sat Apr 02, 2016 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A xbrowse question to show a section with different values
Replies: 7
Views: 1820

Re: Sudoku with fwh

ON COLOR

Local nCol := oSquare:SelectedCol():nCreationOrder

IT IS BAD BECAUSE i NEED THE COLUM OD THE XBROWSE AND NOT THE COLUM SELECTED

THE ERROR : WHEN I SELECT A COLUMN IT CHANGE COLOR
by Silvio.Falconi
Thu Jan 22, 2015 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sudoku with fwh
Replies: 28
Views: 8129

Re: How to show Xbrowse-column-colors on a selected brush ?

I used for a test sample XBRGRAD.prg with the same result. how to add column-colors with a defined xbrowse-brush ? from original : @ 10,10 XBROWSE oBrw ; COLUMNS "First", "City", "State", "Married", "HireDate", ...
by ukoenig
Tue Mar 18, 2014 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show Xbrowse-column-colors on a selected brush ?
Replies: 3
Views: 809

Re: FWH 13.05 xbrowse and fonts

Richard, On My appsI saved the sets for xbrowse : State, Indicator, Horizontal and vertical separators , move columns, sizing colum, Hide and show column, order of column, color grid, backgound, pijama effect, Windows Seven effect and the fonts for header, column data and footers ...
by Silvio.Falconi
Wed Jun 12, 2013 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.05 xbrowse and fonts
Replies: 20
Views: 4231

Re: total in xbrowse

Again xbrowse, I would like to put a value (total column 3 / total colum 5) to the bottom of column "kgtota" an not the total of "kgtota" Thanks oBrw:oCol( 3 ):nFooterType := AGGR_TOTALoBrw:oCol( 5 ):nFooterType ...
by nageswaragunupudi
Tue Mar 05, 2013 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: total in xbrowse
Replies: 26
Views: 4764
Next

Return to advanced search

cron