Search found 107 matches

by concentra
Fri Feb 03, 2012 12:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: WBrowse changes the current file record by itself
Replies: 20
Views: 3139

Re: WBrowse changes the current file record by itself

As Enrico has pointed, the problem comes from changing the focus meanwhile the browse is working. If you need to check some values, etc. you can use the function LogFile() or change the caption of the window, etc. Use other ways to report info without interfering with the focus :-) Hi Antonio. Sorr...
by concentra
Fri Feb 03, 2012 11:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: WBrowse changes the current file record by itself
Replies: 20
Views: 3139

Re: WBrowse changes the current file record by itself

Ok Antonio.

And what about this bug ?
Wbrowse changing the file record by itself is a huge issue to me...

[[]] Maurício Faria
by concentra
Fri Feb 03, 2012 10:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: WBrowse changes the current file record by itself
Replies: 20
Views: 3139

Re: WBrowse changes the current file record by itself

Enrico Maria Giordano wrote:Great! :-)
Not so greate since it do not work all the time !
The alerts are there to prove.

Is wbrowse deprecated to xbrowse ? Should I remove it from my apps ?
by concentra
Thu Feb 02, 2012 11:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: WBrowse changes the current file record by itself
Replies: 20
Views: 3139

Re: WBrowse changes the current file record by itself

Enrico Maria Giordano wrote:Please remove the ALERTs and replace Refresh() with UpStable().
Ok, in this way it works as expected.
But why it do not with the alerts ?
And I tried UpStable() in my application, the one i got the problem, and it didn't work, in fact the problem was greater with it !
by concentra
Thu Feb 02, 2012 10:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: WBrowse changes the current file record by itself
Replies: 20
Views: 3139

Re: WBrowse changes the current file record by itself

And I compiled it with xHarbour.com commercial version and the problem is still there...
by concentra
Thu Feb 02, 2012 10:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: WBrowse changes the current file record by itself
Replies: 20
Views: 3139

Re: WBrowse changes the current file record by itself

Enrico Maria Giordano wrote:Your sample shows 2 and 2 here using FWH 11.11.
If you repeat the process of clicking and typing a few times does the problem shows ?
Thanks for your help !
by concentra
Thu Feb 02, 2012 10:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: WBrowse changes the current file record by itself
Replies: 20
Views: 3139

Re: WBrowse changes the current file record by itself

Enrico Maria Giordano wrote:Your sample shows 2 and 2 here using FWH 11.11
Ok. I am using October 2011 version...
What version of Harbour ?
May I send you my EXE in order to you test ? And could you send me yours ?
The problem doesn't occur all the time...
by concentra
Thu Feb 02, 2012 9:40 am
Forum: FiveWin for Harbour/xHarbour
Topic: WBrowse changes the current file record by itself
Replies: 20
Views: 3139

Re: WBrowse changes the current file record by itself

Hi Enrico. I don't understand. Can you build a sample showing the problem, please? The sample is part of the message... The sample generates a DBF, indexes, and shows it in a wbrowse. Run the sample, click on record showing 16 ( 7th record ) and then type 11 that seeks "11" in DBF that is ...
by concentra
Wed Feb 01, 2012 5:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: WBrowse changes the current file record by itself
Replies: 20
Views: 3139

WBrowse changes the current file record by itself

In some situations, WBrowse changes the current file record by itself... Is this the expected behavior ? In the sample, left click in 16 and after that type 11. Harbour 3.1.0dev (Rev. 17102) FiveWin Harbour October 2011 #INCLUDE "FIVEWIN.CH" FUNCTION MAIN()    GenerateTestFile()    cCodigo...
by concentra
Tue Jan 31, 2012 9:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in wbrowse
Replies: 4
Views: 914

Re: Bug in wbrowse

Hi.
Antonio, could you inspected this ?
I am insisting in it because the browse also moves the current file record by itself, causing unpredictable behavior.

Regards,

Maurício Ventura Faria
by concentra
Fri Jan 27, 2012 12:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in wbrowse
Replies: 4
Views: 914

Re: Bug in wbrowse

MarcoBoschi wrote: obrw:gotop()
before
IF ! EMPTY(cCodigo) .AND. TESTBRW->( DBSEEK( cCodigo ) )
In this way mouse clicking does not function.
And this not so good...
by concentra
Fri Jan 27, 2012 10:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in wbrowse
Replies: 4
Views: 914

Bug in wbrowse

Hi. Seems I found a bug in wbrowse when moving the file pointer. If I change the current record of the browsed file and call a refresh ,the wbrowse goes to new record position as expected. Until a mouse click is used to change the current wbrowse position, in some circumstances. In the sample I prov...
by concentra
Wed Nov 30, 2011 10:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: Code that used to work fails
Replies: 7
Views: 959

Re: Code that used to work fails

Thanks Antonio.
But the DIALOG.PRG I have isn't the same as yours, the lines aren't the same...
Could you send me the full DIALOG.PRG ?

Maurício Faria
by concentra
Tue Nov 29, 2011 4:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Code that used to work fails
Replies: 7
Views: 959

Re: Code that used to work fails

No, didn't work.

Harbour 3.1.0dev (Rev. 17102).
gcc (tdm-1) 4.5.2-dw2
FW 11.10
by concentra
Tue Nov 29, 2011 11:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: Code that used to work fails
Replies: 7
Views: 959

Code that used to work fails

Antonio, the folowing code used to work in a previous version and isn't working anymore. The text and the title do not change and the dialog isn't centered. Note the NOWAIT clause. The previous version was 09.11 using xHarbour.com's Pelles C and now I am using Harbour 11.10 + MinGw. I was unable to ...