Search found 270 matches: sum

Return to advanced search

Re: DBF How to obtain an array containing record number

... is determined by the definition of the header and fields to set the starting point. The pointer is then shifted by the length resulting from the sum of the field definitions. The result is a string corresponding to the record line. This string is then split into individual fields. For this reason, ...
by Otto
Thu Oct 10, 2024 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF How to obtain an array containing record number
Replies: 16
Views: 487

Re: España: Normativa sancionadora sistemas informáticos

... Por ejemplo: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"    xmlns:sum="https://www2.agenciatributaria.gob.es/static_files/common/internet/dep/aplicaciones/es/aeat/tike/cont/ws/SuministroLR.xsd"    xmlns:sum1="https://www2.agenciatributaria.gob.es/static_files/common/internet/dep/aplicaciones/es/aeat/tike/cont/ws/SuministroInformacion.xsd"  ...
by VictorCasajuana
Tue Oct 01, 2024 3:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 332
Views: 54867

Re: España: Normativa sancionadora sistemas informáticos

... podrían no describir ejemplos que comprendieran toda la sintaxis posible. PD 2. Precisamente esto deberia ser tambien un trabajo de la IA. Le suministramos el .xsd y le pedimos el un ejemplo completo de un .xml. La gratuita ya la he probado y dice que mensaje muy largo PD 3. Estaría bien cogerse ...
by VictorCasajuana
Tue Oct 01, 2024 6:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 332
Views: 54867

Re: Algo con AGGR_SUM

Gracias
Funciona bien.
by VitalJavier
Wed Jul 31, 2024 8:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algo con AGGR_SUM
Replies: 2
Views: 736

Re: Algo con AGGR_SUM

Use bEditValue. Do not use bStrData
by nageswaragunupudi
Wed Jul 31, 2024 4:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algo con AGGR_SUM
Replies: 2
Views: 736

Re: Algo con AGGR_SUM

Como hacerle para ponerlo en numerico, yo creo que es por el ":bStrData"

Yes.
Using bStrData was deprecated many many years back.
Using this you can never use any advanced features of XBrowse.
Use:
Code: Select all  Expand view  RUN
oCol:bEditValue := <codeblock>
by nageswaragunupudi
Wed Jul 31, 2024 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Algo con AGGR_SUM
Replies: 1
Views: 253

Algo con AGGR_SUM

Estoy Haciendo esto en un Browse oBrow2:aCols[02]:bStrData           := {|| IIF(FACTURADET->PIEZAS>0,FACTURADET->PIEZAS,FACTURADET->CAJAS)}oBrow2:aCols[03]:bStrData           := {|| IIF(FACTURADET->PRECIOP>0,FACTURADET->PRECIOP,FACTURAD...
by VitalJavier
Tue Jul 30, 2024 10:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algo con AGGR_SUM
Replies: 2
Views: 736

Algo con AGGR_SUM

Estoy Haciendo esto en un Browse oBrow2:aCols[02]:bStrData           := {|| IIF(FACTURADET->PIEZAS>0,FACTURADET->PIEZAS,FACTURADET->CAJAS)}oBrow2:aCols[03]:bStrData           := {|| IIF(FACTURADET->PRECIOP>0,FACTURADET->PRECIOP,FACTURAD...
by VitalJavier
Tue Jul 30, 2024 9:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Algo con AGGR_SUM
Replies: 1
Views: 253

Re: Need Help giide for my program

... as a next step ask ChatGPT how to make the link between invoice and deposit To link invoices and deposits in your application, you need to establish a relationship between these two entities. This can be done by adding a reference field in the deposits database that links each deposit to its cor...
by Otto
Fri Jul 19, 2024 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2434

Re: Need Help giide for my program

Hello Yunus, start with a ChatGPT prompt. Best regards, Otto To modify your program so that it works similarly for deposits as it does for invoices, you need to ensure that all the relevant functions and structures for deposits mirror those of invoices. Here's how you can adapt the Invoices() functi...
by Otto
Fri Jul 19, 2024 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2434

Count xbrowse records

Hi, I have a xbrowse:

Lista40:cAlias := "ARQANO"

How I count records? I don't want the deleted ones to enter the sum.

Thanks!
by wartiaga
Thu Feb 22, 2024 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Count xbrowse records
Replies: 5
Views: 589

Re: SetDlgGradient

I have put several of my gradients into functions .. very easy to use ...

Please ensure that the sum of the first column of all sub-arrays is 1.0.
Otherwise, your examples mislead other users who are new.
by nageswaragunupudi
Fri Sep 29, 2023 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient
Replies: 10
Views: 1251

Re: problem with report to excel

... Spanish, what is it for Dutch? -> 'nl' is the iso code for Dutch and Flemish. 2) Please provide translations for: SUBTOTAL( -> SUBTOTAAL( SUM( --> ??? - > SOM( TRUE --> ??? -> WAAR FALSE --> ??? -> ONWAAR Language ID = 1043 Decimal separator = , Thousands separator = ...
by bart
Mon Sep 04, 2023 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with report to excel
Replies: 18
Views: 3999

Re: problem with report to excel

... this information: 1) Like 'de' for German, 'es' for Spanish, what is it for Dutch? 2) Please provide translations for: SUBTOTAL( -> SUBTOTAAL( SUM( --> ??? TRUE --> ??? FALSE --> ??? Please run the small test and let us know the results: oExcel         := ExcelObj()? ...
by nageswaragunupudi
Mon Sep 04, 2023 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with report to excel
Replies: 18
Views: 3999

Filter y MakeTotals en xBrowse (to Mr. Nagues)

Hola gente, buenos días.. tengo un xBrowse donde necesito filtrar filas según una opción que tengo que a veces muestro unos datos y otras veces no. A la vez, una de mis columnas editables, cuando modifico el dato, me realiza mal la cuenta en el MakeTotals, hago lo siguiente: REDEFINE XBROWSE oBrw ID...
by TOTOVIOTTI
Mon Aug 28, 2023 1:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Filter y MakeTotals en xBrowse (to Mr. Nagues)
Replies: 0
Views: 316
Next

Return to advanced search

cron