i need some help on this please. i have 4 tables in a dbc ie
sales.dbf cdx custid,prodid and agtid,
customers.dbf cdx custid,
products.dbf cdx prodid and
agents.dbf cdx agtid.
i tried setting the relationship in the data environment with
select sales
set relation to custid into customers
set relation to prodid into products additive
set relation to agtid into agents additive
select customers
when i run the form, the error message is "customer is not related to the current workarea". i would like to know what happens here and how i can solve it? ta.
i've tried adding set skip to customers but it didn't solve it.
sales.dbf cdx custid,prodid and agtid,
customers.dbf cdx custid,
products.dbf cdx prodid and
agents.dbf cdx agtid.
i tried setting the relationship in the data environment with
select sales
set relation to custid into customers
set relation to prodid into products additive
set relation to agtid into agents additive
select customers
when i run the form, the error message is "customer is not related to the current workarea". i would like to know what happens here and how i can solve it? ta.
i've tried adding set skip to customers but it didn't solve it.