Search found 144 matches: mora

Return to advanced search

Firma electrónica con certificados (Webinar)

... harbour sin dependencias de terceros ? Bueno, esta es la gran pregunta que me hice al descubrir que los colegas de FoxPro y en particular Fernando Mora, firmaban XML de facturación electrónica en varios paises latinoamericanos, sin necesidad de ninguna dependencia externa, directamente utilizando ...
by quim
Thu Sep 19, 2024 10:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Firma electrónica con certificados (Webinar)
Replies: 9
Views: 474

Re: Error Irrecuperable 9009 ( Solucion en 32bits )

... la velocidad en los procesos de concatenación. Para leerlo con gusto: https://forums.fivetechsupport.com/viewtopic.php?f=6&t=35548&hilit=mora&sid=c88d9c6f2d02d58b6d168dd79cbffdb2#p211646
by paquitohm
Tue Jun 04, 2024 10:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Irrecuperable 9009 ( Solucion en 32bits )
Replies: 15
Views: 1105

Re: link between PRG and RC

https://i.imgur.com/quHCEc0.png https://i.imgur.com/D9gWqWd.png i use xmate or hbmk2 in harbour. :-) for the msvc version of my app i use xmate. for example, this is the .hbp project HBMK2 for fwh+mingw+harbour -hbexe -oprestamos32g -workdir=obj\ -compr -info -inc -t...
by carlos vargas
Tue Jan 30, 2024 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 3378

Re: No muestra datos en el Browse con consulta de varios archivo

... "SANCIONES"=>"0", "SANCION_EXTEMPOREANIDAD"=>"0", "MORA"=>"0", "MAS_ANTICIPO"=>"0", "MENOS_ANTICIPO"=>"0", "AUTORETENCION"=>"0", ...
by Adolfredo Martinez
Mon Mar 15, 2021 4:19 pm
 
Forum: mod_harbour
Topic: No muestra datos en el Browse con consulta de varios archivo
Replies: 11
Views: 2418

Re: realizar una suma en Mysql solucionado

Gracias por contestar rapido.

así fue la solución:

IFNULL(SUM(pagos.INDUSTRIA),0)+IFNULL(SUM(pagos.AVISOS),0)+ IFNULL(SUM(pagos.BOMBERO),0)+IFNULL(SUM(pagos.MORA),0)+ IFNULL(SUM(pagos.AUTORETEN),0) AS TOTALPAGADO


Gracias
by Adolfredo Martinez
Mon Sep 14, 2020 5:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: realizar una suma en Mysql
Replies: 5
Views: 755

Re: realizar una suma en Mysql

Comprueba previamente que no sean null y si lo son asigna 0...
La funcion es if() y funciona exactamente como la de Harbour.
No lo voy a hacer todos pero mira...
SUM( if( pagos.INDUSTRIA is null, 0, pagos.INDUSTRIA ) +pagos.AVISOS+pagos.BOMBERO+pagos.MORA+pagos.AUTORETEN) AS impuestos
by xmanuel
Mon Sep 14, 2020 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: realizar una suma en Mysql
Replies: 5
Views: 755

realizar una suma en Mysql

... tratando de hacer una consulta donde sumo varias columnas, para obtener un resultado asi: SUM(pagos.INDUSTRIA+pagos.AVISOS+pagos.BOMBERO+pagos.MORA+pagos.AUTORETEN) AS impuestos Resulta en las columnas que no tengo valores no realiza las operacion, pero cuando todas las columnas tienen valores, ...
by Adolfredo Martinez
Mon Sep 14, 2020 2:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: realizar una suma en Mysql
Replies: 5
Views: 755

Re: New FTDN September/Septiembre 2019 (FWH 19.09)

... actualización y restablece el valor de bArrayData si el valor no es el mismo. * HARUPDF: - Nueva clase FWPdf. Derivada de la clase TPdf de Carlos Mora. Mejorada y adaptada por el equipo de FWH. Los fuentes de ambas en \fwh\source\classes\fwpdf.prg y tpdf.prg. Uso: oPdf := FWPdf():New( cPdfFileName ...
by Antonio Linares
Fri Oct 18, 2019 8:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 3783

Re: New FWH 19.09

... feature is also using EASYREPORT when we generate PDF directly ? * HARUPDF: - New class FWPdf (derived from class TPdf contributed by Mr. Carlos Mora and improved and adapted for FWH.). \fwh\source\classes\fwpdf.prg and tpdf.prg Usage: oPdf := FWPdf():New( cPdfFileName ) // write text, images, ...
by shri_fwh
Mon Oct 14, 2019 4:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.09
Replies: 36
Views: 6917

New FTDN September/Septiembre 2019 (FWH 19.09)

... and resets the value of aArrayData if the value is not the same. * HARUPDF: - New class FWPdf (derived from class TPdf contributed by Mr. Carlos Mora and improved and adapted for FWH.). \fwh\source\classes\fwpdf.prg and tpdf.prg Usage: oPdf := FWPdf():New( cPdfFileName ) // write text, images, ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 3783

Re: Rpreview issues - PDF

For a long time I also use Harupdf from Carlos Mora lib: https://bitbucket.org/carlos_mora/pdfprinter, with some modifications of Manuel, to print pdfs on FivEdit with fantastic results https://i.postimg.cc/pL78jTW7/testdoc02.png ...
by cnavarro
Wed May 08, 2019 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 10258

Re: Rpreview issues - PDF

Good option. Can you also please guide a normal user how to use and what libs to link to save preview to pdf? I use Harupdf from Carlos Mora lib : https://bitbucket.org/carlos_mora/pdfprinter , to print pdfs, but this option seems very good and apparently easy to implement. I will try to ...
by mastintin
Thu May 02, 2019 5:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 10258

ORM power in next FWH

Thanks to Harbour Magazine meeting in Calpe, Carlos Mora explained us the power of ORM :-) https://fivetechsoft.github.io/screenshots/ORM.png In a few words, ORM it is a set of classes to greatly simplify the use of SQL relational DataBases. ...
by Antonio Linares
Sun Apr 14, 2019 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 4134

Re: color en fuentes de haruPDF

Hola de nuevo He probado a descargar de nuevo la libreria y a montar otro ejemplo pero los colores siguen saliendo cambiados La libreria la descargo desde https://bitbucket.org/carlos_mora/pdfprinter ¿será esta la correcta? Si utilizo los metodos cmSAyBitmap() o cmRect() no obtengo ninguna s...
by miarcod
Tue Apr 09, 2019 6:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: color en fuentes de haruPDF (SOLUCIONADO)
Replies: 13
Views: 2537

Re: Example Business Object (Customer)

Carlos Mora wrote: OOP is NOT an ORM. They are absolutely different concepts. An ORM is able to hide the persistence layer of an implementation and expose entities abstracting their attributes and relations. OOP is a much wider ...
by James Bott
Tue Nov 27, 2018 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 9484
Next

Return to advanced search