Search found 98 matches: strtoken

Return to advanced search

Re: save to inifile

Now I'm trying to make cString_TH:= GetIni( cInifile, cSection,"TH", "" ) IF ! empty(cString_TH) cToken := StrToken(cString_TH,1,";") acSizes[1] := StrToken(cToken,1,"|") acEstilo[1] := StrToken(cToken,2,"|") acSpaces[1] := StrToken(cToken,3,"|") ...
by Silvio.Falconi
Mon Oct 10, 2022 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: save to inifile
Replies: 7
Views: 770

Re: Función Primera Letra Mayúscula Después Espacio

... function FormataTextoComPrimeiraLetraMaiusculo( cText ) /* */ Local nToken := 1 Local cToken := StrToken(cText, nToken, " ") Local cResult := "" DO WHILE !empty(cToken) cResult += Upper(left(cToken,1))+Lower(Substr(cToken,2))+" ...
by MGA
Sat Apr 10, 2021 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primera Letra Mayúscula Después Espacio Capital *Solucionado
Replies: 5
Views: 529

Re: Abrir explorador internet con una variable como URL

... ( 'MandaPaqueteFiscal' , 'WINFIS32.DLL' , nHandler , CHR(163) ) CallDll32 ( 'UltimaRespuesta' , 'WINFIS32.DLL' , nHandler , @cRta ) cRta:= StrToken(cRta,3, SE ) ? cRta // esta OK ahora s:= 'http://'+ cRta ShellExecute( 0,'OPEN', s ,'','', 1 ) // FUCIONA OK Muchas gracias por tu tiempo y ...
by mterraz
Mon Feb 25, 2019 3:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir explorador internet con una variable como URL
Replies: 2
Views: 867

Re: BOM production

... "+odb1:descrip+if(lsize," "+odb1:SIZE,"")+" "+odb1:unit+" "+STR(ROUND(odb1:qty*if(lcat,val(strtoken(oitem:cprompt,5+if(lsize,1,0)," ")),1),nqtydec+1))+" "+odb1:mem+" "+odb1:position) odb1:SKIP() enddo oitem:expand() ...
by ShumingWang
Fri Apr 27, 2018 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOM production
Replies: 3
Views: 1133

problem FWH 18.03 with XHB.COM

... -LIBPATH:"R:\lib" -LIBPATH:"R:\c_lib" -LIBPATH:"R:\c_lib\win" "wKP.obj" "errorsys.obj" "strtoken.obj" "main.obj" "kpir.obj" "ksiega.obj" "kontrah.obj" "a.obj" "wlasc.obj" ...
by kajot
Thu Apr 26, 2018 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem FWH 18.03 with XHB.COM
Replies: 4
Views: 829

Re: Ayuda DLL

