Hello friends
How to display the table name with a
oCon: backup, together with the meter
Regards
Display table names with oCn:backup
- Willi Quintana
- Posts: 1025
- Joined: Sun Oct 09, 2005 10:41 pm
- Location: Cusco - Perú
- Contact:
Re: Display table names with oCn:backup
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)})
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)})
- Willi Quintana
- Posts: 1025
- Joined: Sun Oct 09, 2005 10:41 pm
- Location: Cusco - Perú
- Contact: