I tried this way:
Dim i as Long
Dim LOV As ListOfValues
Set LOV = Application.Universes.Item("CP - Anagraf./Listini (test)").Classes.Item("Articolo").Objects.Item("Codice Funzionale").ListOfValues
For i = 1 To UBound(LOV.Values)
me.ListBox1.AddItem...
Sorry, I hope these informations can be a bit more exhaustive:
-Retrieving a recordset could be the best solution.
-I'm working with on a universe.
-I've got BO embedded.
Thank you.
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.