Search found 63 matches: atail

Return to advanced search

Re: Problemas xbrowse 2210 (xharbour)

Estimado Leandro,

El Sr. Rao lo está revisando

El error viene de aqui:
oCol := ::aCols[ ATail( ::aDisplay ) ]

Parece que ATail( ::aDisplay ) esta devolviendo nil
by Antonio Linares
Wed Nov 16, 2022 8:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas xbrowse 2210 (xharbour)
Replies: 2
Views: 407

Re: xHarbour to Harbour

Override Method MouseWheel In Class TXBrowse With XBr_MWhl
Override Method Copy In Class TGet With Cpy_

here - METHOD error
................................................................

atail(a_sp[len(a_sp),2]):=aclone(Str_Arr(dim[st,2,zz], chr(166)))

here - () error
by Natter
Fri May 27, 2022 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 21
Views: 1224

Re: Wine under Mac with FWH app

... lines than yours. Anyhow, the error that you get comes from TEXPLORERBAR:CHECKSCROLL() and the only place where nTop is used is here: oLastItem = ATail( ::aPanels ) ... oLastItem:nTop so it seems as oLastItem is nil. If you could post a screenshot of your explorerBar then it may be easier to spot ...
by Antonio Linares
Fri May 13, 2022 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wine under Mac with FWH app
Replies: 7
Views: 514

Re: Bug in Harbour ATAIL()

Tried with Clipper: same error. Ok, I'm going to change my source code...

EMG
by Enrico Maria Giordano
Fri Feb 25, 2022 1:33 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Harbour ATAIL() [False report]
Replies: 11
Views: 2318

Re: Bug in Harbour ATAIL()

Unfortunately, I can't test it with Clipper. Can you?

EMG
by Enrico Maria Giordano
Fri Feb 25, 2022 12:00 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Harbour ATAIL() [False report]
Replies: 11
Views: 2318

Re: Bug in Harbour ATAIL()

Dear Enrico,

There are already four answers in the conversation, please review them
by Antonio Linares
Fri Feb 25, 2022 11:29 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Harbour ATAIL() [False report]
Replies: 11
Views: 2318

Re: Bug in Harbour ATAIL()

Dear Enrico,

I just reported it into the Harbour's developers group:

https://groups.google.com/g/harbour-devel/c/ZPvgH-Lt1sY/m/w5z0BUQSAgAJ

many thanks for your great feedback
by Antonio Linares
Fri Feb 25, 2022 10:38 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Harbour ATAIL() [False report]
Replies: 11
Views: 2318

Re: Bug in Harbour ATAIL()

It has not been corrected as lastest commit was on Apr 28, 2021:

https://github.com/harbour/core/commits/master
by Antonio Linares
Fri Feb 25, 2022 10:29 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Harbour ATAIL() [False report]
Replies: 11
Views: 2318

Re: Bug in Harbour ATAIL()

Sorry, I'm not following Harbour development. I don't even know if this bug has been corrected in the latest version.

EMG
by Enrico Maria Giordano
Fri Feb 25, 2022 8:55 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Harbour ATAIL() [False report]
Replies: 11
Views: 2318

Re: Bug in Harbour ATAIL()

Dear Enrico, Harbour and xHarbour source code for ATail() are the same, so we need to keep searching where the difference comes from. I would say that the compiler parser does not allows it, so we need to modify Harbour syntax rules. You should report ...
by Antonio Linares
Fri Feb 25, 2022 7:10 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Harbour ATAIL() [False report]
Replies: 11
Views: 2318

Re: Bug in Harbour ATAIL()

I forgot to mention that this works fine using xHarbour:

Code: Select all  Expand view
ATAIL( aArray ) = xValue


EMG
by Enrico Maria Giordano
Thu Feb 24, 2022 5:46 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Harbour ATAIL() [False report]
Replies: 11
Views: 2318

Re: Bug in Harbour ATAIL()

From Clipper docs: ATAIL() Return the highest numbered element of an array ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Syntax ATAIL(<aArray>) --> Element Arguments <aArray> is the array. ...
by Enrico Maria Giordano
Thu Feb 24, 2022 5:45 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Harbour ATAIL() [False report]
Replies: 11
Views: 2318

Re: Bug in Harbour ATAIL()

Dear Enrico,

You can not assign a value to a value, so it seems as the error is correct. It is like doing:

nil = nil

Anyhow, if the returned value is an object with a redefined "=" or ":=" operator, then it should accept it
by Antonio Linares
Thu Feb 24, 2022 4:40 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Harbour ATAIL() [False report]
Replies: 11
Views: 2318

Bug in Harbour ATAIL() [False report]

This is a sample of the problem: FUNCTION MAIN()    LOCAL aArray[ 10 ]    ATAIL( aArray ) = 123    ? aArray[ 10 ]    INKEY( 0 )    RETURN NIL I get Harbour 3.2.0dev (r2104281802)Copyright (c) 1999-2021, https://harbour.github.io/BUG.prg(5) ...
by Enrico Maria Giordano
Thu Feb 24, 2022 1:06 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Harbour ATAIL() [False report]
Replies: 11
Views: 2318
Next

Return to advanced search