![]() |
#9 |
Участник
|
У меня работает
в 1с: Процедура Сформировать() Axapta = CreateObject("AxaptaCOMConnector.Axapta"); Axapta.Logon("Admin", "", "", ""); ClassObject = Axapta.CreateObject("MetroEdit"); ClassObject.Call("InsertRecord","1","Metro1"); Axapta.Logoff(); КонецПроцедуры в Ax: class MetroEdit { MetroTable MetroTable; } public void InsertRecord(int MetroId, str MetroName) { ; MetroTable.initValue(); MetroTable.MetroId = MetroId; MetroTable.MetroName = MetroName; MetroTable.insert(); } |
|
|
Опции темы | Поиск в этой теме |
Опции просмотра | |
|