Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

FlexGrid Doesn't Work 1

Status
Not open for further replies.

CanonShooter

Structural
Joined
Oct 14, 2005
Messages
39
Location
US
If I add the MS FlexGrid Control, and click on Custom properties, it errors out, saying I can't add it during design, or the ActiveX control isn't loaded correctly or some such.

What is really wrong? If it is not loaded correctly, what put it on there, and what do I need to reinstall?

Thanks in advance
 
It would help or you said exactly what the message was.
 
License information for this component not found. You do not have an appropriate license to use this functionality in the design environment.
 
It means what it says. The Design time license is not on your machine. I think it is included in standard VB but I don't know about VBA.
Perhaps someone who has VB built the application, and if you don't then that is the problem.
If you do then check your VB installation.
 
No, VBA does not include a design-time license for the component. However, your VBA application can still use the component but it must set any properties at run-time. I've used a DataGrid component in this fashion.


Regards,
Mike
 
I reinstalled VB and all is well now, so thanks everyone.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top