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 Chriss Miller 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: lmohr79
  • Content: Threads
  • Order by date
  1. lmohr79

    Using ReportViewer 9.0 in VS2010 - web.config changes back to 10.0

    I'm builing a web app in VS2010 using 3.5 framework. Our SSRS server is SQL2005 with no plans to upgrade in the near future. So I'm trying to use the 9.0 version of ReportViewer. The project references Microsoft.ReportViewerCommon 9.0.0.0 and Microsoft.ReportViewer.WebForms 9.0.0.0 - no...
  2. lmohr79

    Query multiple and varying databases on same server dynamically?

    Due to client considerations, I have a project that has multiple databases (all same schema) on a single server, having 1 additional database with "master" data (client name, contact info, etc.) Users need to access data from across multiple databases. I know that I can use UNION if I know...
  3. lmohr79

    Can I display a ConfirmButton only on certain conditions?

    I'm new to AJAX (think the calendar is great) and ASP.NET in general, but I need to create a "confirm message" box when the Save button is clicked, but ONLY if 2 session variable do not equal. Here's pseudo code: btnSave_onclick if session("A") <> session("B") then display message "do you...
  4. lmohr79

    Reinstall of XP on HP Pavillion ze2315 - wireless not working

    Just had to reinstall XP on this laptop and the wireless doesn't register - can't find it listed in Device Manager. Downloaded driver from HP site (on another PC) and installed on the laptop - rebooted, but still no luck. Where I can look on the PC / Control Panel to find the hardware? I'm...
  5. lmohr79

    Move &quot;saved&quot; print document from one printer to another.

    I have a job that prints directly to a network printer (hardcoded by a third party) - no way to change the printer in this application/scenario. But I want to print to CutePDF (installed on the PC as another printer). Is there a way to take the job (I can change the printer advanced setting to...
  6. lmohr79

    SQL2K - import data THEN add? increment to primary key

    I've got data from a MySQL database that had the primary key with "auto increment". Exported to a flat file for import. Now am importing to SQL2K - problem is that of the original 353 records (just a tiny db, thank goodness!), there are only 342, with the first record ID = 2. So I still need...
  7. lmohr79

    Excel e-mail attachment corrupts

    I've got a multiple step process, end goal is to send an Excel file by e-mail using VB.NET. Original data is in .txt report, so using Monarch V9 to create an Excel file from a summary. Then want to create either a Windows app or service to e-mail the report. I can get the file to e-mail just...
  8. lmohr79

    Migrating everything BUT data from SQL2000 to SQL2005

    I'm setting up a SQL2005 database on a test server (fairly small) and need to copy/migrate an existing SQL2000 db to the new server. But the SQL2K db is much to large for the test server. Is there a way I can create/copy everything BUT the data (schema, permissions, etc.)? One of the things...
  9. lmohr79

    Adding SATA II hard drive and need a SATA II PCI card questions

    I have a Dell Dimension 2350 with XP Home Edition. Bought a Maxtor 300 GB hard drive that is SATA II, but of course the Dell doesn't have SATA II, only ATA. I do have an open PCI slot, but since I normally don't do hardware, have some questions: 1) Can I use a PCI Express card? not sure what...
  10. lmohr79

    Convert LNAME,FNAME to FNAME LNAME and allow BIZ names

    I have a column of personal names that I need to convert, but mixed in are some business names. Here's the formula I've come up with - A1 can either be "Smith,John A" or "ABC Business". For all personal names, there is 1 comma, no commas in business names...
  11. lmohr79

    Batch file to rename &quot;unknown&quot; file (*.prn)

    Fair warning - I'm a "by the seat of my pants" user, so this may be very simple, but I'm stumped: I'm trying to build a batch file that renames a daily *.prn file to mmddyyyy.txt file. I know how to rename to today's date, but don't know how to "find" the name of the .prn file - the program...
  12. lmohr79

    Change default Java version

    I'm in the process of building a new PC (Dell Optiplex 745 - Windows XP Professional) - installed Visual Studio .NET 2003 and Java 1.6.01 - upgraded to 1.6.2. - If you need to know what else I've installed, just ask, but I thought these were pertinent to the question. Problem I'm having is with...
  13. lmohr79

    dropdown list populated via JavaScript, but values lost if postback

    I have a populated dropdown list. Via JavaScript, the user can enter a value into the list where it will be added, sorted and the selected index will be changed accordingly. However, if a postback occurs, the new values are lost. I know the server has no idea the values have been added, but why...
  14. lmohr79

    MS-DOS Batch - renaming a file with previous EOM date

    I'm trying to write a simple .bat job that will rename a certain file from "file-20060713.txt" (created with today's date in a 3rd party software) as "file-20060630.txt" (the last day of the previous month). I have used this script in previous .bat jobs to name files with the current date...
  15. lmohr79

    SP to return multiple items from 1 record

    I'm fairly green with SQL - learned most everything on the fly and have never worked with cursors, but think that this is what I need to do. Here's a example of the MSSQL table I've been given to work with (Name is the primary key): Name Reason1 Reason2 Reason 3 Joe...
  16. lmohr79

    Dell gx620 USB Serial adapter - handshake problem

    I work in a financial environment and am troubleshooting our newest Dell build Optiplex GX620. There are 2 special peripherals attached that are actually serial devices - Epson impact printer and a MICR reader. Due to the logic that the MICR device (and connected card reader) use, I want it to...
  17. lmohr79

    Suppress text box in last group header

    I have a text box in Group Header 1 that I want to suppress if it's the "last" group of the report. I'm sure I need to put a reference to evaluation time "while reading records", but haven't work with this feature in the formula editor. Thanks in advance!
  18. lmohr79

    Using shell to call .bat file with parameters

    I've just joined the forum and have found it very helpful! Thank you! I'm new to VB.net and programming in general - my background is general analysis and research in banking, so please bear with me. I'm trying to call a batch file with SHELL that includes 2 parameters in VB.net. The batch...

Part and Inventory Search

Back
Top