Search found 3 matches: numtohex

Searched query: numtohex

by karinha
Tue Jan 07, 2025 2:15 pm
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO QR EN DOCUMENTO CON TPRINTER
Replies: 10
Views: 400

Re: CODIGO QR EN DOCUMENTO CON TPRINTER

... x>)
#xtranslate hb_hour([<x>]) => Hour(<x>)
#xtranslate hb_minute([<x>]) => Minute(<x>)
#xtranslate hb_sec([<x>]) => Secs(<x>)
#xtranslate hb_NumToHex([<x>]) => NumToHex(<x>)
#xtranslate hb_StrFormat([<x,...>]) => StrFormat(<x>)
#xtranslate <x>:__EnumIndex => hb_EnumIndex
#endif

MEMVAR SEQUENC ...
by russimicro
Sat Mar 30, 2024 6:03 pm
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA Validacion LRC para datafono
Replies: 2
Views: 719

AYUDA Validacion LRC para datafono

... n, 1 ) ) )
next

return (nCheckSum)

// valores esperados vs obtenidos con metodo fivewin LRC() // valor esperado ... valor obtenido

alerta( NumToHex( LRC("07"))) // 24 .. 7

alerta( NumToHex( LRC("01501T050178174001102") ) ) //5A .. OK

alerta( NumToHex( LRC ...
by Jimmy
Tue Mar 28, 2023 4:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error Sample c:\fwh\samples\dlgfind.prg
Replies: 3
Views: 375

Error Sample c:\fwh\samples\dlgfind.prg

hi,

i try to use Sample but it crash ... :(

Error description: Error BASE/3012 Argument error: NUMTOHEX
Args:
[ 1] = U
[ 2] = N 6

Stack Calls
===========
Called from: => NUMTOHEX( 0 )
Called from: .\source\function\VALBLANK.PRG => FW_CLRTOHTML( 318 )
Called from: .\source\classes\DIALOG ...