xBrowse & SQLRDD

Re: xBrowse & SQLRDD

Postby elvira » Fri Jun 29, 2012 12:58 pm

Lucas,

I am afraid xHarbour.com is a failed company. It does still offer a compiler compiled with Pelles, no 64 bits version, no support... It is mainly runned by Patrick Mast.

But what I want to share is that our company purchased SQLRDD a couple of years before. We had several issues and we did not get a reply from Patrick. We sent many many emails but not reply. We quit SQLRDD.

He is not a serious busssiness man. And, in some kind, the product is a scam. It is very evident in the experience shared by Lucas that he does not provide a working demo and he does not reply the mails too.

The best tip to do with SQLRDD from xHarbour.com and Patrick Mast is just ignore it. Very soon the site will close.

Opposite, we always get very good support from Fivetech with our FTDN.


My two cents.
elvira
 
Posts: 516
Joined: Fri Jun 29, 2012 12:49 pm

Re: xBrowse & SQLRDD

Postby lucasdebeltran » Sat Jul 07, 2012 9:47 am

Hi,

With latest FWH 12.06, xBrowse does not work with SQLRDD.

Also, I edited source\xbrowse.prg and remote all calls to SQLRDD. It works better but not fine.

Mr. Rao, please can you look at this?.

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: xBrowse & SQLRDD

Postby lucasdebeltran » Sat Jul 07, 2012 2:46 pm

When I add a new record, the xbrowse displays the first record at the bottom of the browse and looks like there are 2 selected records. If I page up/page down, the browse resets and looks good. If i then move the mouse cursor outside of the browse, the browse corrupts again (first record at the bottom of the browse).

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: xBrowse & SQLRDD

Postby Blessed » Mon Jul 09, 2012 3:39 pm

That's common, I was presented with the FWH 10.10, with small lists, getting better with larger number of items.
I have understood, that the 11.11 that was solved, buy it, but still not able to set to work.
And working with the same version of xHarbour (Sep 2010) in both distributions, the 11.11 do not walk.
Not say with later versions of xHarbour.
Do not know if anyone has done work on the 11.11, with xHarbour of September 2010 or the version of November, 2011.
It would be helpful

Eso es comun, se me presenta con la FWH 10.10, con listas pequeñas, va mejorando con mayor numero de items.
Tengo entendido, que en la 11.11 eso se soluciono, la compre, pero aun no la logro poner a trabajar.
Y trabajando con la misma version de xHarbour (Sep 2010) en ambas distribuciones, la 11.11 no anda.
Ni digamos con versiones posteriores de xHarbour.
No se si alguien ha hecho trabajar la 11.11, con xHarbour de Sep-2010 o bien la version de Noviembre-2011.
Seria de mucha ayuda
Oscar A. Martinez
http://www.multisofthn.com
Honduras, Centro America
xHarbour Enterprise 1.2.2, Fivewin 13.06
User avatar
Blessed
 
Posts: 243
Joined: Wed Sep 19, 2007 4:32 pm
Location: Honduras, C.A.

Re: xBrowse & SQLRDD

Postby nageswaragunupudi » Tue Aug 21, 2012 12:10 pm

Can you please let me know what value OrdKeyNo() returns? Does this function return serial number of the row in the index order?
Regards

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

Re: xBrowse & SQLRDD

Postby PeterHarmes » Tue Aug 21, 2012 1:00 pm

OrdKeyNo does not work in SQLRDD. Apparently, there is no way of knowing this (from xHarbour.com)
PeterHarmes
 
Posts: 363
Joined: Wed Feb 15, 2006 2:06 pm
Location: Oxford, England

Re: xBrowse & SQLRDD

Postby nageswaragunupudi » Tue Aug 21, 2012 2:03 pm

PeterHarmes wrote:OrdKeyNo does not work in SQLRDD. Apparently, there is no way of knowing this (from xHarbour.com)

I am testing with sqlrdd demo version that I downloaded recently.
OrdKeyCount() is returning the number of records and appears to honor filters.

The function OrdKeyNo() also does exist. But it always returns 0.0 with the demo version.

I wanted to know the results from SQLRDD users who are using the latest regular version.

With the demo version I faced another problem. When I tried to read the dbf in a do while loop, the first few rows are repeated over and over and it never reached eof().

I thought it better to ascertain the correct functionality of the Ord**() functions from users of latest regular RDD.
Regards

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

Re: xBrowse & SQLRDD

Postby PeterHarmes » Tue Aug 21, 2012 2:28 pm

I had to modify xBrowse to work with SQLRDD - I can send you my version if you like.

The only limitation I have is when you multi select records, you must be using an index where the key would be unique ( on a transaction number/record number for example)

xBrowse seems to work very well with these modifications :)
PeterHarmes
 
Posts: 363
Joined: Wed Feb 15, 2006 2:06 pm
Location: Oxford, England

Re: xBrowse & SQLRDD

Postby lucasdebeltran » Tue Aug 21, 2012 2:49 pm

Mr. Nages,

OrdKeyNo() does not exist in SQLRDD. It always returns 0, it is fine as their authors say.
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: xBrowse & SQLRDD

Postby nageswaragunupudi » Tue Aug 21, 2012 3:18 pm

PeterHarmes wrote:I had to modify xBrowse to work with SQLRDD - I can send you my version if you like.

The only limitation I have is when you multi select records, you must be using an index where the key would be unique ( on a transaction number/record number for example)

xBrowse seems to work very well with these modifications :)

Thanks. Please send to nageswaragunupudi@gmail.com
Regards

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

Re: xBrowse & SQLRDD

Postby Blessed » Fri Oct 12, 2012 7:19 pm

Hello Peter

PeterHarmes wrote:I had to modify xBrowse to work with SQLRDD - I can send you my version if you like.

The only limitation I have is when you multi select records, you must be using an index where the key would be unique ( on a transaction number/record number for example)

xBrowse seems to work very well with these modifications :)


With that version of FW and xHarbour Work?
Could you send a copy to my email: oscar.mriv@gmail.com
Thanks in advance
Oscar A. Martinez
http://www.multisofthn.com
Honduras, Centro America
xHarbour Enterprise 1.2.2, Fivewin 13.06
User avatar
Blessed
 
Posts: 243
Joined: Wed Sep 19, 2007 4:32 pm
Location: Honduras, C.A.

Previous

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 27 guests