Antonio buenos dias, gracias por la ayuda Agrego la VM.LIB (xharbour), y me manda estos errorres :( :( Proyecto: Kept5, Entorno: BorlandDLL: [1]:Harbour.Exe Source\Tseguro.prg /m /n /es2 /ki /iP:\32bits\xharbour\include;P:\32bits\FWH\INCLUDE /i /oObj\Tseguro.c xHarbour Compiler build 1.2.1 (SimpLex)...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6383

Rutina para leer Gps

... IF::nRetry > NRETRY ::lGps := .f. ::cMsgErr := "PERDIDA CONEXION" ENDIF ELSE ::nRetry := 0 FOR c := 1 TO LEN( ::aNMEA ) ::aNMEA[c] := StrToken( cBuffer, c, "$" ) NEXT FOR c := LEN( ::aNMEA ) TO 1 STEP -1 // leemos ultimas sentencias DO CASE CASE AT( "GPGGA", ::aNMEA[c] ...
by Busmatic_wpb
Sat Jul 22, 2017 1:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Rutina para leer Gps
Replies: 1
Views: 971

Test GPS Error en encontrado

... IF::nRetry > NRETRY ::lGps := .f. ::cMsgErr := "PERDIDA CONEXION" ENDIF ELSE ::nRetry := 0 FOR c := 1 TO LEN( ::aNMEA ) ::aNMEA[c] := StrToken( cBuffer, c, "$" ) NEXT FOR c := LEN( ::aNMEA ) TO 1 STEP -1 // leemos ultimas sentencias DO CASE CASE AT( "GPGGA", ::aNMEA[c] ...
by Busmatic_wpb
Fri Jul 21, 2017 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test GPS Error en encontrado
Replies: 0
Views: 649

Re: IMPRIMIR UN ARCHIVO PDF

... ".\SumatraPdf.exe" local cPrinter := PrnGetName() local cFile,cCmd cFile := cFilePdf cCmd := cSumatra + ' -Print-to "' + ; alltrim( StrToken( cPrinter, 1, "," ) ) + ; '" -exit-on-print ' + cFile MsgRun( "Imprimiendo archivo "+cFile, "Espere..", ...
by jbrita
Tue May 09, 2017 2:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRIMIR UN ARCHIVO PDF
Replies: 12
Views: 1758

leer archivo

... Lo leo de la siguiente forma: ? SubStr(strtoken(cResp,4,":"),1,At(",",strtoken(cResp,4,":"))-1)  30520528931? SubStr(strtoken(cResp,5,":"),1,At(",",strtoken(cResp,5,":"))-1) "JURIDICA"? ...
by surGom
Sun Mar 19, 2017 10:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: leer archivo
Replies: 3
Views: 975

Re: Fieldname limit to 10 char. giving problem

... oTxtFile := TTxtFile():New( cFileCSV, 0 ) oTxtFile:Skip() //skip the first line of the header while !oTxtFile:lEoF() ?StrToken( oTxtFile:cLine, 1, ";" ) ?StrToken( oTxtFile:cLine, 2, ";" ) ?StrToken( oTxtFile:cLine, <n>, ";" ) oTxtFile:Skip() ...
by Marc Venken
Tue Oct 25, 2016 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fieldname limit to 10 char. giving problem
Replies: 7
Views: 1593

Re: Fieldname limit to 10 char. giving problem

... oTxtFile := TTxtFile():New( cFileCSV, 0 ) oTxtFile:Skip() //skip the first line of the header while !oTxtFile:lEoF() ?StrToken( oTxtFile:cLine, 1, ";" ) ?StrToken( oTxtFile:cLine, 2, ";" ) ?StrToken( oTxtFile:cLine, <n>, ";" ) oTxtFile:Skip() ...
by aferra
Tue Oct 25, 2016 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fieldname limit to 10 char. giving problem
Replies: 7
Views: 1593

Re: Webservices

... CATCH MsgInfo("Error al crear el objeto HTTP") retu .t. END x:=1 WHILE .T. cNew:=substr( cDatos,1,at('<END>',cDatos)+4 ) cProd := strtoken(cNew,1,cToken) cProd2 := strtoken(cNew,2,cToken) cProd3 := strtoken(cNew,3,cToken) Aadd(aProd,cProd) Aadd(aProd,cProd2) Aadd(aProd,cProd3) ...
by mterraz
Wed Mar 30, 2016 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webservices
Replies: 8
Views: 5230

Re: FiveLinux on Raspberry PI - Dead or alive ?

Perfect! FiveDBU and Fiveform are linking No more messages: undefined reference to symbol 'pcre_free'. Just these examples are not compiling: Dozip.prg 'Undefined Reference to Symbol InflateInit2_" Install.prg 'Undefined Reference to Symbol HB_FUN_STRTOKEN" TestClip.prg 'Undefined Referenc...
by George
Tue Feb 02, 2016 8:41 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Raspberry PI - Dead or alive ?
Replies: 21
Views: 10816

Re: FiveLinux on Raspberry PI - Dead or alive ?

Thanks Antonio. DBF01.PRG is working :) Only a few samples are no linking: FiveDBU.prg, FiveForm and VMH reporting 'Undefined Reference to Symbol PCRE_FREE" Dozip.prg 'Undefined Reference to Symbol InflateInit2_" Install.prg 'Undefined Reference to Symbol HB_FUN_STRTOKEN" TestClip.prg...
by George
Tue Feb 02, 2016 5:22 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Raspberry PI - Dead or alive ?
Replies: 21
Views: 10816
Next

Return to advanced search

cron