
Using ADO Data Control on User Control as Data Source
Szeto,
This ng is only for VB in DotNet.
You might want to try any of the
microsoft.public.vb.* newsgroups at this same server.
particularly :
microsoft.public.vb
microsoft.public.vb.database
microsoft.public.vb.database.ado
regards,
Juan T. Llibre
Microsoft MVP [IIS/ASP]
ASP.Net En Espa?ol : http://207.176.17.140/
http://www.asplists.com/asplists/aspnges.asp
http://p2p.wrox.com/scripts/lyris.pl?join=aspx_espanol
ASP en Espa?ol : http://aspespanol.com/
===============================
New to VB6 and new to using this newgroup. Sorry if I am doing anything out
of
the norm ...
So my question is on how to do something in VB6 ...
I want to create a user control that will act as a data source control. In
the
VB documentation, there is an example on how to do that creating everything
from
scratch. But what I want to do instead is to use the existing ADO data
control
and customize it to my needs by wrapping it in a user control. (I do not
want to
create everything from scratch ... eg. the individual navigation buttons and
events, etc. that the existing ADO data control already provides.)
So far in my attempt, the ADO data control I added to the user control
becomes
inaccessible (ie. appears disabled) when the user control is sited as well
as
when the application is running.
Any suggestions?