We have tables with large number of columns. Some of the tables have about 450 columns. When I create a class from these tables, LOV automatically gets created. Is there an easy way to take the option out for LOV? I have to open the properties of each object and manually delete LOV which is very tedious.
UNV or UNX? If you’re on Designer (versus IDT) then you can accomplish this with VBA. I posted some sample code a long time ago that does this. See this topic for details.
I was able to associate with the right library. However, it opened the universe in BI 4.0. I believe the code is written for BI 4.0. Can you please send me the code for 3.0 please?
Did you see the date on the original topic? It’s from 2010. It was written for XI 3. If you have both installed on your system, you need to pick the right version of the libraries. BI 4 is going to reference version 14 of the object library. XI 3 is going to reference version 12, or at least that’s how it looks on my computer.
Ah, got it. That’s where the confusion is. There are two methods for logging in. In the comments for the code it says they’re for different versions. Remove the current one and use the other and see if that works.
I posted a screen shot of my library references. I used the code as-is and it worked fine. The “LoginAs” was apparently for XI R2 because when I tried to use it with 3.1 it said it was depreciated. When I went back to the LoginDialog it worked fine and started Designer from XI 3.1 which I have installed on my system, along with BI 4.
It works fine. I don’t know for some strange reason I saw two instances of the library fro 12.0. It worked with the second one but not with the first one. Thank you so very much. You saved me and my group lot of time. I truly appreciate your help in this regard.