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 Rhinorhino 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: tassflint
  • Content: Threads
  • Order by date
  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?

    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...
  7. 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...
  8. 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...
  9. 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...
  10. 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 =...
  11. 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
  12. 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...
  13. 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