Progress Bar

pako

New Member
Hi,

I want to do a ProgressBar with mscomctl.ocx But how to activate the ProgressBar COM in Progress 4GL. Sample when i do some sheet in excel i put
CREATE "excel.application" chExcel. But now what i need to put in my 4GL code

CREATE "????????" chProgressBar.



Thanks in advance.

Regards.

:confused:
 

Kampo

New Member
Open regedit.
Look for Progress Bar with F3.
Find the relase you want, eg "Microsoft ProgressBar Control, version 6.0".
Go to the ProgID node in the regisstry.
The Data field "MSComctlLib.ProgCtrl.2" for the REG_SZ type is the name of the control to use in: CREATE "MSComctlLib.ProgCtrl.2" chProgressBar.
 

pako

New Member
Progress Bar (OCX)

Thanks, Kampo,

Now a will search how to does it work , because when i put
ch-ProgreesBar.value = 10 the bar does not fill. :confused:

Regards.
 
Top