Показать сообщение отдельно
Старый 17.01.2008, 19:17   #70  
EVGL is offline
EVGL
Banned
Соотечественники
Лучший по профессии 2017
Лучший по профессии 2015
Лучший по профессии 2014
 
4,445 / 3001 (0) ++++++++++
Регистрация: 09.07.2002
Адрес: Parndorf, AT
Тоже неплохо:
X++:
public void insert()
{
    this.calcCrediting();
 
    ttsBegin;
 
    super();

    if (this.furtherPostingType)
    {
        LedgerTransFurtherPosting::createFurtherPosting(this);
    }
    //CsGy 07.02.05. FLXMPFlexHungary
    if (isConfigurationkeyEnabled(configurationkeynum(FLXMPFlexHungary)))
        this.SFHAccountNumHU = LedgerTable::find(this.AccountNum).SFHAccountNumHU;
 
    ttsCommit;
}