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 --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/kGEolB/TM
--------------------------------------------------------------------~-> 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Axapta-Knowledge-Village/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to