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 Wanet Telecoms Ltd 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. squirleegirl

    Last time query/table/report/etc used or accessed?

    Is it possible to find out the last time a query, table, report, form, etc. was used or accessed? I know I can use the built-in documenter, but it only tells me when it was created and the last time it was modified. I need this because I was handed a MS Access application that is running...
  2. squirleegirl

    OnClick Not Working

    Greetings! I have an asp page that is two frames (left & right). On the left side is a menu with events on it with a "Delete" link for each record. When the Delete link is clicked, I have a javascipt code that prompts for the reason you are deleting the record and then closes the asp page...
  3. squirleegirl

    Moving MSDE database to SQL Server 2000

    Hello ~ I've got an application that is currently using a MSDE 2000 database. It needs to go on a server that already is running MSDE and does not like to play well with other application especially those running MSDE. So, I would like to have my new app use our SQL Server 2000. Is there...
  4. squirleegirl

    ASP/JavaScript not inserting into db correctly?

    I'm not really sure if I should've posted this in another forum, but here goes anyways. I have an application that users account for time in. There are several comment areas for them to explain downtime or whatever. In order to make the report look cleaner, we wanted standardized comments...
  5. squirleegirl

    Using onChange for defined comments overwriting one another

    Greetings! I am very unfamiliar with javascript, so please bear with me. I have an asp page that users enter training downtime in and a comment box for them to explain their downtime. The page is written in asp using standard text fields, text area html code. I would like to standardize the...
  6. squirleegirl

    How to keep the .0 in number fields?

    I know this is probably a stupid question, but what data type will allow me to use decimals even on whole numbers? I have some users that want will sometimes enter decimal numbers in, but if the number they enter is a whole number, they still want to see the .0 after the number. Which data...
  7. squirleegirl

    "Break On" format of columns

    Hi ~ I have a query that I want to format the columns. Instead of this: 1 Data1 Date 2 Data1 Date 3 Data2 Date 4 Data2 Date I would like this: Data1 1 Date 2 Date Data2 3 Date 4 Date The Oracle statement is 'break on...
  8. squirleegirl

    IE Refresh button Reloads application - not refresh page

    Hi! I've got a problem that I'm not sure exactly what the problem is so I don't know where to look to find the answers. I've got an asp application that was developed by someone else that uses frames - left side contains logon then tree-structured menu options and the right side contains...
  9. squirleegirl

    FSO file exists not working

    Hello! I am so frustrated right now!!!! I have some code that filters through a directory looking for a certain named file. If it finds it, then it opens it up, reads it into a variable then deletes the file. However, right now I can't get past the if file exists part (this program is a VB...
  10. squirleegirl

    FileExists?

    Greetings! I'm a novice at VB, so be patient with me =-) I've got a program that searches for a file called flag.txt. This file can be in any folder. If this file(s)is found, then the program gathers the information in the files and sends the info out in an email. Currently, I've got the...
  11. squirleegirl

    Use of apostophe in user comments gets error in update query

    Hi! I've got a section that the user needs to leave comments in. Everything works fine as long as the user doesn't use an apostrophe in their comments. This causes a syntax error in the update statement. My code is simple - request the information from the form into a variable and use that...
  12. squirleegirl

    Report options?

    Hi! I have a web application written in asp that users enter data in daily and print reports monthly. The existing report is build using standard html tables and such. It has been decided to include more information in this report and to change the format. What I would love to happen is...
  13. squirleegirl

    Getting started - from ASP to Crystal

    Greetings! I am new at Crystal Reports - actually, I'm not even new to it - I have been requested to do a report using Crystal, so I guess I better learn =-) I have a web app that creates a report using ASP/HTML, however, it has been requested to do the report using Crystal Reports for better...
  14. squirleegirl

    Run-time 2176 - Settings for property too long

    Anybody have any suggestions about a Run-Time 2176 - The setting for this property is too long error? I've got a drop-down box that users pick a test from. They click the submit button and the results of the test show in the text box. The results are in a plain text file to begin with. Works...
  15. squirleegirl

    Access Denied Error - comwin - ASP pages

    Greetings! I hope someone can help. I am not very familiar with Javascript at all. I've got a critique website that when a certain answer is checked, it automatically brings up a comments section. Up until last week, it was working fine. What happened I don't know. This is my code: SCRIPT...
  16. squirleegirl

    Login failed when connecting with IP address

    Greetings! I am new to IIS and need some guidance. My website is working okay (intranet) when connected through the name (http://name/folder), but when I try to connect through the ip it gives me a error (HTTP 401.1 - Unauthorized: Logon Failed Internet Information Services). The IIS server...
  17. squirleegirl

    SQL .mdf/ldf files on different server than SQL is loaded?

    Greetings! I've got a piece of software that uses MSDE and does not play well when on the same machine as SQL Server. I moved the software to a different machine, BUT, we already allocated the disk space for this software to the other machine. Is is possible to have the mdf/ldf files on a...
  18. squirleegirl

    IIS won't display ASP

    Hi! I'm trying to put our website up on the server. IIS 5.0 is running. I've created the virtual directory and all of that. It will access the html pages, but will not access the asp pages. I get the http 500 error and when I turn off "friendly http headers", I get "Server...
  19. squirleegirl

    How do you remove page headers when using myprint()?

    I'm using the following function in an asp webpage. When the user hits the print button on the menu bar in a frame, it prints the contents of the other frame. My question is how do you remove the page headers? As of now, it prints the number of pages, the date, and the file location. I don't...
  20. squirleegirl

    VB Reference Library

    Does anyone know where I can find a list that details each of the reference libraries available in Visual Basic 6.0? I've got a "user-defined type" error, but can't seem to figure out exactly which reference I need to access the clsCollection. I run into this error frequently so...

Part and Inventory Search

Back
Top