Page 1 of 1
dc_progress
Posted: Thu Aug 12, 2010 4:50 am
by skiman
Hi Roger,
It seems as dc_progress(0,,500) isn't always working.
If I try the sample from the docs, it gives an error. I suppose it needs a parent to define the position?
Re: dc_progress
Posted: Thu Aug 12, 2010 9:57 am
by Auge_Ohr
skiman wrote:Hi Roger,
It seems as dc_progress(0,,500) isn't always working.
If I try the sample from the docs, it gives an error. I suppose it needs a parent to define the position?
why not look into Source
C:\EXP19\Source\Dclipx\_dcodd2.prg?
Code: Select all
PROCEDURE dc_progress ( nMode, nValue, nMaxValue, nStRow, nStCol, nEnCol, lBox, cColors )
while i "see" no DEFAULT TO you must use every Parameter ?!
Re: dc_progress
Posted: Thu Aug 12, 2010 11:49 pm
by skiman
Hi Jimmy,
I lookeded in the sources and there is a row() and col(). These generate the error. They are no parameters.
In the sample in the docs, it is also used without all the parameters.
Re: dc_progress
Posted: Fri Aug 13, 2010 11:43 am
by rdonnay
I haven't used DC_Progress in many years. This is old stuff from my Clipper days.
Have you tried using @.. DCPROGRESS oProgres ...
And then:
DC_GetProgress( oProgress, nCount, nMaxCount )
Re: dc_progress
Posted: Mon Aug 16, 2010 12:32 am
by skiman
Hi ROger,
Yes, I'm using @.. DCPROGRESS oProgres for years.
I saw the dc_progress in the manual, and it seemed easier to use.
No problem for me, maybe you can delete it in the docs.