The application will not run on a user's machine so that's not a concern. What I need to do is grab an instance (preferably of JUST the excel workbook) so that I can close it and re-create it.
Hello,
I am writing a vb.net windows application. I need to test if an excel workbook is open and if so kill it. I can start the excel book with no problems from the application but just in case the book is open I would like to kill it so I can re-instantiate it.
Does anyone know how to find...
Hello,
I have a DTS package that writes to a temporary excel file reiteratively. The package dumps straight table data from a SQL Server source to this excel destination file. Then I have a process that will copy, rename file and paste the file to a separate location.
Each time I write to...
CR RC2 is essentially version 11.5. Version 11 did not have Visual Studio 2005 support. Version 10 is the version built in with VS 2005. If you buy CR XI and want to use it within Visual Studio then you have to download this other installer that is technically called CR XI RC2. Its the same...
Thanks, Jason. I tried that one already. The reports bomb in mid run. Let's assume that 200 pdfs are being created. It may bomb at # 25 or # 65 and there is not apparently rhyme or reason to it.
Thanks for the try on the help.
Jim
Hello,
I have created a web application that is used for report processing. The way it works is as follows:
The user goes to a page, select the 5 reports they want to run (5 checkboxes) and specifies the cut off date. The reports are made in Crystal Reports RC 2 with ASP.NET using VB.NET...
Found my solution so I'm going to post to the board for future reference.
I found the following article on asp.net :
http://forums.asp.net/t/1051042.aspx
The post at the very end (I'll copy & paste the snippet) helped. It was adding appropriate httphandlers to the web.config file:
It is...
Hello,
I have implemented and tested (successfully) an asp.net ajax enabled web site\page. When you click a button, a graphic is show (progress bar image) then it disappears when done.
This works fine on my local development machine but not in production. THe page loads (no errors) but it...
Hello,
I'm trying to programmatically export a report to the excel format. Crystal has two types of excel export: simple and data only. The simple has misaligned columns and looks just like the report. In other words, its usless for data manipulation.
My users love the Data Only version...
Thank you, LB.
I figured out how to use the symbols font but its easier to format a string of text with your method.
Super Duper Job and thanks so much!
Hello,
I have a report and would like to insert a text field displaying the Greek Delta character.
Does anyone know how to print a special greek alphabet character on a report?
Thanks
Jim
Sorry if I was not clear. I just added the computer itself to the permissions on the folder.
For example, right-click, security and when I clicked the Add... button, I clicked Object Types... and selected "Computers" check-box.
I enter the object name, "machinename," and once selected it...
Hello.
I'm working with ASP.NET 2.0 on Windows 2003 with IIS 6.0. I'm attempting to access a shared directory on a remote server (also, Win2k3 server) on the network.
I need to iterate through the files on the shared folder (I use System.IO.DirectoryInfo), create a copy of them and post...
Hello.
I have an intranet application that utilizes Windows Authentication. Users do not have a problem accessing the site but some users cannot "click" my link buttons.
I have merely dragged a link button onto a form that a user clicks to display a PDF. MOst users have no problem but there...
Yes, every line that has something as follows:
Dim var1 as Int32
Dim var2 as Int64
Dim var3 as Int
it was suggesting that Int32 be changed to System.Int32
I think I resolved it (for moment) by deleting all references and manually remove them all. Then manually re-adding them all.
Seems ok...
Hello.
I have moved an asp.net 2.0 using visual basic web application from my development machine to another dev pc.
When I attempt to compile the project I receive copious "Type 'Int32' not defined" error messages. None of the error messages are for any sort of special library but rather...
Hello,
I want to create 2 XML based web.sitemap items to populate a single menu on a single master page. There are two types of userse: Admins and End Users.
I'm hoping that based on security I can toggle between the two.
Outside of using a database, can this be done via VB.NET code within...
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.