... jaja, ya he visto a mas de uno y me han dado envidia.
FUNCTION Ptas2Eur(nCantidad,lEuro) // Si .T. Ptas -> Euro, .F. Euro->Ptas
Local nEntero,nDecimal
Local c2Decimales,c3Decimal
// DEFAULT lEuro:=.T. error en Harbour
hb_default( lEuro, .T. )
// De Ptas. a Euros
IF lEuro
nEntero ...
Search found 8 matches: nentero
Searched query: nentero
- Sat Jan 13, 2018 3:08 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: No existe DEFAULT en Harbour
- Replies: 12
- Views: 2580
- Wed May 31, 2017 4:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem scrolling array with btnbmp
- Replies: 5
- Views: 1098
Re: Problem scrolling array with btnbmp
Gabriel thanks
I have this :
nLinea is totale of records
nPageLines := 0
nElemenLines:= 6
nBloqueLine := 1
nEntero := INT( nLinea / 6 )
nFraccion := ( nLinea / 6 ) - nEntero
nFraccion := IF( nFraccion > 0, 1, 0 )
nPageLines:= nEntero + nFraccion
the problemis on second or thirs times the up button ...
I have this :
nLinea is totale of records
nPageLines := 0
nElemenLines:= 6
nBloqueLine := 1
nEntero := INT( nLinea / 6 )
nFraccion := ( nLinea / 6 ) - nEntero
nFraccion := IF( nFraccion > 0, 1, 0 )
nPageLines:= nEntero + nFraccion
the problemis on second or thirs times the up button ...
- Fri Dec 09, 2016 4:51 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: IMPRESORA BIXOLON SRP-350 VENEZUELA
- Replies: 7
- Views: 1793
Re: IMPRESORA BIXOLON SRP-350 VENEZUELA
... 00"
ENDIF
IF len(cCentimos) = 1
cCentimos:=cCentimos+"0"
ENDIF
cEntero:=SUBSTR(cPrecio,1,nPunto-1)
nCantidad:= Round(aDat9[nI,4], 2)
nEntero := Int(nCantidad)
nCents := nCantidad - nEntero
IF aDat9[nI,8]=1
cmd:=["]+STRZERO(VAL(cEntero),8)+STRZERO(VAL(cCentimos),2)+"J"+Alltrim(Str ...
ENDIF
IF len(cCentimos) = 1
cCentimos:=cCentimos+"0"
ENDIF
cEntero:=SUBSTR(cPrecio,1,nPunto-1)
nCantidad:= Round(aDat9[nI,4], 2)
nEntero := Int(nCantidad)
nCents := nCantidad - nEntero
IF aDat9[nI,8]=1
cmd:=["]+STRZERO(VAL(cEntero),8)+STRZERO(VAL(cCentimos),2)+"J"+Alltrim(Str ...
- Fri Dec 09, 2016 4:26 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: IMPRESORA BIXOLON SRP-350 VENEZUELA
- Replies: 7
- Views: 1793
Re: IMPRESORA BIXOLON SRP-350 VENEZUELA
... 00"
ENDIF
IF len(cCentimos) = 1
cCentimos:=cCentimos+"0"
ENDIF
cEntero:=SUBSTR(cPrecio,1,nPunto-1)
nCantidad:= Round(aDat9[nI,4], 2)
nEntero := Int(nCantidad)
nCents := nCantidad - nEntero
IF aDat9[nI,8]=1
cmd:=["]+STRZERO(VAL(cEntero),8)+STRZERO(VAL(cCentimos),2)+"J"+Alltrim(Str ...
ENDIF
IF len(cCentimos) = 1
cCentimos:=cCentimos+"0"
ENDIF
cEntero:=SUBSTR(cPrecio,1,nPunto-1)
nCantidad:= Round(aDat9[nI,4], 2)
nEntero := Int(nCantidad)
nCents := nCantidad - nEntero
IF aDat9[nI,8]=1
cmd:=["]+STRZERO(VAL(cEntero),8)+STRZERO(VAL(cCentimos),2)+"J"+Alltrim(Str ...
- Sun Mar 02, 2008 9:09 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Convertir Número a texto
- Replies: 11
- Views: 4103
- Sat Mar 01, 2008 6:25 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Convertir Número a texto
- Replies: 11
- Views: 4103
- Fri Feb 29, 2008 7:13 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Convertir Número a texto
- Replies: 11
- Views: 4103
- Wed Sep 20, 2006 6:43 pm
- Forum: FiveWin para CA-Clipper
- Topic: Existe alguna funcion para encriptar campos numericos
- Replies: 3
- Views: 1357