Link to home
Start Free TrialLog in
Avatar of b3cf
b3cf

asked on

Error loading ComboBox

Hi

   I am trying to load a project in another machine. But I cannot load
a form that has a ComboBox. Could anyone advice me why ? Am i missing
an ocx ? Or its not registered ?

thanx
Avatar of appari
appari
Flag of India image

as combobox is included within vb, i think its not the combobox thats creating the problem. i suspect it to be xsome other control. are you getting any error when you try to open the form? in that case it should create a log file with the name of the form. if your form is saved as form1.frm then search for form1.log in the same directory where form1.frm is saved. post the contents from the log file here.
Avatar of b3cf
b3cf

ASKER

Hi
  I checked the log file and it says it could not load the combo box.

thanx

is that combobox is the standard one or other custom control?
Avatar of b3cf

ASKER

It came with VB. Not a third party one.

thanx
Avatar of b3cf

ASKER

Multi column combo box
ASKER CERTIFIED SOLUTION
Avatar of appari
appari
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I sometimes had the same problem, also with other controls and I found out, that
the combobox contains items iserted in the properties window of VB,
resolution is to delete the combobox on the machine where the project works fine
and then add the combobox again, then fill the combobox from code.

Worked fine for me!
Avatar of b3cf

ASKER

I didnt have fm20enu.dll