Search found 33 matches: ctoken

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: 743

API Bancaria (SOLUCIONADO)

... a las cuentas de un usuario de ejemplo que pone BBVA para hacer pruebas : local oHttp, cCadena, cNomObjOLE := "Microsoft.XMLHTTP",  cToken := '', ;      cURL := "https://apis.bbva.com/business-accounts-sbx/v1/statements/aeb43"  oHttp:Open ( "GET" , cUrl, .f. ...
by gmart1
Mon Apr 12, 2021 8:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: API Bancaria (SOLUCIONADO)
Replies: 17
Views: 2297

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: 521

error on createobject

... local HData,cr local odoc := CreateObject( "MSXML2.DOMDocument" ) local ohttp := CreateObject( "MSXML2.XMLHTTP" ) local cTOKEN:="1206646388:AAEr-QL8hSYNAJ3dNx2k6w7u0nEAOWld2Po" local URL:="https://api.telegram.org/bot"+cTOKEN+"/getUpdates" ...
by Silvio.Falconi
Sat Jan 16, 2021 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on createobject
Replies: 2
Views: 516

Re: Telegram

... I set on setup to luch telegram at init when the system ( pc) is open your test compiled is on c:\work\errori\telegram (test.exe) you sad I need ctoken and chat id On telegram I open botfather and I create a new bot sample @sost_bot then I ask the token and it gave me the token and I copied on ...
by Silvio.Falconi
Thu Sep 20, 2018 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Telegram
Replies: 10
Views: 2398

Re: funciones de FWH y Harbour en un archivo .txt

... Token(<cString>,[<cDelimiter>],[<nTokenPos>],[<nSkipWidth>],[@<cPreTokenSep>],[@<cPostTokenSep>])->cToken TokenAt([<lNextDelimiter>],[<nCount>],[@<cTokenEnv>])->nPosition TokenEnd([@<cTokenEnv>])->lTokenEnd TokenExit()->lSuccess ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5707

Re: funciones de FWH y Harbour en un archivo .txt

... Token(<cString>,[<cDelimiter>],[<nTokenPos>],[<nSkipWidth>],[@<cPreTokenSep>],[@<cPostTokenSep>])->cToken TokenAt([<lNextDelimiter>],[<nCount>],[@<cTokenEnv>])->nPosition TokenEnd([@<cTokenEnv>])->lTokenEnd TokenExit()->lSuccess ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5707

Re: funciones de FWH y Harbour en un archivo .txt

... HB_TokenGet(<cString>,<nToken>,[<cDelim>],[<lSkipStrings>],[<lDoubleQuoteOnly>])->cToken HB_TokenPtr(<cString>,<@nSkip>,[<cDelim>],[<lSkipStrings>],[<lDoubleQuoteOnly>])->cToken HB_Translate(<cString>,<cCodePageID_Src>,<cCodePageID_Tgt>)->cConvertedString ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5707

Re: email CDO caracter problem

... Static Function Envia_Mail(oCfg,cFrom, cTo, cCC, cBCC, cMsg, cSubject, cAttach) local cToken local lRet := .f. local Vezes := 0 Do While Vezes <= 5 cTo := Destinatarios( cTo ) //--> PARA cCC := Destinatarios( cCC ) //--> COM ...
by Wanderson
Wed May 25, 2016 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: email CDO caracter problem
Replies: 13
Views: 1934

Re: Webservices

... /////////////////////////////////////// FUNCTION Main(cDatos) /////////////////////////////////////// local cNew:='',x,lOk:=.T.,curl local cToken:=";",cProd,cProd2,cprod3 aProd:={} if( empty(cDatos) .OR. cDatos=NIL ) RETU .T. QUIT endif TRY oHttp:= CreateObject( 'MSXML2.XMLHTTP') ...
by mterraz
Wed Mar 30, 2016 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webservices
Replies: 8
Views: 5207

Re: no me funciona CDOSYS, gmail

funcion: Function fSendMail( cMailServer, cFrom, cTo, cSubject, cBody, cAttach, cBCC, cUser, cPass, nPort, oDlg ) Local oCfg, oMsg, oError, nEle, cToken, bMens, lAuth:=!Empty(cUser).and.!Empty(cPass) Local aAttach:={} Default nPort := 25, ; cSubject := "", ; cBody := "" if !IsInternet() ...
by noe aburto
Fri May 29, 2015 1:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: no me funciona CDOSYS, gmail
Replies: 5
Views: 669

usando CDOSYS marca error, mail

... Enviar un mail Function fSendMail( cMailServer, cFrom, cTo, cSubject, cBody, cAttach, cBCC, cUser, cPass, nPort ) Local oCfg, oMsg, oError, nEle, cToken, bMens,; lAuth := ! Empty( cUser ) .and. ! Empty( cPass ), ; nSendOpt := 2 // send using: 1 = pickup folder 2 = port memvar aAttach Default nPort ...
by noe aburto
Tue May 12, 2015 2:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: usando CDOSYS marca error, mail
Replies: 4
Views: 1118

Re: Introducing FiveTech's fivedit

James, Methods are supported too. Please see this line in function FillFuncList(): if cToken $ "static func,func,proc,clas,meth,hb_f" if a line starts with that, then it is shown :-) Tomorrow we will publish FWH 15.01 so you will be able to build Fivedit.prg ...
by Antonio Linares
Fri Jan 16, 2015 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107236

Re: The numeric ocurrence of the token inside string

MsgInfo( AScan( hb_ATokens( StrTran( cLine, " ", " " ), " " ), { | cToken | cToken == "sample" } ) ) StrTran( cLine, " ", " " ) will leave just one space between each token notice first " " have two spaces ...
by Antonio Linares
Thu Feb 16, 2012 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The numeric ocurrence of the token inside string
Replies: 12
Views: 2543

Re: The numeric ocurrence of the token inside string

... := "this is a sample text"cText2 := "this  is  a  sample  text" MsgInfo( AScan( hb_ATokens( cText1, " " ), { | cToken | cToken == "sample" } ) ) -> Return 4 MsgInfo( AScan( hb_ATokens( cText2, " " ), { | cToken | cToken == "sample" ...
by StefanHaupt
Thu Feb 16, 2012 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The numeric ocurrence of the token inside string
Replies: 12
Views: 2543
Next

Return to advanced search