Search found 218 matches: totals

Return to advanced search

Re: FW_DbfSqlQuery GROUP BY no funciona

... None of them support GROUP BY clause without Aggregate functions. It is rare to find anyone using GROUP BY clause if not for finding GROUPED TOTALS/AVERAGES. ETC
by nageswaragunupudi
Mon Feb 26, 2024 12:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery GROUP BY no funciona
Replies: 4
Views: 202

Create reports by pagination TReport, TPreview

... runs the report again with the recordset and shows in the open preview. This is possible :?: , there is only the question of when the report with totals or subtotals :idea:
by Ari
Wed May 31, 2023 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create reports by pagination TReport, TPreview
Replies: 0
Views: 129

New FTDN December/Diciembre 2022 (FW 22.12)

... adapt it to 64 bits and we have made it part of FWH, removing it from dlgfile.prg sample * XBROWSE: - When using Incremental Filter feature, the totals are not recalculated. Fixed. - In fullgrid browse, if new data lFullGridClr is set to .T., the colors of each column is extended till bottom, ...
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1226

Very strange problem - ideas needed

... EVERYWHERE except one location. 1). The problem: A routine looks at a record in File A, and gets a account number. It then looks at File B and totals the amounts for that same account number. For each occurence, as it totals, it marks the matching records in File B as complete. 2). It then ...
by TimStone
Tue Aug 23, 2022 12:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Very strange problem - ideas needed
Replies: 17
Views: 1752

Re: prices breakdown

... the amount of the bet (Lottery) https://i.postimg.cc/8507B7sJ/prezzi1.png But when I close this dialog I'm going to save only the totals for each column and I'm going to enter the totals in the first dialog https://i.postimg.cc/43FcwLSx/prezzi2.png When I have to ...
by Silvio.Falconi
Mon Jun 27, 2022 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: prices breakdown
Replies: 8
Views: 507

Re: xBrowse sum help?

XBrowse does not natively support multiple totals in a single column. We need to use workaround. Please try this sample: #include "fivewin.ch"function Main()   USE CUSTOMER   DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-15  ...
by Horizon
Fri Jun 24, 2022 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse sum help? (SOLVED)
Replies: 4
Views: 380

Re: xBrowse sum help?

XBrowse does not natively support multiple totals in a single column. We need to use workaround. Please try this sample: #include "fivewin.ch"function Main()   USE CUSTOMER   DEFINE FONT oFont NAME "TAHOMA" ...
by nageswaragunupudi
Wed Jun 22, 2022 5:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse sum help? (SOLVED)
Replies: 4
Views: 380

Print a coupon

I have to print black boxes in the boxes corresponding to the prices of the bets https://i.postimg.cc/B6Xsqc7y/f.jpg I save the totals of the bets in an array https://i.postimg.cc/C1VTVs0w/Importi.png when I go to print I have to break down each total and I have ...
by Silvio.Falconi
Fri Jun 17, 2022 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print a coupon
Replies: 1
Views: 343

Re: Problema con xBrowse

... Value, which XBrowse faithfully displays in the Cell. XBrowse uses a numeric value returned by oCol:bEditValue for internal calculations and totals. I do not have access to your tables are its contents. I am providing a sample implementing a similar solution with 'customer' table on the FWH ...
by nageswaragunupudi
Sat Apr 30, 2022 4:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con xBrowse (SOLUCIONADO)
Replies: 11
Views: 1153

Re: Calculation with an array

...        EXIT      ENDIF   ENDDORETURN aRet Jimmy this run good on Dialog https://i.postimg.cc/xTjwqJgj/di.png Because I have the totals on Vertical Now the problem I have on Print the ticket because I have it on Horizontal https://i.postimg.cc/mkw9p6F9/dk.png and ...
by Silvio.Falconi
Tue Apr 12, 2022 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculation with an array
Replies: 6
Views: 399

Re: txbrowse totals and edit modes

Many thanks, Mr. Rao.
I'll follow your recommendations.
by Detlef
Thu Feb 17, 2022 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse totals and edit modes
Replies: 6
Views: 654

Re: txbrowse totals and edit modes

Does anyone still have a clue why selected items from the browse selectboxes are not written into the dbf fields? We know very well. The codebocks you have used in AddColumn() methods are readonly. They can not be used to assign values. That is the reason We (FWH Team) recommends use of COLUMNS cla...
by nageswaragunupudi
Thu Feb 17, 2022 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse totals and edit modes
Replies: 6
Views: 654

Re: txbrowse totals and edit modes

Many thanks to Cesar and Mr. Rao.
Your advices look very helpful.
I'll give them a try when I’m back home on Sunday.

Does anyone still have a clue why selected items from the browse selectboxes are not written into the dbf fields?
Thanks again
by Detlef
Thu Feb 17, 2022 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse totals and edit modes
Replies: 6
Views: 654

Re: txbrowse totals and edit modes

FWNumFormat( "E", "," )REDEFINE XBROWSE oBrwPos ID 50 OF oDlg ;   ALIAS "pos" FOOTERS COLOR CLR_INK, CLR_PAPER FASTEDIT CELL LINES;   COLUMNS "Datum", "Leistung". "dauer", "Einheit","Summe",&...
by nageswaragunupudi
Thu Feb 17, 2022 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse totals and edit modes
Replies: 6
Views: 654

Re: txbrowse totals and edit modes

Hola!
Cambia
Code: Select all  Expand view
:aCols[ 5 ]:nFooterType  := AGGR_TOTAL
por
Code: Select all  Expand view
:aCols[ 5 ]:nFooterType  := AGGR_SUM
y prueba
Y a la columna 5 define que es editable
Code: Select all  Expand view
:aCols[5]:nEditType := EDIT_GET
by cmsoft
Wed Feb 16, 2022 11:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse totals and edit modes
Replies: 6
Views: 654
Next

Return to advanced search