Page 1 of 1
fw_arratoDbf l and progress
Posted: Wed Sep 11, 2019 11:00 am
by Silvio.Falconi
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 ?
Re: fw_arratoDbf l and progress
Posted: Thu Sep 12, 2019 4:57 pm
by nageswaragunupudi
Code: Select all
FW_ArrayToDBF( aData, cFieldList, bProgress, lOverWrite, lRecallDeleted, bTrigger )
3rd parameter is bprogress
But the function executes so fast that providing meter is meaningless.
Re: fw_arratoDbf l and progress
Posted: Thu Sep 12, 2019 5:32 pm
by Silvio.Falconi
thanksssssssssssssssssssssssss
Re: fw_arratoDbf l and progress
Posted: Fri Sep 13, 2019 9:54 am
by Silvio.Falconi
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)