Search found 268 matches: counter

Return to advanced search

To Nages: Record deleted but make error also RESOLVED

... oDbfMod:SaveArrayToDBF( cItemFlds, oBrowse:aDeleted )         endif save on first record the code (oRec:codRep) and save on 29 record the counter "00001" AEval( aDataForm, { |a| a[ 1 ] := oRec:codRep } )         AEval( aDataForm, { |a,i| a[ ...
by Silvio.Falconi
Wed Nov 22, 2023 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Record deleted but make error also RESOLVED
Replies: 3
Views: 275

Re: not ISOEM(), ISANSI() or IsUTF8()

... = "Ö" ASC( cSign ) = 214 cSign = "Ü" ASC( cSign ) = 220 cSign = "ß" ASC( cSign ) = 223 --- i have add some "counter" in DO CASE nOEM = 107712 nANSI = 17642 nELSE = 5821450 for nOEM or nANSI i need to "translate" Type "C" but not for ...
by Jimmy
Sun Aug 27, 2023 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2075

Re: genblock

hi Silvo, as Detlef say : detached Locals when build in a "Loop" and use "Counter" you must call a Function to build a String for Codeblock so your "Counter" Number will be a STR() in a String      FOR ii := 1 TO 26              // A-Z  ...
by Jimmy
Mon Jun 12, 2023 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 253

Re: Harbour's multi-head self-attention transformer

hi Antonio,
Antonio Linares wrote:Please run it from here:
https://www.fivetechsoft.com/counter/modpro.php
I love this (mod_harbour) webapp for testing Harbour code and ideas quickly :-)

WOW
i never have see something like this
by Jimmy
Tue Apr 18, 2023 12:18 am
 
Forum: Utilities / Utilidades
Topic: Harbour's multi-head self-attention transformer
Replies: 4
Views: 544

Re: Harbour's multi-head self-attention transformer

Dear Jimmy,

Please run it from here:
https://www.fivetechsoft.com/counter/modpro.php

I love this (mod_harbour) webapp for testing Harbour code and ideas quickly :-)
by Antonio Linares
Mon Apr 17, 2023 3:58 pm
 
Forum: Utilities / Utilidades
Topic: Harbour's multi-head self-attention transformer
Replies: 4
Views: 544

Re: Scrollbar of TMultiGet

How about putting a text counter? ¿Qué tal poner un contador de texto?    REDEFINE GET oGet[17] VAR wTEXTO MULTILINE ID 217 OF oDlg                 ;      COLOR CLR_BLUE, CLR_WHITE UPDATE FONT oFont WHEN( lLigaCombo ) ...
by karinha
Sat Apr 01, 2023 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scrollbar of TMultiGet
Replies: 6
Views: 317

Re: Forum content download

... but my phpBB-Forum Reader have a Problem i do not know how to get "latest" Message (Date/Time) i "just" use URL and "Counter" which start at -50 until +50 (can be change) of highest Thread No. like this : https://forums.fivetechsupport.com/viewtopic.php?t=42817 ...
by Jimmy
Tue Feb 21, 2023 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forum content download
Replies: 1
Views: 160

Re: "Shortname" for FIELD of DBF

... a unique shortname. For example, if the original string is "abcdefghijklmnopqrstuvwxyz", the shortname could be "a-z". Use a counter: You can add a counter to the end of the shortname to make it unique. For example, if the original string is "abcdefghijklmnopqrstuvwxyz", ...
by Otto
Sat Jan 14, 2023 8:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Shortname" for FIELD of DBF
Replies: 3
Views: 414

Re: Combinaciones de letras

... )return nil Puedes probarlo desde aqui: copia el código y selecciona Run - Execute en el menu https://www.fivetechsoft.com/counter/modpro.php
by Antonio Linares
Tue Dec 06, 2022 10:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combinaciones de letras
Replies: 12
Views: 999

Re: Great news regarding mod_harbour CGI !!!

... $result, chr( 10 ).chr( 10 ) ) + 1 ) );?> You can test it here: https://www.fivetechsoft.com/counter/modpro.php Saved on the mod_harbour repo: https://github.com/FiveTechSoft/mod_harbour/tree/master/linux/php_bridge
by Antonio Linares
Tue Dec 06, 2022 9:12 am
 
Forum: mod_harbour
Topic: Great news regarding mod_harbour CGI !!!
Replies: 43
Views: 7862

Re: Campo autoincremental en DBF

si no estoy mal, entiendo que por defecto { "COUNTER", "I:+", 4, 0 } se le asigna 4 byte para almacenar el numero contador de la fila o registro, esto no es 4 digitos "1234" como si de una cadena se tratara, si no que ...
by carlos vargas
Tue Nov 01, 2022 11:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campo autoincremental en DBF
Replies: 7
Views: 770

Re: Campo autoincremental en DBF

* src/rdd/dbf1.c + added support for autoincrement fields with counter longer then 4 bytes Warning: if someone created tables with such fields i.e. { "I:+", 8, 0 } after my modification which added support for AutoInc flags in all numeric DBF ...
by carlos vargas
Thu Oct 27, 2022 10:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campo autoincremental en DBF
Replies: 7
Views: 770

Re: Por que no tenemos un IDE en FWH ?

... es una chorrada pero mi hizo gracia encontrar algo así: https://marketplace.visualstudio.com/items?itemName=uctakeoff.vscode-counter ¡¡ Y tener un plugin para manejar recursos desde VSCode sería tremendo !! Saludos,
by José Luis Sánchez
Tue May 31, 2022 2:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por que no tenemos un IDE en FWH ?
Replies: 21
Views: 1730

Re: color the cells of the xbrowse

... | e | e[ 1 ] = nNum } )         IF nPosi > 0            // increase Counter            aResult[ nPosi ] [ 2 ] := aResult[ nPosi ] [ 2 ] + 1      ...
by Silvio.Falconi
Wed Apr 20, 2022 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: color the cells of the xbrowse
Replies: 11
Views: 823

Re: Printing RTF 22.03

... because it is complex in it's output and options, is 1527 lines of code. The output can be an unlimited number of pages, thus the necessary page counter logic. The implementation of printing of the RTF is assuming a block size which must be modified to be used in this case. One customer might ...
by TimStone
Tue Apr 12, 2022 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 571
Next

Return to advanced search