dc_progress

This forum is for eXpress++ general support.
Post Reply
Message
Author
skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

dc_progress

#1 Post 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?
Best regards,

Chris.
www.aboservice.be

User avatar
Auge_Ohr
Posts: 1407
Joined: Wed Feb 24, 2010 3:44 pm

Re: dc_progress

#2 Post 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 ?!
greetings by OHR
Jimmy

skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: dc_progress

#3 Post 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.
Best regards,

Chris.
www.aboservice.be

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: dc_progress

#4 Post 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 )
The eXpress train is coming - and it has more cars.

skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: dc_progress

#5 Post 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.
Best regards,

Chris.
www.aboservice.be

Post Reply