Welcome, Guest. Please Login.
05/25/25 at 22:02:07
News:
Home Help Search Login


Pages: 1
Send Topic Print
AP Vendor List (Read 414 times)
friske13
Browser
*


Cats rule!

Posts: 9
AP Vendor List
02/23/05 at 09:47:16
 
Does anyone know how to print a complete list of vendors that shows each vendor's payment terms?
 
Thanks, and have a great day!
 
Bonnie
Back to top
 
 
Email   IP Logged
Tim Keating
Senior Member
****


DBA CLASSIC WIN 2000
C/S

Posts: 298
Re: AP Vendor List
Reply #1 - 02/23/05 at 15:38:38
 
I don't see any report with that info.  If you were to export using DE-A;
 
File is BKAPVEND.Bxx
 
Fields are
BKAP_VENDCODE (Vender Code)
BKAP_VENDNAME (Vendor Name)
BKAP_TERMS_NUM (Terms ID Number)
 
I could not locate that file that links the terms ID number to the text.  Maybe someone else knows.
Back to top
 
 

Tim Keating
Motor Guard Corporation
Email WWW   IP Logged
kevind
Active Member
*****


I was more than
willing to
"pony up",
how b'out U?

Posts: 634
Gender: male
Re: AP Vendor List
Reply #2 - 02/24/05 at 09:32:44
 
The Terms Text is contained in the 1 record of BKSYMSTR.Bxx.
 
They are in the BKSY_TERMS array (1 - 20).
 
In the ODBC world, these field names are:
BKSY_TERMS_1
BKSY_TERMS_2
.
.
BKSY_TERMS_20
 
To get to these values in Crystal, you can do a != link between the BKAPVEND.BKAP_VENDCODE and BKSYMSTR.BKSY_TERMS_1.  This will cause this one record in BKSYMSTR to be returned in the result set.
 
Next, you make a Crystal function that assigns all the BKSY_TERMS_X values to a global crystal stringvar array.
 
To display the Terms text, make another crystal function that returns the BKAP_TERMS_NUM element of the global array.
 
 
Here is a sample in Crystal V10:
http://spectronics.com/dba/venterms.zip
 
Back to top
 
 

Kevin Damke
Spectronics Corporation
ISTECH 2004.1 7/26/13 SP1 - 20 user
Evo-ERP Build 7/25/13 T7 -7i R6 - 3 user
(Prev version was 2004.1 10/24/12)
(All Patches Installed as of 7/26/13)
Pervasive 2000i SP4 - Crystal Reports V10
Email WWW   IP Logged
Pages: 1
Send Topic Print