Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox Data
Message
 
To
20/07/1999 16:52:13
Jill Desplinter
Claims Administrative Services
Tyler, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00243838
Message ID:
00244003
Views:
17
Hi Jill.
You can populate the combobox in the Init event of the combobox.
You can use the following:

This.AddItem("Full Duty, Full Pay")
This.AddItem("Reduced Pay")

-mike

>The data I want to put in the combobox in a drop-down list contains a comma. Everytime I put in the data, it puts anything after the comma on the next line. I've tried single and double quotes around the data but it still separates at the comma. What special character(s) must I use so that I can have a comma in the data?
>
>Example:
>
>Desired Data: Full Duty, Full Pay
> Reduced Pay
>
>Results are: Full Duty
> Full Pay
> Reduced Pay
>
>Thanks, I know I still have much to learn.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform