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

    CSS for different <input> types?

    Is there any way I can define a different Style Sheet for Input tags with different types? (Example: <input type=text> <input type=button> ) I have standards on my web site that say the background should be one color, textboxes another color, and buttons another color. Is there an easy way to...
  2. wmd3

    Selecting Multiple items from a List(CFSELECT) on load?

    Hi, I am trying to select multiple items from a list on the load of a page. The list is loaded like the following: <CFSELECT NAME=&quot;lstName&quot; QUERY=&quot;QueryName&quot; SIZE=6 MULTIPLE /> If I select only one item it works. <CFSELECT NAME=&quot;lstName&quot...
  3. wmd3

    Pass Basic Security from site to SQL Server for CFQUERY?

    I am creating a web page (CF MX) that uses Basic Authentication and resides on our internal network. I need to be able to access our SQL Server (version 2000, if that matters) as the current person logged into the site. I have done this before in .NET by using the a connection string, but I...
  4. wmd3

    Using ADODB to Connect to a ODBC Datasource.

    I'm not sure if this is a VB problem, but I was hoping someone here could help me. I'm trying to connect to a Remedy (a CRM product) Database. It has it's own ODBC Datasource. I can connect to it successfully, but when I try to retrieve information (SELECT ...) I get the following error...
  5. wmd3

    Access Remedy Database from VB?

    I am trying to SELECT information out of a Remedy Database from a Visual Basic 6 program. I am using ADODB and connecting to the Remedy ODBC Data Source. I can open the connection with out error, but when I try to Execute my SQL Statment (&quot;SELECT ...&quot;) I get the following error...
  6. wmd3

    I call a Sub on UnLoad but my Public Variable above is reset?

    Example: <% Dim bln bln = False Sub Process() bln = True End Sub Sub DoOnUnload() If bln = True Then 'This is never hit. End If End Sub %> <html> <body OnUnload=&quot;<%DoOnUnload%>&quot;> Process </body> </html> I am new to VBScript, and if I am missing something I...

Part and Inventory Search

Back
Top