Thank you in advance for any help. I have not used foxpro since the mid 80s. I have not even programmed in over 10 years but I have a problem and want to use VFP.
I have 2 tables with different structures; CP and Inspections. Both have an orderno.
I want to use table CP and loop through it
If the record is found in Inspections then replace with values from CP
does someone have an example of a similar program ?
I am not sure if I do a do while not EOF then a scan, endscan ?
I have 2 tables with different structures; CP and Inspections. Both have an orderno.
I want to use table CP and loop through it
If the record is found in Inspections then replace with values from CP
does someone have an example of a similar program ?
I am not sure if I do a do while not EOF then a scan, endscan ?