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

    Passing Params to Access Query with VB.Net

    I have a query in Access that I would like to pass parameters to from VB.Net. I don't know how to... 1. Designate the variable in Access 2. Designate the variable in VB.Net 3. Pass the variable to the Access query via VB.Net/ADO.Net Does anyone have links to something that would help me...
  2. msmith425

    Printing to Web Server Printer

    I'm developing a small web app that takes the users name from a web form and prints it out to a label printer. My problem is that I don't know how to go about printing. I do not want to print the web form just the data that the user has entered. The printer is a special label printer but it...
  3. msmith425

    Date Query in Access DB

    I'm trying to do a SQL query against an Access 2002 DB with a Date/Time field. The format of the field is "mm.dd.yyyy hh:mm:ss AM" I'm using a calendar control to get a date to search the database. My SQL statement looks like this: Dim strSQL As String = "SELECT * FROM Table1...
  4. msmith425

    Display data from DB in table other than DataGrid

    I'm trying to display data in a hand made (a la old asp) table so that my table headers and data are displayed vertically rather than horizontally. Is it possible to bind data from a database to a text label in a cell? Is there another way of doing what I want with the DataGrid that I'm just...
  5. msmith425

    How to Format ItemTemplate True/False as Yes/No

    I'm reading information from a database and trying to format the boolean true/false as a yes/no. Below is the code that I came up with but this is as far as I have gotten. <asp:DataGrid id=&quot;DataGrid2&quot; runat=&quot;server&quot; AutoGenerateColumns=&quot;False&quot;>...
  6. msmith425

    Adding quotes/double quotes to Access DB

    I have a form that the user enters info into and sometimes that info might contain a quote or double quote. I'm trying to find out how to enter these quotes into an Access db so that the information viewed in the database looks normal. I have been able to change the quotes to a character code...
  7. msmith425

    Passing a variable from ASP/VBScript to a JavaScript function.

    I'm having trouble passing a variable from ASP/VBScript to a JavaScript function. I'm trying to pass the var_URL to the openwin() function. But keep getting a &quot;Line: 22 Error: 'var_URL' is undefined&quot; in the ASP portion of the code (points to <body> line). Below is my code: Any...

Part and Inventory Search

Back
Top