Search found 44 matches: csource

Return to advanced search

Conexion FTP TSL

... FTP que requiere TLS, antes me conectaba sin problema pero ahora requiero ese nivel de seguridad. Asi funcionaba correctamente: FtpSendFile(cFTP, cSource, cTarget, nVar41, nVar42, 14147 ) FUNCTION FtpSendFile( cFTPSite, cSource, cTarget, cUser, cPass, nBufSize ) LOCAL oInternet, oFTP DEFAULT cUser:="", ...
by servicomver
Wed Jan 25, 2023 10:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conexion FTP TSL
Replies: 7
Views: 834

Re: FWForum Post and code grabber

... Youre code is not that easy for me )))) I was trying to take the Google Translate function to put in my application. I only need the folowing cSource = "This is a sample text in english" Result from the function only in dutch 'NL' Can you help me with this ? I get stuck op the Do ...
by Marc Venken
Thu Oct 13, 2022 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWForum Post and code grabber
Replies: 14
Views: 803

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... FUNCTION Opc_PidoNuevoTA() Local cBat, cOpenSSL,nError Local nHandle Local aRespuesta local cCuitNew := cCuit Local cSource := 'C=AR, O=' + cEmpresa + ', serialNumber=CUIT '+ cCuitNew +', CN='+cRazon Local cDestinationDn := 'cn=wsaa,o=afip,c=ar,serialNumber=CUIT 33697454239' ...
by dhf27
Tue Sep 28, 2021 12:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4989

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... FUNCTION Opc_PidoNuevoTA() Local cBat, cOpenSSL,nError Local nHandle Local aRespuesta local cCuitNew := cCuit Local cSource := 'C=AR, O=' + cEmpresa + ', serialNumber=CUIT '+ cCuitNew +', CN='+cRazon Local cDestinationDn := 'cn=wsaa,o=afip,c=ar,serialNumber=CUIT 33697454239' ...
by rterraz
Thu Sep 23, 2021 1:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4989

Re: Multiple Dimension Array in Combobox

REDEFINE COMBOBOX oCbx VAR cSource ITEMS arrTranspose( aSrc )[2] ; ON CHANGE ( cSource := aSrc[oCbx][1], oCbx:update() ) ID 2504 OF oDlg UPDATE The combobox displays the 2nd element of the array as desired, but it also returns that element ...
by Silvio.Falconi
Wed Aug 28, 2019 11:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4026

Re: Multiple Dimension Array in Combobox

... "New" }, {"R", "Rebuilt"}, {"U", "Used"} } Then the code: REDEFINE COMBOBOX oCbx VAR cSource ITEMS arrTranspose( aSrc )[2] ; ON CHANGE ( cSource := aSrc[oCbx][1], oCbx:update() ) ID 2504 OF oDlg UPDATE The combobox displays the 2nd element ...
by TimStone
Wed Aug 28, 2019 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4026

XML help

... </Transaction> /********* Sample Code /********* nXmlMax := LEN(aXmlFile) cXmlFile := aXmlFile[nXmlMax,1] cStart := TIME() hFile := FOpen( cSource + cXmlFile ) oXmlDoc := TXmlDocument():New( hFile ) oXmlIter := TXmlIterator():New( oXmlDoc:oRoot ) WHILE .T. oTagActual = oXmlIter:Next() If ...
by cdmmaui
Thu Jun 06, 2019 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML help
Replies: 2
Views: 491

Re: Import Chinese Characters from XLS

... := 0 , ; oExcel, oSheet , ; nX1 := 0 , ; nX2 := 0 , ; nMax := 65000 , ; lCont := .F. , ; lShow := .T. , ; nUpdated := 0 , ; lSource := .F. , ; cSource := "language.xlsx" , ; cDrive := DISKNAME() + ":\" + CURDIR( DISKNAME() ) + "\" , ; cTitle := "Lanugages" ...
by cdmmaui
Thu Feb 21, 2019 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import Chinese Characters from XLS
Replies: 4
Views: 949

New FTDN April/Abril 2018 (FWH 18.04)

... * Updated function SOURCEEDIT with new screen and new parameters added SourceEdit( @<cSource>, <cTitle>, <nClrBack>, <nTop>, <nLeft>, <nBottom>, <nRight>,; <nClrText>, <cFile>, <nLin>, ...
by Antonio Linares
Mon Jun 04, 2018 6:34 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2018 (FWH 18.04)
Replies: 1
Views: 2162

Re: EASYREPORT and RTF

Dear Cristobal,
I send you the copy I use.
Here I have a
METHOD EvalSourceCode( cSource )
METHOD EvalExpression( cText )
Best regards,
Otto
by Otto
Wed May 23, 2018 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EASYREPORT and RTF
Replies: 4
Views: 742

Re: EASYREPORT and RTF

... PrintItem() of CLASS VRD IF oItem:cType = "TEXT" .AND. oItem:nShow = 1 cText := ::EvalExpression( oItem:cText ) IF .NOT. EMPTY( oItem:cSource ) .AND. ::lNoExpr = .F. cText := ::EvalSourceCode( oItem:cSource ) ENDIF if Left( cText, 5 ) == "{\rtf" lRTF := .T. endif if !lRTF ...
by Otto
Wed May 23, 2018 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EASYREPORT and RTF
Replies: 4
Views: 742

New FTDN January/Enero 2018 (FWH 18.01)

... control. Releasing Image: PalBmpFree( aImageInfo ) aImageInfo format { pImage/hBitmap/hIcon/hCursor/hMeta, hPalette, nWidth, nHeight, lHasAlpha, cSource, lResource ) uSource: Can be (a) any file on disk (b) internet address of an image, (c) Resource Name, (d) FWShapes array, (e) utf8asc value ...
by Antonio Linares
Wed Feb 14, 2018 5:03 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2018 (FWH 18.01)
Replies: 1
Views: 2580

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

... BlobDirectGet(<nBlobID>,[<nStart>],[<nCount>])->xBlobData BlobDirectImport(<nOldBlobID>,<cSourceFile>)->nNewBlobID BlobDirectPut(<nOldblobID>,<xBlobData>)->nNewblobID BlobExport(<nFieldPos>,<cTargetFile>,[<nMode>])->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: 5710

Re: COPY FILE issue

Is there a way to copy a file that has a comma "," in the file name. With COPY FILE &cSource TO &cDest I get a DOS Error 123. I cannot control the original filename so I have to somehow work with the "," in the filename. I will also need to be ...
by nageswaragunupudi
Thu May 05, 2016 8:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COPY FILE issue
Replies: 9
Views: 1185

Re: COPY FILE issue

I wonder if the error is in source or destination definition. Can you change the destination name to one without comma?
COPY FILE (cSource) TO ('test.tst')
If it can copy to normal filename without error then you might have a work around.
Maybe filemove( cSource, 'test.tst' )
by Gale FORd
Wed May 04, 2016 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COPY FILE issue
Replies: 9
Views: 1185
Next

Return to advanced search