emulate ordscope on array

Post Reply
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

emulate ordscope on array

Post by Silvio.Falconi »

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

Image

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

Image

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
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Post Reply