The table with buyer groups is small and static? The cacheLookup
setting for this table should be EntireTable. Then it will not
introduce an overhead using a display method to print the
description of the buyer group. You could program the display method
on the PurchTable and use it in your report. The method could look
like this:

display  Name buyerGroupName()
{
    return buyerGroup::Find(this.buyerGroupId).Name;
}

Best regards,
Bj�rn M�ller Pedersen
Thy Data Center Development A/S
http://development.thydatacenter.dk/

--- In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote:
>
>  Hi All,
>
> I hope this problem is appropriate for this group but I am having
a problem
> with adding a field to purchase orders and need help.
>
> I am trying to modify the Purchase Order to print Buyer Group ID
and
> Description. The Buyer Group ID is printing fine but the
Description is not
> coming out.
>
> Listed below is what I did to get the Buyer Group Description
>
>    Set up a project and dragged report PurchPurchaseOrder to it.
>
>    Added a new data source:   InventBuyerGroup.
>       Fetch Mode:       1:1
> Join Mode:  OuterJoin
>
>    Added a new Relationship:
>  VendorPurchaseOrderJour.ItemBuyerGroupID = =  
InventBuyerGroup.Group
>
> I have spent some time on this. Does anyone have a suggestion as
to what
> may be wrong or what I should check, etc?
>
> Thanks in advance for any help.
>
> Bob


Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to