SysOperationProgress progress = new SysOperationProgress(); #AviFiles int k; ; progress.setCaption('@SYS8516'); //Updating... progress.setAnimation(#AviUpdate); // It'll be 10 passes today, 2 million in the production environment! for (k=0; k<10; k++) { progress.setText( strfmt("Update step %1", k+1) ); sleep(2000); }
*This post is locked for comments
You need to update the step (progress) to the progress class by using progress.incCount() function.
call this method inside the loop
progress.incCount();
Please refer to this link for more information
msdn.microsoft.com/.../aa841990.aspx
Please update the total count by using setTotal e.g. progress.setTotal(30000);
Thanks For Your Reply.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Tocauer 4
Community Member 4
Nayyar Siddiqi 2