Показать сообщение отдельно
Старый 29.03.2010, 18:26   #4  
Hyper is offline
Hyper
Участник
Соотечественники
 
163 / 29 (1) +++
Регистрация: 09.10.2003
Thumbs up Помогло
Цитата:
Сообщение от oip Посмотреть сообщение
When you construct a form from your X++ code, you must use the system classes.
ClassFactory is an object of the class xClassFactory that holds the method FormRunClass that returns a new FormRun object.
Спасибо за помощь!
X++:
FormRun fr = ClassFactory.FormRunClass(args);