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 gkittelson 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: *

  1. tassflint

    Retrieving info from a prior web page

    Hello all, I am currently attepting to get info from a prior web page and can not figure out how this is done. On my web page i have html text input controls, filled from a database. The users, once the info has been filled in, click on a link button and it goes to a processing page...
  2. tassflint

    TWAIN communication

    Hello all, I am tired of trying to make the third party twain library work with our system. I want to write my own module that will handle all the communication necessary to do what we need the scanner to do. What we need is as follows: 1. Scan in the page(s) 2. Save it to 1 Tiff file I...
  3. tassflint

    Opening Microsoft Word in VB.Net

    Hello all, I created a document using VSTO and have it working perfectly. What I am wanting to do is call microsoft word from within another vb.net application and once word opens, have it run the document. Does anyone know how this can be accomplished? Thanks in advance, Brian
  4. tassflint

    Redirecting to multiple webpages that autoprint

    Hello all, I am creating a web page that has a number of print buttons on it. what each of these buttons do is run a Response.Redirect to a new page. These pages then automatically print out a form. I need to add another button that will print all of these forms with 1 click. I have the...
  5. tassflint

    Multiple Increments In 1 table

    Hello all, I am needing to create a table like this: id - main auto increment id for each row prefix - holds 3 different 3 letter combinations - supplied prefixid - autoincrement based on prefix So the table would look like this after a few entries id prefix prefixid 1...
  6. tassflint

    IIS Problem?

    safaritek, Yes, it is our intranet server and has no outside connections. I do have all permissions. What do you mean by adding the IP address to the headers? I only began web programming this year when I started with this company. Brian
  7. tassflint

    IIS Problem?

    safaritek, I am able to download the file from that url. I have also tried putting in the IP address for dc2 and it did not work either. Are there special permissions that need to be set in either IIS or maybe in Windows 2003 that I am missing? Brian
  8. tassflint

    IIS Problem?

    Hello all, One of my pages has an html object tied to a 3rd party twain dll . This page works just like it is supposed to within Visual Studio 2005. The problem comes when I upload it to our intranet server. The object does not see the dll, even though it is pointing to the location within...
  9. tassflint

    Visual Studio 2005 Runtime Environment

    jebenson, I put the dll in the bin and it still does not work. Any other ideas? Brian
  10. tassflint

    HTML object

    Dan, The file was delivered to me just fine. I have gone into the properties of the dll within IIS and said that script access is allowed to try and resolve what is going on. Brian
  11. tassflint

    Visual Studio 2005 Runtime Environment

    Hello all, I have created a website that uses a 3rd party twain dll to control a scanner. When I run the code using VS2005 the html object that i created is able to access the dll. When I move the code up to our intranet server the object is unable to find or can not access the dll file...
  12. tassflint

    HTML object

    Dan, DC2 is our intranet server, so everyone does have access to it. Brian
  13. tassflint

    HTML object

    Hello all, I am using a 3rd party twain dll on my site to control a scanner on the users machine. I can get the code to work when it is in VS 2005. The problem is that once I put the code onto the server, it can not find the object, or the objects code, I don't know which one. Here is the...
  14. tassflint

    Retrieving a Document from SQL Server Image Column

    Hello all, I finally got the images to come out correctly from this column in my SQL Server. Now I am trying to get a Word document to write properly to either the screen or Word itself. This is the code that I am using : Dim conn As New System.Data.SqlClient.SqlConnection Dim cmd As New...
  15. tassflint

    Viewing a SQL image type

    Hello all, I figured out what was going wrong with my previous code. I had the wrong content type going in because the picture I choose was not of the same type as I had said it was. Now I am having a different problem. The binarywriter does not produce the image, it just writes out the...
  16. tassflint

    Viewing a SQL image type

    Hello all, I am receiving an error when I try to view an image that I have stored in my SQL database. I have used the following code : cmd.Connection = conn cmd.CommandText = "Select filetype, img from ScanInfo" Try conn.Open() read =...
  17. tassflint

    My own column

    Hello all, This is my first time using MySQL and I need to know how I can add in my own boolean column to the select statement so that I can bind a gridview checkbox to it. Tanks in advance, Brian
  18. tassflint

    3rd Party DLL Reference Problem

    Hello again, Does anyone know where to find all the paths to a reference for a web project? We think that the server is being passed bad info by VS in regards to where this particualr dll is. Thanks, Brian
  19. tassflint

    3rd Party DLL Reference Problem

    Nicolai, We have the 1.0 SP 3 and 2.0 .Net Frameworks installed on the server. We have decided that it has to do with the way that the reference path is being set by Visual Studio. For some reason the server is unable to locate that particular dll, whereas the IIS on my machine is able to...
  20. tassflint

    3rd Party DLL Reference Problem

    Hello all, I do not know if this is the correct area or not to ask this. I have created a couple of aspx pages that use a 3rd party dll. When I debug or run them through my local IIS I have no problem viewing them. When I try to run them on our intranet server, I get a compilation error...

Part and Inventory Search

Back
Top