Hello anton_tjiptadi,
�����������, 6 ������� 2004 �., you wrote:
a> I'm trying to add dialog field to my report, code is below :
a> public Object dialog()
a> {
a> DialogRunBase dialog = super();
a> ;
a> dialog.addGroup("Range");
a> dialogTaxInvNo = dialog.addField(typeid
a> (MLR_LedgerJournalTrans),"Tax Invoice :","Tax Invoice Number");
a> return dialog;
a> }
a> I've created an EDT called MLR_LedgerJournalTrans which relate to
a> table LedgerJournalTrans. When I execute the class, it did shows a
a> new textbox with LookUp to table LedgerJournalTrans, only the
a> problem is what I really want is to filter some of the record so for
a> example only show records with CurrencyCode "EUR".
Add to the EDT a relation to the table with fixed value of field
currency
--
Best regards,
Max
http://belugin.newmail.ru
ICQ:9406811
| 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.

