BTW, I just bought a Combo Box from DinkIT (out of the Xtras.NET catalog) and it looks VERY cool. It gives the ability to have multiple columns in the drop-down. From what they tell me, you will also be able to specify column headers and styles in the next version. And it was only $49.
Just...
Well, come to find out, I was missing a crucial line of code. After the ApplyLogOnInfo line, you have to set the location. This is what actually prompts the report to go look for the correct info. The code would look something like this:
crTable.ApplyLogOnInfo(crTableLogonInfo)
Dim strName...
Which would be great, if I had access to the customer's SQL server here at the office. This is supposed to be a product that can be resold. Do you really think that CR is so lame that I have to rebuild all 25 reports every time I want to change the connection to a different server? What about...
I have several CR reports (built in version 9) in a VB.NET project. They were all originally developed pointing to our development database. Now that I try to change their connection to the live database, they still bring up the data from the development database. When I move them to the...
Does anyone know how to set the default printer in a VB6 app in Windows 2000? I've tried the Set Printer command from the printers collection and that doesn't seem to do a thing. Here's my code:
For Each X In Printers
If X.DeviceName = "Certificate Printer" Then...
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.