Search found 93 matches: ckey

Return to advanced search

Re: Borrar registro actual en xBrowse?

... el campo clave y llevandolo a una variable que luego se la pasaras como condicion en el WHERE en el QUERY DELETE, algo como... cVar := oQry:cKey el cual tomara el registro donde se encuentre el puntero, algo como se hace en las DBF...hay un sample de facturacion en los SAMPLES de FWH, alli ...
by Compuin
Wed Dec 27, 2017 2:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borrar registro actual en xBrowse?
Replies: 15
Views: 2519

Re: Borrar registro actual en xBrowse?

... el campo clave y llevandolo a una variable que luego se la pasaras como condicion en el WHERE en el QUERY DELETE, algo como... cVar := oQry:cKey el cual tomara el registro donde se encuentre el puntero, algo como se hace en las DBF...hay un sample de facturacion en los SAMPLES de FWH, alli ...
by joseluisysturiz
Wed Dec 27, 2017 2:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borrar registro actual en xBrowse?
Replies: 15
Views: 2519

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

... DBCreateIndex(<cIndexName>,<cKeyExpr>,<bKeyExpr>,[<lUnique>])->Nil DBDelete()->Nil DBDrop([<cTable>],[<cIndex>])->Nil DBEdit([<nTop>],[<nLeft>],[<nBottom>],[<nRight>],[<acColumns>],[<cUserFunction>],[<acColumnSayPictures>|<cColumnSayPicture>],[<acColumnHeaders>|<cColumnHeader>],[<acHeadingSeparators>|<cHeadingSeparator>],[<acColumnSeparators>|<cColumnSeparator>],[<acFootingSeparators>|<cFootingSeperator>],[<acColumnFootings>|<cColumnFooting>])->Nil ...
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: 5719

New FTDN September/Septiembre 2017 (FWH 17.09)

... ::bTrigger returns logical .F., then the operation is aborted. Data already written to the record are Rolled Back. - CreateIndex( [cFile], cTag, cKey, [lUnique], [lDescend], [lMemory] ) New additional parameter lMemory enables creation of temporary indexes. - SetFilter( [cFilter] ) --> cFilterExp ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3359

TDatabase FWH 17.08 : Datas and Methods

... COMMIT for the Alias 18. CopyTo( cFile, aFields, bFor, bWhile, nNext, nRec, cRdd, cCp ) Executes COPY TO command 19. CreateIndex( cFile, cTag, cKey, bKey, lUnique) ( ::nArea )->( OrdCreate( cFile, cTag, cKey, bKey, lUnique ) ) 20. DbCreate( aStruct ) DbCreate( ::cFile, aStruct, ::cDriver ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1785

New FTDN March/Marzo 2017 (FWH 17.03)

... is required to restore the backup. Before backup or restore, password is to be setup an cleared after backup or restore; function MYSQL_CRYPTKEY( [cKey] ) --> cOldKey -Calling the function without any parameter returns the existing key. -Calling the function with any character value of length ...
by Antonio Linares
Wed Mar 29, 2017 10:06 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2017 (FWH 17.03)
Replies: 0
Views: 1511

Re: Quien me ayuda...Adquirir datos de respuesta de una web

... // oServer:SetRequestHeader( "ClientAPI_ID" , ::cID ) // oServer:SetRequestHeader( "ClientAPI_Key", ::cKey ) //oServer:SetRequestBody( cBody ) oServer:Send( cURL ) MSGINFO(oServer:readyState) DO WHILE oServer:readyState <> 2 SYSWAIT() ENDDO MSGINFO(oServer:readyState) ...
by softruz
Fri Mar 24, 2017 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quien me ayuda...Adquirir datos de respuesta de una web
Replies: 11
Views: 2498

Re: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 17.03)

... for restoring, the same key should be set and then call the restore function. Setting and clearing the encryption key: function MYSQL_CRYPTKEY( [cKey] ) --> cOldKey This function always returns the key already set. "" indicates no key is set. Calling the function with string of 6 ...
by nageswaragunupudi
Tue Mar 07, 2017 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 20641

Problema con encriptacion Simetrica con HBSSL

... ctx ) //--------- IMPLEMENTADO EN UNA FUNCION INDEPENDIENTE como ENCRIPTA(cData) EVP_EncryptInit( ctx, "AES-192-OFB", cKey ) ? EVP_CIPHER_CTX_cipher( ctx ) ? EVP_CIPHER_block_size( EVP_CIPHER_CTX_cipher( ctx ) ) encrypted := "" result := "" EVP_EncryptUpdate( ...
by JoelGG999
Sun Mar 05, 2017 2:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con encriptacion Simetrica con HBSSL
Replies: 0
Views: 534

Problema con encriptacion Simetrica con HBSSL

... ctx ) //--------- IMPLEMENTADO EN UNA FUNCION INDEPENDIENTE como ENCRIPTA(cData) EVP_EncryptInit( ctx, "AES-192-OFB", cKey ) ? EVP_CIPHER_CTX_cipher( ctx ) ? EVP_CIPHER_block_size( EVP_CIPHER_CTX_cipher( ctx ) ) encrypted := "" result := "" EVP_EncryptUpdate( ...
by JoelGG999
Sun Mar 05, 2017 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problema con encriptacion Simetrica con HBSSL
Replies: 0
Views: 388

Re: xharbour last cvs error

... Error E0047 Code block contains both macro and declared symbol references line of tdata : ::buildIndex( oMeter, oText, oDlg, @lEnd, cTag, cKey, cFile, nInterval, lUnique, bFor, lDescending ) },; cMessage ) someone can contact xharbour team? thanks Can you build a little PRG showing the ...
by Enrico Maria Giordano
Wed Aug 24, 2016 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour last cvs error
Replies: 15
Views: 3036

xharbour last cvs error

... Error E0047 Code block contains both macro and declared symbol references line of tdata : ::buildIndex( oMeter, oText, oDlg, @lEnd, cTag, cKey, cFile, nInterval, lUnique, bFor, lDescending ) },; cMessage ) someone can contact xharbour team? thanks
by norberto
Wed Aug 24, 2016 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour last cvs error
Replies: 15
Views: 3036

XML Read Problems

... cGeoname := "" cState := "" cCountry := "" cDistance := "" ENDIF ENDIF HEval( oTagActual:aAttributes, { | cKey, cValue | MsgInfo( cKey, cValue ) } ) Else Exit Endif End FClose( hFile ) // Copy to History... COPY FILE (cSource + cXmlFile) TO (cHistory + cXmlFile) ...
by cdmmaui
Tue Apr 26, 2016 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XML Read Problems
Replies: 1
Views: 1055

Re: Xbrowse a speed problem using SCOPE ?

... Syntax ORDSETRELATION(<nArea> | <cAlias>,<bKey>, [<cKey>]) --> NIL Arguments <nArea> is the number of the child work area. <cAlias> is the alias of the child work area. <bKey> ...
by ukoenig
Tue Mar 01, 2016 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse a speed problem using SCOPE ?
Replies: 30
Views: 9078

Re: Factura Electronica Argentina - XML de la AFIP

... while .T. oTagActual = oXmlIter:Next() If oTagActual != nil MsgInfo( oTagActual:cName, oTagActual:cData ) HEval( oTagActual:aAttributes, { | cKey, cValue | MsgInfo( cKey, cValue ) } ) Else Exit Endif End FClose( hFile ) return nil
by Enrrique Vertiz
Fri Jul 17, 2015 12:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Factura Electronica Argentina - XML de la AFIP
Replies: 6
Views: 1344
PreviousNext

Return to advanced search