where I can see a sample for FW_DbfToArray and FW_ArrayToDBF
I Must insert record of two dbf into a array sample aTelefono
I made :
SELECT CL
CL->(DbGoTop())
aTelefono_clienti:=CL-> (FW_DbfToArray(,{ || oProgress:Setpos( ++nProgress ), .t. }))
SELECT PR
PR->(DbGoTop())
aTelefono_Fornitori:=PR-> (FW_DbfToArray(,{ || oProgress:Setpos( ++nProgress ), .t. }))
ACopy( aTelefono_clienti, aTelefono_Fornitori)
but not run ok
Now I have two array but I must create only one and then I must create a dbf from this one
how I can make it ?
I Must insert record of two dbf into a array sample aTelefono
I made :
SELECT CL
CL->(DbGoTop())
aTelefono_clienti:=CL-> (FW_DbfToArray(,{ || oProgress:Setpos( ++nProgress ), .t. }))
SELECT PR
PR->(DbGoTop())
aTelefono_Fornitori:=PR-> (FW_DbfToArray(,{ || oProgress:Setpos( ++nProgress ), .t. }))
ACopy( aTelefono_clienti, aTelefono_Fornitori)
but not run ok
Now I have two array but I must create only one and then I must create a dbf from this one
how I can make it ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 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
I use : FiveWin for Harbour March-April 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