Page 1 of 1

hbsix.lib

Posted: Fri Mar 07, 2008 7:04 am
by patili
Hi,
i am actually using Fivewin, clipper and Hypersix RDD in my app (network 5 stations in a veterinary clinic)
I am using many functions of hypersix ( sx_setscope(), sx_keycount()....)
I wish to transfer to Harbour. Would this hbsix.lib (in Harbour) help me to use my actual code?
Thanks for your help

Re: hbsix.lib

Posted: Fri Mar 07, 2008 8:44 am
by Patrick Mast
patili wrote:Hi,
i am actually using Fivewin, clipper and Hypersix RDD in my app (network 5 stations in a veterinary clinic)
I am using many functions of hypersix ( sx_setscope(), sx_keycount()....)
I wish to transfer to Harbour. Would this hbsix.lib (in Harbour) help me to use my actual code?
Good decision! ;-)

Now, if you are used to use the SIX library, I recommend you take a look at xHarbour.com's distribution of xharbour.com. It has a RMDBFCDX.lib which is a Fast Filter RDD lib, just like SIX was/is for Clipper. Even better, it has all SIX functions/commands, ready for you to use in xHarbour.

Simple :)

Patrick