Hi, I used to be using Data Access Object (DAO) with Microsoft Data Grid Control 5.0 (SP3) whereby all the data from Access database are all presented in Data Grid Control 5.0.
However after I transffered all my program to another pc. My Data Grid control which I added to the form which I created my application can no longer be found, i.e. when I loaded the form during run, it keeps complaining:
Line 256: Property OleObjectBlob in recordGrid could not be set.
Line 256: Cannot load control recordGrid; license not found.
Why is this so??
It seems that when I install a copy of Visual Basic 6.0 Enterprise Edition in the other pc which I have this problem, the DBGrid32.ocx control cannot be found at all, so I tried to copy the control from the other pc(as well as from the Visual Basic CD-Rom) and load it into the pc and then added the control in the form, however it gives me this message:
License Information for this component not found. You do not have an appropriate license to use this functionality in the design environment. what can I do to resolve this prolem?
You are not a licensed user of the ActiveX control. This error has the following cause and solution:
You tried to place an ActiveX control on a form at design time or tried to add a form to a project with an ActiveX control on it, but the associated information in the registry could not be found.
The information in the registry may have been deleted or become corrupted. Reinstall the ActiveX control or contact the control vendor
How can I reinstall the ACtiveXControl so that I can use it together with DAO again in VB 6.0, can anyone please help. Thanks a million
However after I transffered all my program to another pc. My Data Grid control which I added to the form which I created my application can no longer be found, i.e. when I loaded the form during run, it keeps complaining:
Line 256: Property OleObjectBlob in recordGrid could not be set.
Line 256: Cannot load control recordGrid; license not found.
Why is this so??
It seems that when I install a copy of Visual Basic 6.0 Enterprise Edition in the other pc which I have this problem, the DBGrid32.ocx control cannot be found at all, so I tried to copy the control from the other pc(as well as from the Visual Basic CD-Rom) and load it into the pc and then added the control in the form, however it gives me this message:
License Information for this component not found. You do not have an appropriate license to use this functionality in the design environment. what can I do to resolve this prolem?
You are not a licensed user of the ActiveX control. This error has the following cause and solution:
You tried to place an ActiveX control on a form at design time or tried to add a form to a project with an ActiveX control on it, but the associated information in the registry could not be found.
The information in the registry may have been deleted or become corrupted. Reinstall the ActiveX control or contact the control vendor
How can I reinstall the ACtiveXControl so that I can use it together with DAO again in VB 6.0, can anyone please help. Thanks a million