FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Index-build using ORDCREATE(... with progressbar ?
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM

Index-build using ORDCREATE(... with progressbar ?

Posted: Sat Feb 01, 2014 03:45 PM
Hello,

is it possible to add a PROGRESSBAR, building a index with ORDCREATE ?
ORDCREATE builds just ONE index < CUST.cdx > with embedded CUST1, CUST2 and CUST3

DBSELECTAREA("CUST")

ORDCREATE( ,"CUST1","CUST_NO", {|| CUST_NO } , .F. )
ORDCREATE( ,"CUST2","LAST", {|| LAST } , .F. )
ORDCREATE( ,"CUST3","STATE", {|| STATE } , .F. )

("CUST")->(DBSETORDER(1))
DBGOTOP()


Best regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM

Re: Index-build using ORDCREATE(... with progressbar ?

Posted: Sat Feb 01, 2014 07:27 PM
Uwe,

ukoenig wrote:Hello,

is it possible to add a PROGRESSBAR, building a index with ORDCREATE ?


Yes, you have to use OrdCondSet() function.

EMG
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM

Re: Index-build using ORDCREATE(... with progressbar ?

Posted: Sat Feb 01, 2014 09:04 PM
Enrico,

I only found the function < IndexBuilder() > in DBU.
I could try to use the logic from there.
I want to include it in my new RELATION-test, Im' still working on, to include the Index-PROGRESSBAR.

Footer total on NORMAL relation



Footer total on SELECTIVE relation



Best regards
Uwe :-)
Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.
Posts: 4043
Joined: Wed Dec 19, 2007 06:40 PM

Re: Index-build using ORDCREATE(... with progressbar ?

Posted: Thu Feb 06, 2014 06:59 PM

solution included in :

viewtopic.php?f=3t=28048

best regards
Uwe :lol:

&

Since 1995 ( the first release of FW 1.9 )

i work with FW.

If you have any questions about special functions, maybe i can help.

Continue the discussion