Hi all,
I'm trying to add dialog field to my report, code is below :

public Object dialog()
{

    DialogRunBase   dialog = super();
    ;
    dialog.addGroup("Range");
    dialogTaxInvNo = dialog.addField(typeid
(MLR_LedgerJournalTrans),"Tax Invoice :","Tax Invoice Number");

    return dialog;
}

I've created an EDT called MLR_LedgerJournalTrans which relate to
table LedgerJournalTrans. When I execute the class, it did shows a
new textbox with LookUp to table LedgerJournalTrans, only the
problem is what I really want is to filter some of the record so for
example only show records with CurrencyCode "EUR".

can someone help me, please... :)

many thanks,
Anton










Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to