FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour bug in FW 13.04 xBrowse
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
bug in FW 13.04 xBrowse
Posted: Sun May 05, 2013 05:11 PM
Hello,

In FW 13.04 this code in xBrowse goes to previous row, but it must be on the same row:

Code (fw): Select all Collapse
if MsgYesNo("Want to Add new Record?","New Record in "+cAlias)

   APPEND BLANK
   oBrw:refreshCurrent()
   oBrw:GoLeftMost()

   oBrw:Refresh()
   oBrw:aCols[ 4 ]:Edit()
endif



Bad in FW 13.04:
http://tinypic.com/r/314pa4g/5


In previous FW 13.03 it was OK.

Thank you.
Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producci贸n]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: bug in FW 13.04 xBrowse
Posted: Mon May 06, 2013 12:22 AM
There is no change in 13.04 and this code is working fine for me here with the new version
Code (fw): Select all Collapse
( oBrw:cAlias )->( DbAppend() )
oBrw:GoLeftMost()
oBrw:Refresh()
oBrw:aCols[ 2 ]:Edit()


I have not used APPEND BLANK to make sure that the append takes place on the alias being browsed.
Regards



G. N. Rao.

Hyderabad, India
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: bug in FW 13.04 xBrowse
Posted: Mon May 06, 2013 06:35 AM

Mr. Nages,

Thank you for reply. It is not working.

Please, tell me your email to send you a full simple.

Thanks.

Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producci贸n]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: bug in FW 13.04 xBrowse
Posted: Tue May 07, 2013 08:07 AM

Mr. Nages,

Did you receive my sample test I send to your mail?.

It worked fine with previous versions.

It is quite urgent, thank you.

Best regards,

Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producci贸n]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: bug in FW 13.04 xBrowse
Posted: Tue May 07, 2013 11:43 AM

Lucas,

Please provide a small and self contained example that reproduces what you describe, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: bug in FW 13.04 xBrowse
Posted: Wed May 08, 2013 06:42 AM

Antonio,

I sent it yesterday. Did you receive it ?.

Thank you.

Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producci贸n]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: bug in FW 13.04 xBrowse
Posted: Thu May 16, 2013 11:25 AM

Hello,

Any news please?.

Thanks.

Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producci贸n]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: bug in FW 13.04 xBrowse
Posted: Fri May 17, 2013 07:34 PM

Lucas,

I missed your email and your post, sorry :-(

Have you tried with this change ?

( oBrw:cAlias )->( DbAppend() )
oBrw:GoBottom()
oBrw:RefreshCurrent()
oBrw:GoLeftMost()
oBrw:aCols[ 4 ]:Edit()

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: bug in FW 13.04 xBrowse
Posted: Fri May 17, 2013 07:37 PM

Antonio,

Yes, no luck.

But Mr. Nages is aware of the bug and he is working on it, as he told me by mail some days ago.

Thanks.

Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producci贸n]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: bug in FW 13.04 xBrowse
Posted: Mon May 27, 2013 04:39 PM

Since Fixed

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion