Combo Boxes: Is there a column limit?

G1ZmO

Registered User.
Local time
Today, 10:54
Joined
May 4, 2006
Messages
133
Is there a limit to the number of columns that can be passed via a combo box?

I can only seem to get 10 columns to work. Column 11 just doesnt appear.

Trying to make a contacts list but I have:
Customer Name
Customer Address 1
Customer Address 2
Customer Address 3
Customer City
Customer Region
Customer Postcode
Customer Contact Name
Customer Contact Tel
Customer Contact Fax
Customer Contact Email

But the email column doesnt work.

Paul
 
Hi G1ZmO
To be honest, I dont know if there is a limit, but have you checked the "column Widths" and "column Count" values in the format property of the combo box?
Either the last column is set to 0 or there are only 10 values (eg 1cm; 3cm;0.25cm; etc etc)

Or set the Column Count to 11?

If the above works, I would be really suprised to find that you need so many columns in the first place. What about leaving out Addr3 and replacing it with email?
 
Aaaaah! That's it! How stupid of me. I added the email column but forgot to update the column count!

DOH!

Thanks

Paul
 

Users who are viewing this thread

Back
Top Bottom