AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX Blogs
All
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 27.06.2008, 11:05   #1  
Blog bot is offline
Blog bot
Участник
 
25,497 / 847 (79) +++++++
Регистрация: 28.10.2006
axaptapedia: Progress Bar
Источник: http://www.axaptapedia.com/Progress_Bar
==============

Summary: New page: == Progress Bar within a batchable class == The RunBase framework has methods which will initialize the progress bar so that you can focus on coding the process. Example code goes ...
== Progress Bar within a batchable class ==

The RunBase framework has methods which will initialize the progress bar so that you can focus on coding the process.


Example code goes here


== Progress Bar within a Method ==

On occation you may want to show a progress bar from a method, whether that be inside a class or just a job. You can show it as follows:


#AviFiles
SysOperationProgress progress = new SysOperationProgress();
;
progress.setAnimation(#....); // from AviFiles macro
progress.setCaption("");

//99 Steps to perform
progress.setTotal(99);

progress.incCount();

progress.setCount(2);

progress.setCaption("");



progress.kill();


[[Category:General development]]


Источник: http://www.axaptapedia.com/Progress_Bar
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
axaptapedia: RunBaseBatch Blog bot DAX Blogs 0 04.04.2009 22:05
axaptapedia: RunBaseBatch Blog bot DAX Blogs 0 31.03.2009 06:06
axaptapedia: Progress Bar Blog bot DAX Blogs 0 21.07.2008 03:39
axaptapedia: Configuration in title bar Blog bot DAX Blogs 1 08.03.2007 19:57
Как правильно работать с Progress bar? malex DAX: Программирование 2 19.09.2004 23:23

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 18:26.
Powered by vBulletin® v3.8.5. Перевод: zCarot
Контактная информация, Реклама.