Search found 361 matches: dtoc

Return to advanced search

Ayuda, busqueda incremental

... "porc_iva" ):Value / 100 ) + 1 ), 2 ) * oRS1:Fields( "cotiza" ):Value, 14, 2 ) , ; oRS1:Fields( "um" ):Value , ; dtoc( oRS1:Fields( "Fec_modi" ):Value) ; headers "Discont", "Código", "Cód.Barra" , ; oemtoansi( "Descripci¢n" ...
by jpcavagnaro
Wed Nov 22, 2023 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda, busqueda incremental
Replies: 1
Views: 310

error TXBROWSE:CARGOS

... 1 ] picture "@x" redefine say oEmail var xEmail id 104 of ofld1:aDialogs[ 1 ] picture "@x" redefine say oFecha_Ini var dtoc( xFecha_Ini ) id 105 of ofld1:aDialogs[ 1 ] redefine say oFecha_Fin var dtoc( xFecha_Fin ) id 106 of ofld1:aDialogs[ 1 ] redefine say oCriterio ...
by jpcavagnaro
Wed Aug 30, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error TXBROWSE:CARGOS
Replies: 3
Views: 276

Dificultad con METERS

... oMensaje:Refresh() //msginfo(str(Clifor->Codcliente,4),'Cliente') if prow == 0 prow+=nrowstep oPrn:Say(prow, pcol*4 ,'Fecha de Emisión: ' + dtoc( date() ),oCour_n_10) ...... prow+=nrowstep*1.5 endif select DetVtaF DetVtaF->(DbGoTop()) if DetVtaF->Cliente#0 oPrn:Say(prow, pcol*6 ,CliFor->RazonSoc,oCour_b_10) ...
by José Camilo
Tue Aug 22, 2023 12:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dificultad con METERS
Replies: 5
Views: 253

Re: Consulta sobre centrar un dialogo.

