Append From- RESOLVED

Append From- RESOLVED

Postby Silvio.Falconi » Mon Sep 02, 2019 10:09 pm

a sample of append from ( two dbf same structure)

thanks
Last edited by Silvio.Falconi on Tue Sep 03, 2019 2:50 pm, edited 1 time in total.
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6849
Joined: Thu Oct 18, 2012 7:17 pm

Re: Append From

Postby wmormar » Tue Sep 03, 2019 12:47 am

Silvio,

USE test1 EXCLUSIVE
APPEND FROM test2
CLOSE DATABASES

USE test1
xbrowse()

Saludos
William, Morales
Saludos

méxico.sureste
User avatar
wmormar
 
Posts: 1074
Joined: Fri Oct 07, 2005 10:41 pm
Location: México

Re: Append From

Postby ukoenig » Tue Sep 03, 2019 7:46 am

Silvio,

I think You changed to TDatabase

oData := TDatabase():New( , "CUST1", "DBFCDX", .F. ) // exclusive
oData:use()
// AppendFrom( cFile, aFields, bFor, bWhile, nNext, nRec, lRest )
oData:AppendFrom( "CUST2" )
oData:Close()
oData := TDatabase():New( , "CUST1", "DBFCDX", .T. ) // shared
oData:use()
xBrowse(oData)


regards
Uwe :?:
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
ukoenig
 
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany

Re: Append From

Postby Silvio.Falconi » Tue Sep 03, 2019 1:51 pm

thanks i wish tdatabase
the function of conversion of dbf also not run ok and i tried also with tdatabase while with normal ( silvio->) it is ok
this afternoon i will try it
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6849
Joined: Thu Oct 18, 2012 7:17 pm

Re: Append From

Postby Silvio.Falconi » Tue Sep 03, 2019 2:50 pm

RESOLVED
NOT NEED APPEND FROM
now I can converte all database on my dbf :)
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6849
Joined: Thu Oct 18, 2012 7:17 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 45 guests