Search found 70 matches: bblock

Return to advanced search

Re: Parameter for Timeout

hi,
hebert_j_vargas wrote:I think you're looking for this function in harbour hb_idle_add( bBlock )

thx for Answer.

i have Problem with "Console" App ... it does not show anything on Screen ... :(
have try REQUEST HB_GT_WIN_DEFAULT but got "unknown Function" ...
by Jimmy
Thu Sep 21, 2023 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 787

Re: Parameter for Timeout

Hi Jimmy, I think you're looking for this function in harbour hb_idle_add( bBlock ) PROCEDURE Main()   CLS   ? "DEFAULT IDLEREPEAT =", Set( _SET_IDLEREPEAT )   ?   ? "Idle Block should be displayed multiple times until key or 10 ...
by hebert_j_vargas
Wed Sep 20, 2023 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Parameter for Timeout
Replies: 17
Views: 787

Re: Convert

... Even to encode into Json, we first need to convert the codeblock into a "text" string. How? The only function available is HB_Serialize( bBlock ) --> cBinaryString and then convert into text using STRTOHEX(), before we encode it as Json or directly save into a field. Unfortunately, ...
by nageswaragunupudi
Thu Sep 07, 2023 5:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert
Replies: 7
Views: 567

Re: New FTDN April/Abril 2023 (FWH 23.04)

Donde puedo ver un ejemplo de esto: * Mejorado: Se ha mejorado la función FW_ASort( aArray, [nStart], [nCount], [bBlock/naCols] ) para la ordenación multicolumna. 4º Parámetro: -nil/codeblock: la funcionalidad es exactamente la misma que ASort(...) -nColNo: Ordena en nColNo ascendente ...
by goosfancito
Sun Aug 20, 2023 1:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1755

Re: New FTDN April/Abril 2023 (FWH 23.04)

... restringir el rango de inversión. El array original no se altera. * Mejorado: Se ha mejorado la función FW_ASort( aArray, [nStart], [nCount], [bBlock/naCols] ) para la ordenación multicolumna. 4º Parámetro: -nil/codeblock: la funcionalidad es exactamente la misma que ASort(...) -nColNo: Ordena ...
by Antonio Linares
Thu May 04, 2023 6:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1755

New FTDN April/Abril 2023 (FWH 23.04)

... nCount, it is possible to restrict the range of reversal. The original array is not disturbed. * Enhanced: FW_ASort( aArray, [nStart], [nCount], [bBlock/naCols] ) for multi-column sort. 4th Parameter: -nil/codeblock: functionality is exactly same as ASort(...) -nColNo: Sortede on nColNo asc if ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1755

Re: special Codeblock Syntax under Fivewin

Estimado Cristóbal, La siguiente, sin return, es una sintaxis válida, que dará NIL como resultado de la operación Eval( bBlock ) local bBlock   bBlock  := <||                  local a := 1          ...
by hmpaquito
Mon Nov 07, 2022 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: special Codeblock Syntax under Fivewin
Replies: 10
Views: 490

Re: New FTDN June/Junio 2022 (FWH 22.06)

... misma longitud con todos los elementos en el orden inverso. Ejemplo: FW_AReverse( { 1, 2, 3, 4 } --> { 4, 3, 2, 1 } - Nueva: FW_RAEval( aArray, bBlock, [nStart], [nCount] ) Evalúa bBlock para cada fila como AEval() pero en el orden inverso desde el último elemento hasta el primero. Si se proporciona ...
by Antonio Linares
Tue Jun 21, 2022 8:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2022 (FWH 22.06)
Replies: 1
Views: 872

New FTDN June/Junio 2022 (FWH 22.06)

... Array of same length with all elements in the reverse order. Ex: FW_AReverse( { 1, 2, 3, 4 } --> { 4, 3, 2, 1 } - New: FW_RAEval( aArray, bBlock, [nStart], [nCount] ) Evaluates bBlock for every row like AEval() but in the reverse order from last element to the first element. If the optional ...
by Antonio Linares
Tue Jun 21, 2022 4:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2022 (FWH 22.06)
Replies: 1
Views: 872

Re: start at the end and go back in an array

... ;}  Perhaph is wrong the codeblock bBlock Function test() local aDatadbf:=aData_array() local number,nRecord local nDelay number:=89 // delay must be 24 ? Rit( aDataDbf, number, 1, nrecord ...
by Silvio.Falconi
Mon May 30, 2022 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: start at the end and go back in an array - RESOLVED --
Replies: 19
Views: 828

Re: Problem with RibbonBar / FWH2102

Parameter 5 is bAction and parameter 9 is bBlock
by cnavarro
Mon May 17, 2021 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with RibbonBar / FWH2102
Replies: 4
Views: 467

Re: En RED Local generar un indice CDX en PC Local

... ; [FOR <lForCondition>] ; [WHILE <lWhileCondition>] ; [ALL] ; [NEXT <nNumber>] ; [RECORD <nRecNo>] ; [REST] ; [EVAL <bBlock>] ; [EVERY <nInterval>] ; [UNIQUE] ; [ASCENDING|DESCENDING] ; [USECURRENT] ; [ADDITIVE] ; [CUSTOM] ; [NOOPTIMIZE] ; [TEMPORARY] ; [USEFILTER] ...
by carlos vargas
Wed Sep 02, 2020 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: En RED Local generar un indice CDX en PC Local
Replies: 1
Views: 286

Re: Documentación sintaxis

... block converts // values to character strings. Note that the code block calls itself // recursively within the FOR EACH loop. PROCEDURE Main LOCAL bBlock, lLogic:= .T., nNumber:= 1.23456, aArray := Directory() bBlock := ConversionBlock() ? Eval( bBlock, aArray ) ? Eval( bBlock, lLogic ) ? Eval( ...
by nageswaragunupudi
Wed Oct 30, 2019 5:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Documentación sintaxis
Replies: 6
Views: 1440

Re: Nuevas funciones harbour para tablas dbf

... ; [FOR <lForCondition>] ; [WHILE <lWhileCondition>] ; [ALL] ; [NEXT <nNumber>] ; [RECORD <nRecNo>] ; [REST] ; [EVAL <bBlock>] ; [EVERY <nInterval>] ; [UNIQUE] ; [ASCENDING|DESCENDING] ; [USECURRENT] ; [ADDITIVE] ; [CUSTOM] ; [NOOPTIMIZE] ; [TEMPORARY] ; [USEFILTER] ...
by carlos vargas
Fri Aug 23, 2019 6:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevas funciones harbour para tablas dbf
Replies: 10
Views: 1357

Re: Error FiveWin/3 Cannot create Dialog Box:

cnavarro wrote:Yes, it is correct, but anyway, check if your TMENUITEM class has the DATA bBlock


There is not any DATA bBlock in C:\fwh\source\classes\menuitem.prg.
by Horizon
Tue Mar 26, 2019 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box:
Replies: 27
Views: 3984
Next

Return to advanced search