Показать сообщение отдельно
Старый 10.09.2008, 14:25   #6  
Hyper is offline
Hyper
Участник
Соотечественники
 
163 / 29 (1) +++
Регистрация: 09.10.2003
Цитата:
Сообщение от ice Посмотреть сообщение
это в какой версии?
Это четверка. Вот, собственно, код:
X++:
//BP deviation documented
edit SalesTypeNoQuotation salesTypeNoQuotation(boolean _set, SalesTypeNoQuotation _salesTypeNoQuotation)
{
    SalesTypeNoQuotation salesTypeNoQuotation;
    ;

    if (_set)
    {
        this.SalesType = any2int(_salesTypeNoQuotation);

        if (!this.validateField(fieldnum(SalesTable,SalesType)))
        {
            this.SalesType = this.orig().SalesType;
        }
    }

    salesTypeNoQuotation = any2int(this.SalesType);

    return salesTypeNoQuotation;
}