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

    adding text fields

    I have a form with 7 text fields used for entering dollar values. Is there a way that I can call on javascript to keep a running total in the subtotal field as I enter numbers in the other text boxes? I am very new to Javascript, and am not certain how to to this. Any help would be grately...
  2. mortkc

    install IE 6 SP1

    I have a user that has a damaged install of IE6, and I am trying to reinstall. I am getting an error message telling me that the install cannot continue due to a newer version found on the machine. I have uninstalled and removed all critical pointers to it in the registry, but I still get this...
  3. mortkc

    Excel from web page

    I have a web page on our intranet that has a link to an excel spreadsheet. When I open it from my workstation (WinXP, office 2003) it will prompt to save when I close it. If I do it from another workstation, it does not prompt to save, and all changes are lost. I noticed on the "non...
  4. mortkc

    permissions not working

    I have a frontpage user who suddenly lost her ability to get into her web. When she opens FP, it prompts for her user and password. When I log into FP and check her permissions, she is set as author and browse. I have tried reapplying her permissions, but it does not make any difference. Any...
  5. mortkc

    Printer Recommendation

    Can anyone recommend a strong color laser printer that prints high quality page layouts and marketing handouts? We have tried the Xerox 6250DP, but it does not have the quality that we have been looking for. Thanks.
  6. mortkc

    LSASS.EXE

    Does anyone know if LSASS can be removed from a windows 2000 server that is not running as a domain controller? I have a server that is running exchange 2000 and it is running extremely slow, and the LSASS.EXE process seems to be eating a large amount of memory and IO hits.
  7. mortkc

    Type Mismatch

    I am trying to add (via ASP) a combination of letters and numbers to a "SerialNumber" field in an Access Table, and it returns a Type Mismatch. If I enter only numbers, the code works fine. It is failing on the following lines: strItemID = CStr(Request("txtSN"))...
  8. mortkc

    You cannot add or change a record because a related record is required

    When trying to add items to a database table using INSERT INTO, I am receiving the following error: You cannot add or change a record because a related record is required in table 'items' I am using the following code: strSQL = "INSERT INTO...
  9. mortkc

    No ping from VPN Connection

    I have a user connecting to our network via Microsoft VPN. They are able to establish a connection and open a terminal emulator that uses telnet, but they cannot open email, resolve names or ping names and IP addresses. When I ping the ip or the name, it just times out. If I do an ipconfig...
  10. mortkc

    Laptop CPU speed

    I have a new 3.03Ghz laptop, but when I go into Control Panel and system, it says it is a 3.03Ghz CPU at 890Mhz and sometimes 1.2Ghz. I have looked at other P4 laptop processors that are 2.4Ghz running at 2.39Ghz. Is there a setting that can be changed, or could there be something wrong with...
  11. mortkc

    tape drive recommendation

    Can anyone recommend a good tape drive that is not too expensive. I am looking for a 4mm Dat (DDS4 compatable) External drive. I am replacing two IBM tape drives that are not compatable with BE 8.6 for Windows 2000 server. Thanks for your input!
  12. mortkc

    incomplete image attachments

    I have a user on Microsoft Outlook 2000 who is having trouble receiving some image attachments. If I send them four .JPG images, they receive the files, but only three of the four are complete. The fourth image is half image, and half distortion. If I try to send just that one image the same...
  13. mortkc

    capability not supported

    When one of our users tries to copy an account from one database to another, they get the following error on certain accounts: Capability not supported. Context Field:double UINDID BDE Error Cat:Code:[48:1] BDE:500[21/6/1999] Goldmine 5.50.10424 Any Thoughts? Thanks.
  14. mortkc

    unexpected error

    When I try to open a web page that points to an access database (using a system DSN), I am getting the following error: Error Type: Provider (0x80004005) Unspecified error It was working earlier today? Any suggestions? Thanks.
  15. mortkc

    Word Link with Office XP Problem

    I am installing Word link on an XP Pro system running Office XP SP2. When I open word, the Goldmine menu option does not appear. When I log in as Administrator the menu is there. I have made sure the user has admin rights to the machine, full access to the Hard disk, registry and normal.dot...
  16. mortkc

    hyperlink to folders

    Is it possible in Frontpage to create a hypelink to a folder on a file server? I would like to create a link that opens up the folder and displays its contents so I don't have to create a link to every document. Thanks.
  17. mortkc

    cannot add or change record

    Does anyone know a way around this error? Error Type: Microsoft JET Database Engine (0x80040E21) You cannot add or change a record because a related record is required in table 'Items'. none of my fields are required, and I have them set to allow zero length. Thanks.
  18. mortkc

    cannot add or change record

    When trying to update my recordset, I am getting the following error: Microsoft JET Database Engine (0x80040E21) You cannot add or change a record because a related record is required in table 'Locations' I am using an access database, and the Locations field is not required, and set to allow...
  19. mortkc

    calculations with date

    I have a short program that is pulling a date from a database field. I want to take the difference between that date and the current date to see if the date has already passed, and I am using the following code: Do While Not objRS.EOF strDateCalc =...
  20. mortkc

    variables in SQL query

    Can I use a variable instead of a value from the database? Here is my example: "SELECT * FROM Customers WHERE CustomerID = 'Smith'" Can I replace Smith with the value from a variable that was passed from a user input? Thanks

Part and Inventory Search

Back
Top