Re: Combo RowSourceType 1

2024-08-03 Thread Ted Roche
How about: LOCAL lcValues lcValues = "0.1,0.5,1,2,3" myCombo.RowSource = lcValues See also https://hackfox.github.io/section4/s4g387.html (RowSource, RowSourceType) and https://hackfox.github.io/section4/s4g489.html (ComboBox) from that second citation, a design note: "The behavior of lists an

Combo followup

2024-08-03 Thread Joe Yoder
Thanks Ted for the input. I ended up putting together some runnable code to compare what happens in different scenarios and have attached it if anyone is interested. I think the behavior when the Quotes are included in the RowSource of the Combo is probably a bug. What bothers me is that it seems