Search found 182 matches: cstring

Return to advanced search

Re: IMPRESORA BIXOLON SRP-350 VENEZUELA

... A SU COMERCIALIZADOR") Logfile("c:\Vendelot\auditor.log",{"Problema IFA "+cmd}) ENDIF NEXT cCop:=StrZero(VAL(::cString),5)+StrZero(Val(oLoterwin:xTaq),2) cmd:=[)B0]+Alltrim(cCop) IF SendCmd(@status, @error, cmd) = 0 MSGSTOP("PROBLEMA CON LA IMPRESORA FISCAL","REVISE ...
by joseluisysturiz
Fri Dec 09, 2016 4:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESORA BIXOLON SRP-350 VENEZUELA
Replies: 7
Views: 1528

Re: IMPRESORA BIXOLON SRP-350 VENEZUELA

... A SU COMERCIALIZADOR") Logfile("c:\Vendelot\auditor.log",{"Problema IFA "+cmd}) ENDIF NEXT cCop:=StrZero(VAL(::cString),5)+StrZero(Val(oLoterwin:xTaq),2) cmd:=[)B0]+Alltrim(cCop) IF SendCmd(@status, @error, cmd) = 0 MSGSTOP("PROBLEMA CON LA IMPRESORA FISCAL","REVISE ...
by mag071
Fri Dec 09, 2016 4:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESORA BIXOLON SRP-350 VENEZUELA
Replies: 7
Views: 1528

Re: Porque me dice que son incorrecto nº de arg

En Harbour solo admite dos parámetros para mantener su compatiblidad con Clipper, pero dispones de la función hb_At( <cSearch>, <cString>, [<nStart>], [<nEnd>] ) --> nPos
by Biel EA6DD
Mon Aug 29, 2016 7:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Porque me dice que son incorrecto nº de arg
Replies: 3
Views: 462

Re: Problem with dbseek

... be assuming a blank value, when the string is ended with ";" As per xHarbour Reference Documentation: The delimiter is removed from <cString> and the resulting substrings are collected in an array, which is returned. -Ramesh Babu
by RAMESHBABU
Thu Jun 09, 2016 2:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with dbseek
Replies: 8
Views: 1381

Re: divide a text to array

... aadd( atext,"12345678901234567890") the strings must be 20 charactes for a sample : I hace a string len( cstring) := 41 I must create 3 record ( 2 of 20 cr and 1 of 1 cr) but this one must be of 1 cr + space(19) allway 20 cr Creo que si cada vez que tomes ...
by joseluisysturiz
Mon Mar 21, 2016 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: divide a text to array
Replies: 14
Views: 2694

Re: divide a text to array

... aadd( atext,"12345678901234567890") the strings must be 20 charactes for a sample : I hace a string len( cstring) := 41 I must create 3 record ( 2 of 20 cr and 1 of 1 cr) but this one must be of 1 cr + space(19) allway 20 cr
by Silvio.Falconi
Mon Mar 21, 2016 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: divide a text to array
Replies: 14
Views: 2694

Re: ct.lib

You can use
OCCURS( cSearch, cString ) --> number of occurances
function in ct.lib for the same purpose.
by nageswaragunupudi
Sat Sep 26, 2015 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ct.lib
Replies: 3
Views: 673

Re: hb_xrealloc can't reallocate memory

... less problems too. What about to create a TBufferedWrite class? Initialized with the File Handle and the minimun size of buffered input, a Write( cString ) method, and an End() that writes the remaining not written bytes.
by Carlos Mora
Thu Sep 03, 2015 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7249

Re: Impresora Fiscal IBM

... la impresora, ya que necesito extraer el ultimo numero de boleta, no se si podrias ayudarme...esto es lo que tengo en el programa Comando:='481' cString:= Chr(135) + Comando + Chr(136) WRITECOMM( nCom, @cString ) //debiera delvolver una cadena de informacion y yo buscar el numero dentro de esa ...
by elmoiquique
Wed Aug 05, 2015 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresora Fiscal IBM
Replies: 12
Views: 2607

Re: Impresora Fiscal IBM

... la impresora, ya que necesito extraer el ultimo numero de boleta, no se si podrias ayudarme...esto es lo que tengo en el programa Comando:='481' cString:= Chr(135) + Comando + Chr(136) WRITECOMM( nCom, @cString ) //debiera delvolver una cadena de informacion y yo buscar el numero dentro de esa ...
by elmoiquique
Wed Aug 05, 2015 9:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresora Fiscal IBM
Replies: 12
Views: 2607

Re: Comunicación de puerto COM con Impresora Fiscal

Gracias a ambos! Estoy armando algo entre las dos ideas... vamos a ver que sale. Me quedan un par de dudas... como debo definir el cString del ReadComm, carácter de cuanto? De que depende la cantidad de bytes que lee? Y la segunda, como reemplazar el COM_COUNT y la COM_SCOUNT.... creo que ...
by elmoiquique
Mon Aug 03, 2015 9:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Comunicación de puerto COM con Impresora Fiscal
Replies: 8
Views: 1743

Re: Comunicación de puerto COM con Impresora Fiscal

Gracias a ambos! Estoy armando algo entre las dos ideas... vamos a ver que sale. Me quedan un par de dudas... como debo definir el cString del ReadComm, carácter de cuanto? De que depende la cantidad de bytes que lee? Y la segunda, como reemplazar el COM_COUNT y la COM_SCOUNT.... creo que ...
by TOTOVIOTTI
Tue Jul 28, 2015 12:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Comunicación de puerto COM con Impresora Fiscal
Replies: 8
Views: 1743

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... lCaseSensitive [, [@]nStart ] [, [@]nLen ] ] ] ) => cFoundText RegexComp( cPattern, [bCaseSens [, bNewLine]] ) --> REGEX HB_Regex( cPattern, cString, [bCaseSens, [, bNewLine]] ) --> aMatches HB_RegexMatch( cPattern, cString, [bCaseSens, [, bNewLine]] ) --> bFound TRY syntax: ----------- ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2283

Re: Duda HBQT + Harbour

... socket ya implementados con HBQT? En la documentacion que presentaste ya existe una clase para HTTP ROCEDURE Main() LOCAL oWnd, oImg LOCAL oHttp, cString oHttp := TIPClientHTTP():new( "http://www.televideo.rai.it/televideo/pub/tt4web/Nazionale/16_9_page-101.png" ) oHttp:open() cString ...
by jnavas
Fri Jun 05, 2015 4:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda HBQT + Harbour
Replies: 8
Views: 1471

Re: Duda HBQT + Harbour

... socket ya implementados con HBQT? En la documentacion que presentaste ya existe una clase para HTTP ROCEDURE Main() LOCAL oWnd, oImg LOCAL oHttp, cString oHttp := TIPClientHTTP():new( "http://www.televideo.rai.it/televideo/pub/tt4web/Nazionale/16_9_page-101.png" ) oHttp:open() cString ...
by jnavas
Fri Jun 05, 2015 4:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda HBQT + Harbour
Replies: 8
Views: 1471
PreviousNext

Return to advanced search