Hello friends
How to display the table name with a
oCon: backup, together with the meter
Regards
Hello friends
How to display the table name with a
oCon: backup, together with the meter
Regards
Hi Willi,
Please, Try It:
oCN:Backup(aFiles,cDirBack + cFileBak+".bkp",{|cTable,nPos,nTot| oSay:SetText( "Copying "+Upper(cTable)+"..." ), oMtr:Set( (nPos / nTot) * 100 ),SysWait(0.1)})
Vilian, thanks, run perfect....