you could try to make for example a cursor (SELECT DISTINCT yourtable.yournotuniquefield FROM yourtable INTO CURSOR cursorforcombo) and then set the rowsource to be this cursor.
I used this type of setAll and it's working OK. Can your problem be somewhere else? (did you check that the line of code with "setAll" is executed?)
Carmen
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.