Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. BeginninProgrammer

    retrieve values from queries or from obects in VBA

    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...
  2. BeginninProgrammer

    retrieve values from queries or from obects in VBA

    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.
  3. BeginninProgrammer

    retrieve values from queries or from obects in VBA

    I tried to retrieve a matrix of values from an object or from a query, but I failed. Can someone help me? Thank you very much.

Part and Inventory Search

Back
Top