I want to populate that table with data retrieved from
SalesTableLinks which the SubSalesId.
I already know how to retrieve the data from SalesTableLinks, in
which I used this coding :
=======================================================
SalesTableLinks SalesTableLinks;
SalesId SalesId;
str temp[10];
int i;
super();
SalesTableLinks = SalesTableLinks::subSalesTableLink
(OALManufactureSlip.SalesId);
=======================================================
Does any body know how this done?
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.

