![]() |
#1 |
Участник
|
axaptapedia: Graphics
Источник: http://www.axaptapedia.com/Graphics
============== Summary: New page: If You want to add an animated gif file on your Axapta form, use this function. public void gifshower(str filename) { str htmlSource; COMDispFunction webpreviewWrite; COMVariant text =... If You want to add an animated gif file on your Axapta form, use this function. public void gifshower(str filename) { str htmlSource; COMDispFunction webpreviewWrite; COMVariant text = new COMVariant(); COM ctrl = new COM(); ; htmlSource = @' '; ctrl.attach(HtmlActiveXControl.interface()); webpreviewWrite = new COMDispFunction(ctrl, 'write', COMDispContext::METHOD); text.bStr(htmlSource); HtmlActiveXControl.open(""); webpreviewWrite.call(text); HtmlActiveXControl.close(); } Источник: http://www.axaptapedia.com/Graphics
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
![]() |
||||
Тема | Ответов | |||
axcoder: PowerShell + Ax | 1 | |||
axaptapedia: Load Web Documents | 1 | |||
X++: Using graphics in forms and legacy reports. | 0 | |||
axcoder: AxPath is supported by axaptapedia | 0 |
|