I have two arrays and I have to save them in two dbf
the two arrays are linked by a nItem code
If I had two dbf I would know how to do it using ordscope but with arrays I don't know how to do it
Main Array I must save on invoice.dbf
On first array
First column ----> nItem (as secondary array)
Second column ----> type Item
Third column ----> date
fourth column ----> date
Secondary Array I must save on articles.dbf
nItem is the first column on each arrays
On second array
First column ----> nItem (of first array)
Second column ----> button number
Third column ----> line number on the invoice
fourth column ----> product description
fifth column ----> product price
sixth column ----> product image
seventh column ----> product type