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 ?
fw_arratoDbf l and progress
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
fw_arratoDbf l and progress
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: fw_arratoDbf l and progress
Code: Select all
FW_ArrayToDBF( aData, cFieldList, bProgress, lOverWrite, lRecallDeleted, bTrigger )
But the function executes so fast that providing meter is meaningless.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: fw_arratoDbf l and progress
thanksssssssssssssssssssssssss
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: fw_arratoDbf l and progress
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)
LOCAL bprogress := { || ( oProgress:SetPos( npos++ ),;
SysRefresh() ) }
oProgress:SetRange( 0, len(aData) )
oProgress:SetPos( 0 )
oLotto2:fw_ArrayToDBF( aData,,bProgress)
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC