ContributionsMost RecentMost LikesSolutionsRe: ADOConnection with DSN Hi there, TC8.50 trial version Code Completion on Auto-popup Regards, PatriceRe: ADOConnection with DSNHi there, ' Create a Connection object Set AConnection = ADO.CreateADOConnection When i put in AConnection(dot), i dont get any properties or methods associated with AConnection like (ConnectionString) is that normal? Thanks, PatriceObject Browser or Object Spy freeze / is overloaded with Silverlight applicationoriginal thread: http://smartbear.com/forums/forum/post/?mode=singleThread&thread=0f3ab536-caaa-4736-9966-2884e8cfd0a0 just noticed that we have "Silverlight, AJAX and Other Rich Internet App Testing " area. Hi, Each time i try to spy on my Silverlight(v4) application, the Object Browser or Object Spy freeze and sometimes i have to end TestComplete from Task Manager or restart my Computer. It does it when there are lots of Objects on the Page. Any idea how i could stop that? Thanks, PatriceObject Browser or Object Spy freeze / is overloaded with Silverlight applicationHi, Each time i try to spy on my Silverlight(v4) application, the Object Browser or Object Spy freeze and sometimes i have to end TestComplete from Task Manager or restart my Computer. It does it when there is lots of Objects on the Page. Any idea how i could stop that? Thanks, PatriceADOConnection with DSNHi, I'm trying to connect to a database using DSN but not sure about the syntax. ' Create a Connection object Set AConnection = ADO.CreateADOConnection ' Specify the connection string AConnection.ConnectionString = "DSN=" & varDsn & ";uid=" & varUserid & ";pwd=" & varPassword AConnection.Open Also when i type in AConnection(dot) I dont get any properties or methods. Am I missing something? Re: Waiting for the "MyObjectName" Object but Object is already there !Hi thanks, A slight improvement but not much when changing settings. I will take a look at the article about improving performance and also how the objects are mapped. Thanks, PatriceRe: Waiting for the "MyObjectName" Object but Object is already there !Hi, Yes the ClickButton works fine. Not sure what you mean by "you've just got the standard overhead of TC resolving objects to be used in the automation."..would you mind to clarify please ? I'll have a look about improving performance. Thanks, PatriceRe: Waiting for the "MyObjectName" Object but Object is already there !Hi, Thanks for your reply. So as an example the script is: Aliases.xxxx.xxxxx.xxxxx.MyButtonName.ClickButton It takes at least 5 to 10 seconds and yet the button is already there. Let me know if you need anything else. Regards, Patrice Waiting for the "MyObjectName" Object but Object is already there !Hi, I run a script multiple times but for some reasons, it takes TestComplete ages to run step by step, For each line, i get an icon on the right top corner during playback to say that, it is waiting for the "MyObjectName" Object. It does the same for Windows but i resolved it by adding a MyWindowName.Activate and it runs quicker but only for Windows not Objects. Just wondering if there is a solution for Objects because it is very slow and i can't imagine running many many times all scripts at that speed. Thanks for your help, PatriceRe: MSFlexGridWndClass is displayed as Window("MSFlexGridWndClass", "", 1) ?? Hi Lane, I had a closer look, and it appears that for this particular app, some of the VBObject(s) are shown as Window(s): Not only the Grid but CommandButtons as well. I opened a new thread with some info: see: http://smartbear.com/forums/forum/post/?mode=singleThread&thread=0e9d391b-ad31-473e-ae6c-bc6c3da83e65 Thanks, Patrice