That's interesting, the detach from 7 and attach to 2000 should have worked. Maybe the program is configured to connect to a SQL Server 7 db and as such can't understand the SQL Server 2000 db.
Hope that helps.
--------------------------------------
"We are star-stuff. We are the...
Thanks for trying to help, WZUP. I'll send an email to ComponentOne support and if I get a good answer, will post it here.
Cheers.
--------------------------------------
"We are star-stuff. We are the universe made manifest trying to figure itself out."
-- Delenn in Babylon 5 -...
How is it not late binding?
--------------------------------------
"We are star-stuff. We are the universe made manifest trying to figure itself out."
-- Delenn in Babylon 5 - "A Distant Star"
Considering you use the vbControlExtender, I guess that would be correct. In my situation, the object (control) I was trying to late bind to had a control interface like the Timer control. I guess if the object you were trying to use didn't have such an interface, you could possible wrap it up...
I still want them to be able to edit the other columns, I just want to scroll to the last column.
--------------------------------------
"We are star-stuff. We are the universe made manifest trying to figure itself out."
-- Delenn in Babylon 5 - "A Distant Star"
How do I do that? There is a col property but this is read only at run time.
--------------------------------------
"We are star-stuff. We are the universe made manifest trying to figure itself out."
-- Delenn in Babylon 5 - "A Distant Star"
I didn't even really know about the vbControlExtender object and it's full potential until I had to do some digging to do what I wanted to do.
Private WithEvents m_ABC As VBControlExtender
Private Sub m_ABC_ObjectEvent(Info As EventInfo)
With Info
Select Case .Name...
Hi guys,
I have functionality which can create a new field in a table. The whole table is visible in a True DBGrid control. When the user creates the field, the field's column is added to the end of the columns in the grid. I have been trying to get the grid to automatically scroll over to...
Thanks for all of your replies guys. But I have found the solution. You can late bind events by using the VbControlExtender object instead of the generic object. You can then code against the ObjectEvent sub determining the event from the passed in EventInfo parameter.
Cheers...
Hi guys,
Could someone please point me in the right direction to figuring out how to respond to events of a late bound object? I know how to access the properties and methods of the objects, but don't know how to hook into the events.
Cheers all.
--------------------------------------...
Yeh that's right... I forgot about that option. So the same install could upgrade old versions or install a new version. That's great except for the fact that you have all of that extra baggage for updates.
--------------------------------------
"We are star-stuff. We are the universe...
Hi all,
I have two XP Acer machines that have a new installation of the OS on them. I have an application that uses sqldmo.dll to control the MSDE 2000 installation. On both machines, I get an Access Denied when I try to connect to the MSDE instanace. On one machine, I installed MDAC 2.8 and...
I agree with you River.. you would have the two versions installed. This is not really ideal. I guess you can uninstall the old version and then run the new version, but that means a lot of work for the user just to update a few files.
--------------------------------------
"We are...
Hi all,
How does one create a patch install in Visual Studio.Net without using any third party products?
Thanks.
--------------------------------------
"We are star-stuff. We are the universe made manifest trying to figure itself out."
-- Delenn in Babylon 5 - "A Distant Star"
Thanks for your help guys.
--------------------------------------
"We are star-stuff. We are the universe made manifest trying to figure itself out."
-- Delenn in Babylon 5 - "A Distant Star"
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.