|
I've got a file with "bill to" and "ship to" information in additionto
other fields.'Customer')
So for instance
A OTHERFLD1 10A
A OTHERFLD1 10A
A BTCUSTOMER 6S 0 COLHDG('Bill To'
A BTNAME 30A COLHDG('Bill to' 'Name')1')
A BTADDRESS1 30A COLHDG('Bill to' 'Address
A STCUSTOMER 6S 0 COLHDG('Ship To''Customer')
A STNAME 30A COLHDG('Ship to' 'Name')1')
A STADDRESS1 30A COLHDG('Ship to' 'Address
can
I'd really like to get the Bill to/ship to fields into an array so I
easily load them without repeating the evals.I
something like:
Cust(1) = GetCustinfo(wBtCustomer);
Cust(2) = GetCustInfo(wStCustomer);
//eval-corr here perhaps?
I think I remeber a way to do it, but my memory is a little rusty and
might be missing an easier way enable by recent enhancements.
So I thought I'd throw this out to the group. I'm running 7.1 w/TR 7.
Thanks!
Charles
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.