Expand my Community achievements bar.

How do you put java script into a drop down list

Avatar

Level 1

I need to put a check mark into a drop down list and I have the Java code "\u2713"  but I dont know how to apply it. Can any one tell me where and how to apply it in the drop down list?

1 Reply

Avatar

Former Community Member

place the code in the form initialize event.

form1.BarcodePage.CheckBox1.rawValue = 1;