|
![]() |
#1 |
Moderator
|
В документе по Апгрейду для версии 2.60, 3.70 (для 3.60 почему-то нет?) написано:
Codeunit 104015 also checks the code fields in your data. If your code fields contain numeric values of varying lengths, it will list them for you. If you sort by these fields the resulting sorting will be incorrect. Furthermore, any filters using these fields and containing numeric ranges will give unexpected results. One way of overcoming this sorting problem is to represent these code fields as integers. This can be done if the code fields only contain numbers and these numbers do not start with zeros. Т.е. если кодовое поле содержит чисто цифровое значение, то результат сортировки на SQL будет "неожиданным", с чем Вы по всей видимости и столкнулись. |
|