Hi,

the error has nothing to do with your field "Carrier". In the where
clause you refer to InventJournalTrans but there is no
InventJournalTrans object in the scope of your display method.

try something like this, of course you have to change
initialization of InventJournalTrans according to your needs :-)


static void Job31(Args _args)
{
InventJournalTrans  InventJournalTrans;

select InventJournalTrans; // change!!

print (select Carrier from InventJournalTable where
InventJournalTable.JournalId == InventJournalTrans.JournalId).Carrier;
pause;
}

Regards,
Onno







Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to