data formating

chowchow123

Active member
Joined
Sep 6, 2007
Messages
34
Programming Experience
1-3
Hi

I have a combo box with prices - when I apply currency format from the 'advanced' option for databinding in the property window - it only applies it to the first choice - and not the rest in the drop down
 
It is my understanding that you set the advanced property of the databinding for the Text property. I could not try it right away, but I think the solution is to use the FormatString property directly on the ComboBox (under the misc. section of the combobox properties in the designer).

Hope it helps!
 
Back
Top