DBF TO Hash [SOLUCIONADO]

mod_harbour es un módulo para Apache que permite correr tus PRGs directamente en la web!!!

DBF TO Hash [SOLUCIONADO]

Postby Patricio Avalos Aguirre » Fri Jul 30, 2021 3:22 am

Estimados

Alguna funcion que pase de dbf a Hash para la web

algo asi pero no me funciona

Code: Select all  Expand view  RUN
Temp->( dbEval( { || aadd( aRows,{;
                                                    { "tipo"     => Field->tip_doc },;
                                                    { "numdoc"   => Field->num_doc },;
                                                    { "total"    => trans(Field->total,"@E 999,999,999")   },;
                                                    { "hora"     => Field->horingreso}} ) } ) )

 


pd. estoy recién viendo el tema de hash:-(
Last edited by Patricio Avalos Aguirre on Fri Jul 30, 2021 4:14 am, edited 1 time in total.
Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
User avatar
Patricio Avalos Aguirre
 
Posts: 1060
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile

Re: DBF TO Hash

Postby Patricio Avalos Aguirre » Fri Jul 30, 2021 4:14 am

Era en una sola linea ahi esta el error

solucionado :-)


Code: Select all  Expand view  RUN
    Temp->( dbEval( { || Aadd( aRows, { 'tipo'      => Field->tipo,;
                                               'numdoc'    => Field->num_doc,;
                                                'total'     => trans(Field->total, "999,999" ),;
                                            'hora'      => Field->horingreso } ) } ) )
 
Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
User avatar
Patricio Avalos Aguirre
 
Posts: 1060
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile


Return to mod_harbour

Who is online

Users browsing this forum: No registered users and 24 guests