I am trying to use an automated testing tool called Test Complete from AutomatedQA with a Visual FoxPro 7 application. The testing tool can see forms and controls within them in the uncompiled version but not in the compiled executable. I suspect that this is because it cannot utilise the library file (*.tlb). Foxpro help suggest using Foxtlib.ocx activeX control to access the library file and says that it can be incorporated and distributed into your application within an OLE container within each form. However, when this is done and the executable is run you get an error message indicating that this activeX component can only be hosted by Visual Foxpro. Has anyone any experience of using this control.