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 | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

