In case anyone has a similar problem, I found the solution.
I had two additional parameters on this report, that I wanted to pass in NULL for. To do this, I was creating the parameter values to pass in ot the render method but ignoring the parameters whose values should by NULL. When I did...
Have you got IIS installed? Is the .NET framework installed etc? You may need to register ASP.NET with IIS using the following:
aspnet_regiis -i
(use the command line from C:\Windows\Microsoft.NET\Framework\v2.0.50727 (or whatever version you have))
Sounds like you are viewing the reportserver interface rather than the report manager. Try using the URL: http://localhost/reports, instead of http://localhost/reportserver.
I am developing an ASP.NET web interface for the reporting services so that our reports can be used on our website for our clients.
I have a data-driven subscription set up to preload the cache for all of my reports. This works fine, and when I run any report via Report Manager or Report...
Hi all,
Does anybody know where I can find a FREE terminal emulator for my Pocket PC - iPaq ( like Hyperterminal for Windows ). It must have zmodem protocol capabilities.
Thanks in advance...
Jennyek2000
I am writing an application in which the user should be able to insert symbols into text boxes - which will be then be transmitted to a digital display. The symbols should at least include arrows. So for example they might right click on the text box and select a symbol which will then be...
In my application I have used ADOX to create a database. The assembly I have created to run on all the computers has been given FULL TRUST by using the .NET framework wizards. Howerver, when I try to run the application and attempt to run the code that creates the database, I get the following...
I am using a crystal report viewer to view and then print a report. I want the report to be printed in portrait rather than landscape. I set the report print options to this and when I print it directly (using printtoprinter) it works, but when I try to print through the crystal report viewer...
I need to delete a database that I previously created using ADOX. It is an Access Database (.mdb).
Does anybody know any ways of deleting databases ?? Not just objects from the database?
Thanks,
Jenny
I am trying to create a new database programmatically using ADO ext 2.7 (in vb.NET) using the following code:
Dim mycatalog As New Catalog()
Try
mycatalog.Create("Provider=Microsoft.Jet.oledb.4.0;DataSource=Q:\Job" & CmboxJobnos.Text & ".mdb")
Catch ex As...
I have a .NET program but dont want to install .NET framework on all computers - I want to just install it once onto the server or do it all at once somehow. The application is to be run from the server.
Can anyone help?
Jenny
Hi
I have never used the Windows API before and am a mere beginner at VB.NET.
What I need to know is how to open a file of any type using a windows API call (or is there a better way?). I know how to use the VB.NET openfiledialog and plan to use this in my application. I also found this...
Hi
I have a combo box whose items are the document sizes A0, A1, A1, A3, A4 and A5. These items were added to the box at design time (i.e. items collection)
The combo box is bound to a column in the database (Access) whose fields are also a drop down menu of A0, A1, A2, A3, A4 and A5, using...
How can I read in a certain number of characters (i.e. not all) from a string in a control (e.g.. a list box item) into a variable??
E.g.
"Jenny Keenan"
Just read "Jenny" into the variable.
Thanks,
Jenny
I have a tab control and wish to control programmaticly the selecting of a particular tab (i.e. the displaying of a particular tab page)
Does anybody know how to do this.
I tried:
Tabcontrol1.tabindex = 0
but this dosnt work
Thanks,
Jenny
If I have already bound the text boxes and I use the rows.find method of the dataset, is the bindingmanager position supposed to automatiically go to the found row?
Jenny
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.