I though that CR designer was now a free add-in for .Net, taking the place of MS Data Reports. I don't have it in my templates, nor in my list to reference it. Is it on the install cd for .Net separately?
Thanks.
First of all, I'm still really confused on using all these things. Now there's DataSets, DataReaders, DataTables, DataRows, etc. Its a lot harder than using a Recordset in ADO in VB 6, where you could just go
Do Until rs.EOF
myVariable = rs![Field1]
Loop
So here is what I got:
Do Until...
OK. I have 2 forms. The main form has an OLEDBConnection, 2 OLEDBDataAdapters, and 2 datasets.
There are 2 combo boxes on the form, both of which are bound to the same table of an Access file (hence the 2 of adapters and datasets), and are filled up with the primary key from that table on the...
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.