rabia
06-19-2003, 04:29 AM
Hi alll
i am using VB 6.0 and the Apex trueDB grid 5.0 control. I get this error and the grid shows up empty.
error=>429=ActiveX component cannot create object
This appliaction has been run on some other as well but with no problems at all. This morning i figured out that the file tdbg5.ocx wasnot registered in the registry. i registered it but the problem still existed. The application uses another control with the name XARRAY32.OCX .This file is alreay present in the registry.
the error actuallly shows up when the following statement executes.
xRoomInv.ReDim 0, m_lTotal, 0, 34
This array is of type XArray which is related to this XARRAY32.OCX file.
This means that the error is not regarding the grid control but becz of this Xarray.ocx related control.....any ideas....suggestions...help :)
Thnx
i am using VB 6.0 and the Apex trueDB grid 5.0 control. I get this error and the grid shows up empty.
error=>429=ActiveX component cannot create object
This appliaction has been run on some other as well but with no problems at all. This morning i figured out that the file tdbg5.ocx wasnot registered in the registry. i registered it but the problem still existed. The application uses another control with the name XARRAY32.OCX .This file is alreay present in the registry.
the error actuallly shows up when the following statement executes.
xRoomInv.ReDim 0, m_lTotal, 0, 34
This array is of type XArray which is related to this XARRAY32.OCX file.
This means that the error is not regarding the grid control but becz of this Xarray.ocx related control.....any ideas....suggestions...help :)
Thnx