You are a bit brief with the description of your problem. What are you trying to do? Do you mean recordset when you say matrix? Are you working on a universe?
Go into more detail and we'll sort it out , me thinks... T. Blom
Information analist
Shimano Europe
tbl@shimano-eu.com
Not really. What are you trying to achieve (example) and what goes wrong? At its most basic (1 query on a universe) the result is a recordset of 1 or more rows of data. If the query retrieves no data BO gives a pop-up: "No data retrieved for query...... ". BO standard displays retrieved in a simple table as a start. Check what query retrieves through data --> view data. What do you mean when you say that you have BO embedded (such as saying where you embed it in)
Really, this forum has many members that will take the time to go over your problem if there is sufficient info to dabble with. (As not in this case..........) T. Blom
Information analist
Shimano Europe
tbl@shimano-eu.com
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 LOV.Values(i)'this causes error
Next
I made me sure that Ubound(LOV.Values) is = 13
but i get error 450 (wrong number of arguments or property).
At the same way I would like to get a list of values from a query on a universe.
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.