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

    Search for acronym

    Using ASP and SQL Server. Is it possible to search a field using an acronym such as BFP and find Boiler Feed Pump without hardcoding BFP into the table?
  2. sharonc

    Command text was not set for the command object.

    Hi, I am getting this error: Command text was not set for the command object. /projects/Maintenance/search_results.asp, line 42 <b>Can someone tell what is wrong</b> <b>Here is my code:</b> <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!--#include file="../Connections/rs.asp" --> <% Dim...
  3. sharonc

    how do I create this report

    I need to create a report that looks like the following: It has a header section and then two identical forms follow it: Header section labid: AZ0515 Form1 storet: 00094 sampling date1 9-13-2003 results1 sampling date2 10-13-2003 results2 sampling date3 11-13-2003 results3 Form2 storet...
  4. sharonc

    reports won't print using viewer

    I am using Visual Basic 6 front end with SQL server 2000 backend. I'm using Crystal Reports 10 for my external reports. When I run my report, there is either minimal data or no data in the report. If I get out of the vb program and double click on the external report, the data is there. Can...
  5. sharonc

    template screwed up

    I created a website using a template. Everything has been working good, but now my template is screwed up. My webpages that use the template are fine because I haven't updated the webpages. Is it possible to take one of the pages that are ok and create a new template?
  6. sharonc

    #Name?

    Can someone tell me what is wrong with this code? I get #name? on the report instead of the data. 'Load File Header Record 10 to the report strSQL = "Select * from tbl_Rec10;" Set rs = db.OpenRecordset(strSQL) rs.MoveLast rs.MoveFirst For Cntr = 1 To rs.RecordCount...
  7. sharonc

    assign table data to unbound report field

    I have a table in my database that I want to read and then write the data of a field from the table to an unbound field on the report. Can this be done?
  8. sharonc

    force new lines for dates

    Question: Is there any way below to make 09/10/03, 12/05/03, 04/15/04 start on new lines. I have a MS Access database as the front end, SQL Server as the backend. I have a popup action field created using 'go to Detail Page' that displays as follows: 08/05/03 - A team consisting of Safety...
  9. sharonc

    popup message on index page open

    I have a message that I want to popup anytime someone opens my home page. Can someone tell me how to do this.
  10. sharonc

    not all requested data displayed

    I have an Active Server page built with Macromedia Dreamweaver. It is supposed to display 17 columns of data. rs.source = Select * from OMTenyearProjects I know there is data on the SQL Server in table OMTenYearProjects Columns 1-4, 6-8, 13, and 16 all show data, but the other columns are...
  11. sharonc

    pass database values to popup window

    Using asp and Javascript (in Dreamweaver): I have a window that displays all the data in a database record with a popup button to display the description field. The window displays the data for record 7, when I click on on the popup button, the description field is displayed for record 1, the...
  12. sharonc

    800 X 600 resolution - Ethics

    Question: We just setup an Employee Intranet. I have noticed that 25% of the people have their screen resolutions set at 800 X 600. Should I be concerned about these people not being able to see the entire web page? They can scroll. Is there a way to setup the web page so that it automatically...
  13. sharonc

    Need popup that pulls data from database

    I'm using Dreamweaver 4 mx, and SQL Server as database. I have three fields: Description, History, Action. I need the user to be able to click on each of these fields, one at a time and the data from the database is displayed in popup windows. Can someone tell me how to do this? Or if it can be...
  14. sharonc

    battery not holding charge

    Can someone help me? I have a new battery for my XP laptop. I have updated the Bios, uninstalled/reinstalled the ACPI items, optimized and still the battery won't hold a charge for longer than 30 minutes. This is the second new battery I have tried.
  15. sharonc

    popup menu displayed in at top of page

    I have a fireworks popup menu. It has 14 tabs. All the tabs except one display the popup menu exactly where I want it to show up. the 7th tab, displays the popup menu at the top of the web page, I want it to display beside tab 7. Can any one tell me how to fix this? Thank you
  16. sharonc

    cgi-bin

    Does it make a difference what the folder is called? My tech person says the folder doesn't need to be called cgi-bin it can be called scripts.
  17. sharonc

    asp sort

    I have an asp page that calls a second asp page. The second asp page contains the oledb code to connect to the database and display the data sorted. On the first page I need to give the user the ability to select fields (engineer, originator, plan year, etc.) to sort on. They have 14 fields they...
  18. sharonc

    space between buttons

    I imported into Dreamweaver a vertical button bar. I have deleted some of the buttons, but instead of shrinking the buttons, it has added space between the buttons. How do I get rid of the space between the buttons?
  19. sharonc

    ODBC for MS Access database

    I'm trying to use a ODBC for an MS Access database. This is my connection: "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\SEIMS\projects\ApacheProjects\Apache Projects Database.mdb;Persist Security Info=False" I receive the following error: not a valid path. Can someone tell me what I'm doing...
  20. sharonc

    Data access page or ASP

    Can someone tell me is it better to use Data access pages in MS Access or would it be better for me to use ASP to place a MS Access database on the WEB?

Part and Inventory Search

Back
Top