Search found 1762 matches: xml

Return to advanced search

Re: Help with HB_REALLOC ERROR 9009

Hi Marc To Avoid Memory leaks, within the loop I call an external function each time I read a xml file, close it and turn to nil each class instance. For every 400 files I do a HB_GcAll() and a SysRefresh(), the biggest xml file is just 29 kb Im going to put your code ...
by Adolfo
Wed Mar 20, 2024 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1078

Ayuda con Mensaje Error irrecuperable 9009: hb_xrealloc

Hello Fivewinners. Hola Fivewinners Need to open 160.000+ xml files and extract some info Necesito abrir mas de 160.000 archivos xml y sacar informacion I use tXmlDocument class Uso la clase TxmlDocument I have the file names in an Array Tengo los nombres ...
by Adolfo
Wed Mar 20, 2024 7:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Mensaje Error irrecuperable 9009: hb_xrealloc
Replies: 4
Views: 834

Help with HB_REALLOC ERROR 9009

Hello Fivewinners. Hola Fivewinners Need to open 160.000+ xml files and extract some info Necesito abrir mas de 160.000 archivos xml y sacar informacion I use tXmlDocument class Uso la clase TxmlDocument I have the file names in an Array Tengo los nombres ...
by Adolfo
Wed Mar 20, 2024 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1078

Re: XML =. Utf-8, que codificación pongo para mariaDB?

In both cases where FW_SetUnicode() is .T. or .F.
a numeric Get is left aligned by default and right aligned only if we use the clause RIGHT.
Example:
Code: Select all  Expand view
@ 20,20 GET oGet VAR nVar PICTURE "999.99" SIZE 100,24 PIXEL OF oDlg RIGHT
by nageswaragunupudi
Mon Feb 26, 2024 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML =. Utf-8, que codificación pongo para mariaDB?
Replies: 5
Views: 235

Re: XML =. Utf-8, que codificación pongo para mariaDB?

Puede ser que al realizar FW_SetUnicode( .t. ) los gets que son numeros dejen de alinearse a la derecha y al quitar. FW_SetUnicode( .t. ) vuelvan a alinearse?
by goosfancito
Tue Feb 20, 2024 11:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML =. Utf-8, que codificación pongo para mariaDB?
Replies: 5
Views: 235

Re: XML =. Utf-8, que codificación pongo para mariaDB?

... mariadb, no esta en la lista dicho utf8_unicode_ci. Lo mas parecido en la lista es uft8mb4_unicode_ci Asi y todo cuando. muestro la linea del xml en un GET no me muestra bien el texto, me muestra la "i" acentuada como caracteres raros If you want to use GET with utf8 text, FW_SetUnicode( ...
by nageswaragunupudi
Mon Feb 19, 2024 1:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML =. Utf-8, que codificación pongo para mariaDB?
Replies: 5
Views: 235

Re: XML =. Utf-8, que codificación pongo para mariaDB?

... mariadb, no esta en la lista dicho utf8_unicode_ci. Lo mas parecido en la lista es uft8mb4_unicode_ci Asi y todo cuando. muestro la linea del xml en un GET no me muestra bien el texto, me muestra la "i" acentuada como caracteres raros
by goosfancito
Mon Feb 19, 2024 11:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML =. Utf-8, que codificación pongo para mariaDB?
Replies: 5
Views: 235

XML =. Utf-8, que codificación pongo para mariaDB?

Hola.
Tengo que exportar archivos xml a mariaDB, la DB que tipo de codificación tiene que tener?
porque he probado con "uta8mb4_swedish_ci" y no me respeta los acentos italianos.

gracias.
by goosfancito
Mon Feb 19, 2024 8:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML =. Utf-8, que codificación pongo para mariaDB?
Replies: 5
Views: 235

Re: PepPol European Invoicing standard

Better use: TEXT INTO cInvoice   ...ENDTEXT Hola a todos Muy interesante hilo A mi me gusta la solucion TEXT INTO y es la que utilizo, pero los xml a generar son más que simple texto porque tienen tags que pueden o no llevar valores y quizas ramas completas que quedan vacias y tambien tienen ...
by FiveWiDi
Wed Feb 14, 2024 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 919

Re: PepPol European Invoicing standard

A more complex xml. Characteristics: + Assignment of individual values ​​or repetition blocks through macros + Comments with //** A parsing function does the job METHOD BloqueFactura() CLASS TSiiDocAltaModificacionINTERMEDIA_Local ...
by paquitohm
Wed Feb 14, 2024 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 919

Re: PepPol European Invoicing standard

Or we can Use a XBrowse to fill the data and generate from it. https://www.maveco.be/fivewin/xml.png #include "fivewin.ch"STATIC nTransparency, oWndSTATIC c_path, c_path1REQUEST DBFCDXFUNCTION MAIN()  local oMain  DEFINE WINDOW oMain FROM 50 ...
by Marc Venken
Wed Feb 14, 2024 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 919

Re: PepPol European Invoicing standard

Better use: TEXT INTO cInvoice   ...ENDTEXT Hola a todos Muy interesante hilo A mi me gusta la solucion TEXT INTO y es la que utilizo, pero los xml a generar son más que simple texto porque tienen tags que pueden o no llevar valores y quizas ramas completas que quedan vacias y tambien tienen ...
by paquitohm
Wed Feb 14, 2024 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 919

PepPol European Invoicing standard

... with PepPol. It is a european system that will make invoicing the same everywhere. I have seen posts that this is already so in Italy ? but unther XML. Peppol will also be XML, so the layout and making of Italy-invoices will already be the same. Is there someone that is willing to share the code ...
by Marc Venken
Wed Feb 14, 2024 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 919

leer y pdf y extraer datos

Hola.
Una empresa nos envía archivos en PDF con datos que necesito extraer, como ser: nombre, dirección, productos, etc. esta empresa. no nos envía en formato XML solo en PDF. Hay alguna manera de poder extraer datos de ese PDF? o transformar ese PDF en XML?

gracias.
by goosfancito
Fri Jan 26, 2024 8:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: leer y pdf y extraer datos
Replies: 16
Views: 828
Next

Return to advanced search