Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jkb17
  • Content: Threads
  • Order by date
  1. jkb17

    Get instance of Running Excel Workbook

    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...
  2. jkb17

    Unusual Excel File Size

    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...
  3. jkb17

    ASP.NET 2.0, CRYSTAL REPORTS & ABORTED THREAD

    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...
  4. jkb17

    Ajax Help: UpdateProgress Does Not Show on Production

    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...
  5. jkb17

    VB.NET and Export to Excel (Data Only)

    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...
  6. jkb17

    Greek Delta Character on Report

    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
  7. jkb17

    Access Denied Web Server to Remote Server on Network

    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...
  8. jkb17

    Link Buttons Do Not Work

    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...
  9. jkb17

    Type 'Int32' Not Defined Compile Error

    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...
  10. jkb17

    ASP.NET 2.0 - Menu control and dynamic SiteMap

    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...
  11. jkb17

    ASP.NET 2.0: Menu Control and Horizontal

    Hello, I have a menu included on a master page (master1.master). This master page is at the root directory of the web application and is loaded dynamically via web.sitemap sitemap XML document. The master page already includes the sitemasterdatasource control that allows for auto loading...
  12. jkb17

    Crystal Reports & SQL Connections

    Hello, all. I have an asp.net application (using vb.net 1.1). In my application, I call a series of reports (~ 15-20 reports) and have them executed and exported to PDF format. This process works fine; however, when you look at sysprocesses on the SQL Server (either via sp_who or sp_who2)...
  13. jkb17

    DTS Package And Task Failures\Errors

    Hello, I have created a DTS package that I load with a class file in vb.net. I execute the package and it fails on the server; however, I do not receive the failure or error result from the calling application. How do I retreive a specific tasks failure so that I can report accordingly to our...
  14. jkb17

    Excel Contorls Moving Unexpectedly

    Hello, I have a master workbook that one the "control" sheet contains 4 buttons in the first row. These buttons are for the end user and perform processing on each of their distinct underlying sheets One button is called Print Sheets that selects the 3 fixed data sheets (one at a time) and...
  15. jkb17

    ActiveXViewer Web Control And Keyboard Shortcuts

    Hello, I am using Crystal Reports 9.0 and its ActiveX Viewer web control to view reports over our intranet. People have been asking if its possible to use the PageUp and PageDown buttons to navigate through the reports. Is there a shortcut key that can be used in the ActiveX Viewer to...
  16. jkb17

    Stamp Does Not Pritn

    Hello, We received PDFs from vendors. Someone in our department must stamp them with a stamper and re-send the pdfs back. In order to make life easier, I scanned in the stamp and created a custom stamp with Acrobat. Now, the individual just has to stamp the file via Acrobat and re-send back...
  17. jkb17

    CheckBox and Datagrid: Row Formatting

    Hello, I have a checkbox on a datagrid displaying a true\false value. Code is fine and I have no problem with that. However, I had initially set the row height at 5px so that the rows are lean. They look nice this way and this is how I prefer them. Since I've added the checkbox to a newly...
  18. jkb17

    ActiveXViewer hangs - RPC Error

    I have a web based intranet application that utilizes the Crystal Reports ActiveX web viewer to dispaly reoprts. We are working with SQL Server 2000 backend and the active X viewer is version 9.0. All users have no problem; its just ONE user that cannot load the file. I have checked his pc...
  19. jkb17

    Logarithmic Excel Charts - Axis Manipulation

    Hello, I am charting data based on the logarithm of its values. I would like the y-axis, however, to display the data in its actual value. Reason being is that the logarithm displays the true moves over time of the data because a move 50 years ago was more significant then a similar move now...
  20. jkb17

    Mail Merge: Not seeing all queries

    Hello, I have setup a mail merge with MS Word. I have Office XP installed. Problem is that my query is a query of a query. I know I have done this before but when I moved the document and db to a local machine (to make edits\development adjustments) I cannot see the "queried query" as an...

Part and Inventory Search

Back
Top