I have a table called MyTable with the Field SalesId.
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

Reply via email to