% Progress Bars (AREV Specific)
At 03 JAN 2007 04:45:06PM Terry Rainville wrote:
I seen some mention of a program called PROGRESS and I found it in the SYSOBJ file.
Could anyone please let me know if this program will show a % status bar and how can I use it to show the status of certain operations within the system.
I basicly need to know what paramaters are needed to pass to this program and will it give me the resaults I desire.
Thanks a Bunch!!!!!
At 03 JAN 2007 05:46PM Victor Engel wrote:
I believe PROGRESS is avaliable in versions 3.X only. I'm not using one of those versions currently, so the following is from memory.
CALL PROGRESS(P1,P2,P3)
P1 is 0 to initialize
P1 is 2 to update the status line
P1 is 3 for cleanup
P2 is a dynamic array Current_Number:@FM:Total_Count
P3 is a string to display within the progress bar.
There's more to it than that, and I may have some of this wrong. But check your manual. I'm pretty sure the routin is documented.
At 04 JAN 2007 04:48PM Terry Rainville wrote:
Thanks Victor but the information you gave me is not complete enough for me to figure out how to make a percent status bar.
If you or anyone else can add to this then please do I would love to get this working ASAP.
At 04 JAN 2007 05:10PM Terry Rainville wrote:
Got it working now Thanks!!