FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Display table names with oCn:backup
Posts: 1054
Joined: Sun Oct 09, 2005 10:41 PM
Display table names with oCn:backup
Posted: Wed Dec 29, 2021 04:28 PM

Hello friends
How to display the table name with a
oCon: backup, together with the meter
Regards

Posts: 1067
Joined: Wed Nov 09, 2005 02:17 AM
Re: Display table names with oCn:backup
Posted: Wed Dec 29, 2021 08:39 PM

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)})

Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Posts: 1054
Joined: Sun Oct 09, 2005 10:41 PM
Re: Display table names with oCn:backup
Posted: Sun Jan 09, 2022 12:37 AM

Vilian, thanks, run perfect....

Continue the discussion