bug in FW 13.04 xBrowse

bug in FW 13.04 xBrowse

Postby lucasdebeltran » Sun May 05, 2013 5:11 pm

Hello,

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

Code: Select all  Expand view
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.
User avatar
lucasdebeltran
 
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am

Re: bug in FW 13.04 xBrowse

Postby nageswaragunupudi » 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: Select all  Expand view
( 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
User avatar
nageswaragunupudi
 
Posts: 10306
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: bug in FW 13.04 xBrowse

Postby lucasdebeltran » Mon May 06, 2013 6: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.
User avatar
lucasdebeltran
 
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am

Re: bug in FW 13.04 xBrowse

Postby lucasdebeltran » Tue May 07, 2013 8: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.
User avatar
lucasdebeltran
 
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am

Re: bug in FW 13.04 xBrowse

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 41393
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: bug in FW 13.04 xBrowse

Postby lucasdebeltran » Wed May 08, 2013 6: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.
User avatar
lucasdebeltran
 
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am

Re: bug in FW 13.04 xBrowse

Postby lucasdebeltran » 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.
User avatar
lucasdebeltran
 
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am

Re: bug in FW 13.04 xBrowse

Postby Antonio Linares » Fri May 17, 2013 7: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
User avatar
Antonio Linares
Site Admin
 
Posts: 41393
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: bug in FW 13.04 xBrowse

Postby lucasdebeltran » Fri May 17, 2013 7: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.
User avatar
lucasdebeltran
 
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am

Re: bug in FW 13.04 xBrowse

Postby nageswaragunupudi » Mon May 27, 2013 4:39 pm

Since Fixed
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10306
Joined: Sun Nov 19, 2006 5:22 am
Location: India


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 35 guests