Search found 36 matches: ctag

Return to advanced search

Re: Icon in Webview

... )   PalBmpFree( aBmp )   //      // Use the class to prepare base64 tag   oImage64 := TImageBase64():New( cPng )   cTag := oImage64:MakeText( .f., .t., .f. )   oImage64:TestHtml() // if you want to test before using the tag  cTag in the above program ...
by nageswaragunupudi
Sun May 28, 2023 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Icon in Webview
Replies: 5
Views: 378

Re: New FTDN June/Junio (FWH 21.06)

... // --> 900,100 aData := { 3, 4, 5, 6, 7 } SwapValues( aData[ 2 ], aData[ 4 ] ) ? aData // { 3, 6, 5, 4, 7 } * TDataBase Método LookUp( cSeek, cTag/Expr, bcRetVal, lTrigger ) --> bcRetVal o NIL Si el tercer parámetro es NIL, el método devuelve ahora .T., con el nuevo registro cargado si ...
by Antonio Linares
Wed Jul 28, 2021 2:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2113

New FTDN June/Junio (FWH 21.06)

... // --> 900,100 aData := { 3, 4, 5, 6, 7 } SwapValues( aData[ 2 ], aData[ 4 ] ) ? aData // { 3, 6, 5, 4, 7 } * TDataBase method LookUp( cSeek, cTag/Expr, bcRetVal, lTrigger ) --> Value of bcRetVal if found and otherwise nil If 3rd param is nil, the method now returns .t., with the new record ...
by Antonio Linares
Tue Jul 27, 2021 4:47 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2113

New FTDN June/Jnio (FWH 21.06)

... // --> 900,100 aData := { 3, 4, 5, 6, 7 } SwapValues( aData[ 2 ], aData[ 4 ] ) ? aData // { 3, 6, 5, 4, 7 } * TDataBase method LookUp( cSeek, cTag/Expr, bcRetVal, lTrigger ) --> Value of bcRetVal if found and otherwise nil If 3rd param is nil, the method now returns .t., with the new record ...
by Antonio Linares
Tue Jul 27, 2021 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Jnio (FWH 21.06)
Replies: 0
Views: 470

Re: TDatabase Class

... } ) // like ADO AddNew( flds, values )  4) How to I create and use index's .. Like .cdx ( tags ) Approach-1: oDbf:CreateIndex( [cFile], cTag, cKey, [lUnique], [lDescend], [lMemory] ) Approach-2 (Easiest): oDbf:CdxCreate() /// creates index on all fields oDbf:CdxCreaate( cFieldList, [lMemory] ...
by nageswaragunupudi
Thu May 20, 2021 4:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2077

library of utility functions of FWH also for mod HARBOUR

... MH_DbfToHTML( cFieldList, lWebPage ) function MH_ImageToBase64( cImage ) function MH_RecordSetToHTML( oRs, lHtmlPage ) static function CloseTag( cTag ) static function ImageType( cBuf ) static function IsBinaryData( cData, nLen ) static function MH_ValToHTML( uVal, cTag ) These functions are ...
by Otto
Mon Apr 19, 2021 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: library of utility functions of FWH also for mod HARBOUR
Replies: 0
Views: 352

Re: New FWH 19.09

Yes, I will create a sample that will work inside the sample-folder without all the defined extras. The defined TDatabase // CreateIndex( cFile, cTag, cKey, lUnique, lDescend, lMemory ) oProject := TDatabase():Open( , "PROJECT", "DBFCDX", .T. ) oProject:CreateIndex( "PROJECT", ...
by ukoenig
Thu Oct 17, 2019 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 19.09
Replies: 36
Views: 5720

New FTDN September/Septiembre 2017 (FWH 17.09)

... If ::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] ) --> ...
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: 3345

TDatabase FWH 17.08 : Datas and Methods

... opened. If called by an already created object, creates dbf file. 4. Activate() Same as ::Use() 5. AddCol( cCol, uExpr, cType, nLen, nDec, cPic, cTag ) --> nNewCol Creates a new virtual (calculated) column. uExpr can be character expression or a codeblock. Column name (cCol) can have more ...
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: 1783

Re: Suministro Inmediato de Informacion - SII

... 16, 0},; {"SII_OK ","C", 1, 0},; // S=ok, 1=aceptada con errores Cuando parseo la respuesta de la aeat si encuentro el tag IF cTag="siiR:CSV" ; cCsv:=cDato y es correcto ELSEIF cTag="siiR:EstadoRegistro" IF cDato="Correcto" ; cCorrecta :="S" ...
by josevalle
Thu May 18, 2017 2:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Suministro Inmediato de Informacion - SII
Replies: 116
Views: 25514

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 ...
by Enrico Maria Giordano
Wed Aug 24, 2016 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour last cvs error
Replies: 15
Views: 3033

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

Maybe Important - 2015-07-31 16:05 UTC-0800 Pritpal Bedi (be

... but we decided to receive signal via QML document as it implements // more constructs. // ::oQmlBridge:connect( "tagFound(QString)", {| cTag | ::manageBarcodeFound( cTag ) } ) __hbqtAppRefresh() ENDIF ... ... RETURN self BarcodeReader.qml [ only relevant parts ]: ========================================= ...
by Pritpal Bedi
Sat Aug 01, 2015 1:47 am
 
Forum: FiveTouch
Topic: Maybe Important - 2015-07-31 16:05 UTC-0800 Pritpal Bedi (be
Replies: 1
Views: 1669

ADS Encrypted File Indexing

... encrypt a file, I get an error. I use: oDB:createIndex( "erfcit", "city",,, .t., 10 ) Which is a call to: METHOD createIndex( cTag, cKey, lUnique, lAscending, lMeter, nInterval, cMessage, cFor, cFor2 ) DEFAULT lUnique := .f., ; lAscending := .f., ; lMeter := .t., ; nInterval ...
by TimStone
Mon Mar 09, 2015 11:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Encrypted File Indexing
Replies: 1
Views: 604

Re: uestudio y ctag

... --regex-Harbour=/[Mm]essage [\t]*([a-zA-Z0-9_]+)/\1/m,method/  2º "Parametros del CTAG" que se encuentra en Proyecto -> Configurar opciones de CTAG lo he cambiado con lo siguiente: --options="D:\Google_Drive\Descargas\Uestudio\Instalacion ...
by fgondi
Tue Mar 18, 2014 5:11 pm
 
Forum: Off Topic / Otros temas
Topic: uestudio y ctag
Replies: 5
Views: 979
Next

Return to advanced search