FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour fw_arratoDbf l and progress
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
fw_arratoDbf l and progress
Posted: Wed Sep 11, 2019 11:00 AM

If I have a fw_arratoDbf()

sample

oArchivio:fw_arraytodbf(adata)

can insert a refer to a TProgress, and how ?

and if I have an Aeval function can insert the position of the tprogress ?

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: fw_arratoDbf l and progress
Posted: Thu Sep 12, 2019 04:57 PM
Code (fw): Select all Collapse
FW_ArrayToDBF( aData, cFieldList, bProgress, lOverWrite, lRecallDeleted, bTrigger )


3rd parameter is bprogress

But the function executes so fast that providing meter is meaningless.
Regards



G. N. Rao.

Hyderabad, India
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: fw_arratoDbf l and progress
Posted: Thu Sep 12, 2019 05:32 PM

thanksssssssssssssssssssssssss

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: fw_arratoDbf l and progress
Posted: Fri Sep 13, 2019 09:54 AM

sorry Nages I tried but not happend any
LOCAL bprogress := { || ( oProgress:SetPos( npos++ ),;
SysRefresh() ) }

oProgress:SetRange( 0, len(aData) )
oProgress:SetPos( 0 )

oLotto2:fw_ArrayToDBF( aData,,bProgress)

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion