Hi Dude,


DictTable is a class that basically falls under the classes that provides
you a lot nuch info about the Axapta objects and are generice in nature for
example this class can provide you all the info about any table in Axapta
which you instantiate by providing the table id while creating object for
this class:

Class: DictTable extends Object <kerndoc://Classes/Object> Run on: Called
<command://SHOWMETHODS/> Methods Description

This class gives access to information about a particular table
Example

dictTable dt = new dictTable(tableId);


here the tableId is the id of the table for which you want to know.
For more info see systemdocumentation->classes->DictTable.

regards,
Ashish Singh



On 5/15/06, anton_tjiptadi <[EMAIL PROTECTED]> wrote:
>
> Hi guys,
> can anyone tell me what is the purpose of DicTable ?
>
> I found one of the class using that and don't know for sure the
> meaning.
>
> the class is LedgerJournalEngine_Payment in method Active
> ...
> if (
> fieldNum(ledgerJournalTrans, dimension)        ==
> dictTable.fieldCnt2Id(i) ||
>                    fieldNum(ledgerJournalTrans, interCoDimension)
> == dictTable.fieldCnt2Id(i) ||
>                    fieldNum(ledgerJournalTrans, txt)
> == dictTable.fieldCnt2Id(i) ||
>                    fieldNum(ledgerJournalTrans, offsetTxt)
> == dictTable.fieldCnt2Id(i) ||
>                    fieldNum(ledgerJournalTrans, exchRate)
> == dictTable.fieldCnt2Id(i))
> objectLedgerJournalTrans.allowEdit(true);
> }
>
>
>
>
>
>
>
>
>
> Sharing the knowledge on Axapta.
> Visit www.frappr.com/axapta for axapta friends.
> Yahoo! Groups Links
>
>
>
>
>
>
>
>


[Non-text portions of this message have been removed]



Sharing the knowledge on Axapta.
Visit www.frappr.com/axapta for axapta friends.




YAHOO! GROUPS LINKS




Reply via email to