I add a field 'OprNum' to ProdTable and want to join two tables
(ProdTable & ProdRoute) by ProdId & OprNum. When I add this relation
on top of the original one in ProdRoute. The original relation is
ProdRoute.ProdId == ProdTable.Prodid. I modify it as
ProdRoute.ProdId == ProdTable.Prodid , ProdRout.OprNum ==
ProdTable.OprNum. It work fine in my query but when I open the route
info at 'Production = > Production Orders = > Route'. It displays
nothing. So in order not to affect the original function in Axapta,
I want to set the relation when I run the query and delete it after
run the query. Did I make anything wrong ? Do you have any
workarounds ?
Thank you for your help.
Regards.
Kenneth.
--- In [EMAIL PROTECTED], "Steeve Gilbert"
<[EMAIL PROTECTED]> wrote:
> You can use TreeNode object to browse through the AOT and add the
relation to the table : kerndoc://Classes/TreeNode
>
> But why would you want to do this?
>
> Steeve...
>
>
> -----Message d'origine-----
> De? kamchung322 [mailto:[EMAIL PROTECTED]
> Envoy?: 20 septembre 2004 05:41
> ?: [EMAIL PROTECTED]
> Objet? [development-axapta] Set table relations at run - time
>
> Hi,
>
> Is it possible to set the table relations at run time ? Where can I
> find the example ?
>
> Thanks.
>
> Kenneth.
>
>
>
>
>
> Yahoo! Groups Links
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

