Hi all;

Code below doesn't work? I think, it tries to choose line but no line
choosen in purchparmline table?

Any Help?? Thanks..

static void PurchPost(Args _args)
{
    salesTable st;
    SalesLine sl,int_sl;
    SalesTable int_st;
    PurchTable p;
    PurchLine pl;
    PurchFormLetter_PackingSlip purchFormLetter =
purchFormLetter::construct(DocumentStatus::PackingSlip);
    ;
     Select p where p.PurchId like "00000058_056";
     if(p)
     {

purchFormLetter.update(p,"",systemDateGet(),PurchUpdate::All,AccountOrde
r::None,NoYes::No,NoYes::No);
     }
}





Yahoo! Groups Links

Reply via email to