Показать сообщение отдельно
Старый 26.11.2009, 10:08   #24  
propeller is offline
propeller
Участник
Аватар для propeller
 
359 / 29 (1) +++
Регистрация: 25.07.2007
X++:
  Axapta = new Com("AxaptaCOMConnector.axapta2");
    Axapta.Logon2(****);
    transdate = mkdate(25,11,2009);
 
    axaptaTable = Axapta.CreateRecord("CustInvoiceJour");
    axaptaTable.ExecuteStmt("select * from %1 where %1.InvoiceDate == 24\11\09");

    while (axaptaTable.found())
    {
        axaptafield = axaptaTable.field("InvoiceId");
        info(axaptafield.bStr());
        axaptaTable.next();
    }
Job запускаю в Ax 4.0, комконнектор коннектится к Ax 2.5