Hi
In a report I have Input field Sub Cost Centre . I want list should also appear so that user can select also. Table is Requistion line. Similarly I want for Item Code.
Thanks
*This post is locked for comments
Hi
In a report I have Input field Sub Cost Centre . I want list should also appear so that user can select also. Table is Requistion line. Similarly I want for Item Code.
Thanks
*This post is locked for comments
You can write as follows
mitem.setfilter (mitem."no.",'<>%1','');
fItemList.fLimitAllowedItems(mSalesHeader);
fItemList.LOOKUPMODE(TRUE);
IF fItemList.RUNMODAL=ACTION::LookupOK THEN
BEGIN
fItemList.GETRECORD(mItem);
VALIDATE("No.",mItem."No.");
END;
Define variables
Hi
Can u pls help with some code. In case of item also this has to be done.
Thanks
Write a codd om onlookup trigger to get the list