... local aBmp := { "TildeR.bmp", "TildeA.bmp", "TildeV.bmp" } Private oBar2 acampos := {|| {str(Corregir->Numero,4),dtoc(Corregir->FechaError),Corregir->Tema,if(Corregir->Estado=1,aBtms[1], if(Corregir->Estado=2,aBtms[2],aBtms[3]) ),left(Corregir->Detalle,35),' ...
by José Camilo
Tue Aug 01, 2023 1:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre centrar un dialogo.
Replies: 9
Views: 433

hbcurl xharbour

... := "Upload" hQuery["path"] := "eguarda/php/" hQuery["recipient"] := "" EmiCte := Dtoc(oArqCto:DTEMIS) LocXml := Alltrim(oConfCte:P_AUTORI)+Substr(EmiCte,4,2)+Substr(EmiCte,7,4)+"\"+Alltrim(oArqCto:CHAVESEFAZ)+; "-ProcCTe.xml" ...
by wartiaga
Tue Jul 18, 2023 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbcurl xharbour
Replies: 1
Views: 221

Re: PICTURE for DATE() ?

Jimmy, If i put a date in a TGET, I always change the date to a string by using DTOC(). I can give the picture to my date anyway I want and in the VALID clause, I can link a function which checks if the date is correct or not. Afterwards, I change the string back ...
by driessen
Mon Jul 17, 2023 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE for DATE() ?
Replies: 10
Views: 396

Re: Imprimir fechaq

Hola
.......
SET DATE FORMAT "DD/MM/YYYY"
dFecha := DATE()
......
......
oPrn:CmSay(nRow, 1, DTOC(dFecha), oFontE)

......
by Willi Quintana
Tue Jul 11, 2023 1:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir fechaq
Replies: 3
Views: 162

Re: CLASS modification

... EVAL() ACTION of BTNBMP --- i have ask why DTPICKER and GET have "same" Position @ nRow, 70 as you need a String, not Date, you can use DTOC() to "validate" if a String "is" a Date use CTOD()
by Jimmy
Tue May 30, 2023 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1704

Help with complex JSON

... ] := hJson[ "vessel" ][ "vesselIMONumber" ] aRow[ FLD_POL ] := cPol aRow[ FLD_POLNAME ] := cPolName aRow[ FLD_ETD ] := DTOC(dEtd) aRow[ FLD_ETDTIME ] := cEtdTime aRow[ FLD_POUL ] := hCall[ "facility" ][ "UNLocationCode" ] aRow[ FLD_POULNAME ] := hCall[ ...
by cdmmaui
Tue Mar 21, 2023 1:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with complex JSON
Replies: 12
Views: 1208

Re: Pasar facturas a Excel

... con la libreria Filexls de Ramon Avendaño Para pasar a excel con esta libreria yo hago: Para una fecha: @ nFila, nCol XLS SAY "Fecha:" + DTOC( Date() ) OF oXls Para un texto: @ nFila, nCol XLS SAY OemToAnsi( cText ) OF oXls Para un número, antes tengo que dar formato: DEFINE XLS FORMAT ...
by JoseLuis
Wed Dec 21, 2022 8:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar facturas a Excel
Replies: 5
Views: 561

Re: Resta de columnas en xBrwose

... cQuery += "Fac.numero_documento, " cQuery += "Fac.fecha_documento, " cQuery += "Fac.fecha_vencimiento, " dHoy:=subs(dToc(_dFechaDeHoy),7,4)+"/"+subs(dToc(_dFechaDeHoy),4,2)+"/"+subs(dToc(_dFechaDeHoy),1,2) cQuery += "DATEDIFF('"+dHoy+"', ...
by Willi Quintana
Thu Dec 01, 2022 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Resta de columnas en xBrwose
Replies: 14
Views: 943

Re: USAR IMPRESORA FISCAL BERMATECH EN VENEZUELA EN PDV

... IF MsgYesNo("Cambiar Tasas ") BematechZ() BemaProgAlicuota( "1400") ENDIF RETURN .T. FUNCTION BemaTechZ() LOCAL cFecha:=DTOC(DATE()) LOCAL cHora :=TIME() // MsgAlert(cFecha) // MsgAlert(cHora) ? BemaReporteZeta(cFecha,cHora),"REPORTEZ" RETURN .T. FUNCTION ISWINXP() ...
by jnavas
Wed Apr 27, 2022 9:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: USAR IMPRESORA FISCAL BERMATECH EN VENEZUELA EN PDV
Replies: 21
Views: 7785

Making a test with scrollbar

... dbf ? I made @ nRow, ncol Say oSay[9] Prompt "Data Iniziale: " of oDlg SIZE 200,14 PIXEL FONT oBold @ nRow, nCol+100 Say oSay[10] Prompt dtoc(oDbf:data) of oDlg SIZE 200,14 PIXEL FONT oFont nRow+=40 @ nRow, ncol SCROLLBAR oScrollInizio HORIZONTAL SIZE 400,20 PIXEL OF oDlg ; RANGE 1,oDbf:OrdKeyCount() ...
by Silvio.Falconi
Fri Apr 15, 2022 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Making a test with scrollbar
Replies: 0
Views: 215

Re: New Fivewin with new PDF

... "Shipping@mycompany.com" Local cPassWord := "mypassword" Local cFrom := "Shipping@mycompany.com" Local cSubject := DtoC( Date() ) + "-" + Time() + ", SPF Test for EMail" Local cToAddr := "byron.hopp@gmail.com" Local cCC := "bhopp@matrixcomputer.com" ...
by byron.hopp
Tue Apr 05, 2022 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fivewin with new PDF
Replies: 12
Views: 936

Re: Problem with SQL Native

... you mentioned Sql Native .. MS Access has a bit different syntax .. you have to put # around your date variables "[InvoiceDate] >= #"+dtoc(lDate)+"# And [InvoiceDate] <= #"+dtoc(hDate)+"#" Otherwise "[InvoiceDate] >= '"+DTOC(LDATE)+"' ...
by nageswaragunupudi
Mon Feb 07, 2022 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with SQL Native
Replies: 28
Views: 1669
Next

Return to advanced search