Wow, thanks man, it works... :))
uhmm.. one more thing, can the column in the autolookup "dress up" a
bit, 'cause the data seems to truncate for just a view character
even if I only show two columns.
ex :
Vouc.. | Amount.. |
CPP_4..| 4598.. |
CPX_4..| 124567.. |
O yeah.. the data show did coming from AutoLookup Fieldgroup in
table definitions right ?
thanks again,
Anton
--- In [EMAIL PROTECTED], Max Belugin
<[EMAIL PROTECTED]> wrote:
>
> 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.

