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 dencom 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. thankgodfortektips

    AES Encryption

    Hey Guys, Let me start by saying I have an apps that is wrote in classic asp and with a SQL 2005 back end. I have found this (http://rodsdot.com/asp/AES-Encryption-Using-ASP.asp) that shows how to encrypt data on the asp side and then the encrypted value is then stored in the DB. I have a few...
  2. thankgodfortektips

    Image Resize. Works Testing Not Live

    Hi All, Firstly I just want to say that I have no knowledge of C# at all... I know VB and ASP and I had to find a way to resize an image and I found a sample page which after many hours I made work for me. The page works fine in my testing environment but when I try and run it from my web host...
  3. thankgodfortektips

    Return Main Table if 2 values exists in sub table

    hey Guys, I have a table called Property and one called features. One property can have many features. I need a query that will return only the properties that have both featureID = to 1 and 3. After searching I have seen the IN command but this will return a record if it has 1 or 3. I need it...
  4. thankgodfortektips

    Automate Word Doc

    Guys, I have been looking at this all damn day... I have 2 sets of code that kind of work. I have one that open a rtf file and the next that loops through docVariables. The docVariable is the preferred method because the user needs .doc not .rtf. here is the code...
  5. thankgodfortektips

    Push Information to Different Servers

    Hey All, Not sure if this should be here or in the ASP forumn but here is my problem. I have an ASP application and with that there is tableA. tableA contains information that should be uniform throughout all installations of the database. The application is setup locally on about 5 different...
  6. thankgodfortektips

    Call Function based on Recordset Value

    Hi All, I have a recordset which I am calling which will return some data, but will also return the name of a function that will need to be run, depending on the data retreived from the DB. So Table1 FieldID FunctionName 1 FillDescription1() 2 FillDescription2() 3...
  7. thankgodfortektips

    ASP APP Security - Hack Possible?

    Hi All, I have developed an application (ASP and SQL 2000) that I have now got a few organizations using. I am just wondering the possibilities of getting hacked as I am wanted to change the app from running on local servers to being on a hosted server open to the world. I have a log in page...
  8. thankgodfortektips

    Resave View Unless Error

    Hi All, I have an ASP application which is working with an SQL 2000 database. The application has been working fine for months and lately I have started developing new areas in it. Since the new developments I have been getting complaints about errors, sometimes it is that in a table in the...
  9. thankgodfortektips

    Resave View Unless Error

    Hi All, I know this is the ASP forum and this is more an SQL issue but SQL is working with a ASP App. I have an ASP application which is working with an SQL 2000 database. The application has been working fine for months and lately I have started developing new areas in it. Since the new...
  10. thankgodfortektips

    Citrix - TS Grace Period Expired

    Hi All, I am new to citrix. We have it installed on a Windows 2003 server. All has been working fine for a good while now and then this week citrix is reporting. "To Log on to this remote computer, you must have Terminal Server User Access permissions on this computer...." So after trying all...
  11. thankgodfortektips

    Disable Cache for 1 URL

    Hi All, I want to be able to disable my ISA server from caching for a certain website. So for instance if my users go to http://mydomain.com the ISA server will never cache the site and will always check for the most current site. However, caching will still work for the rest of the web...
  12. thankgodfortektips

    Create VPN Creation

    Hi All, I have been creating an app to dial a vpn connection. I posted about it a while back and thank you to all that helped with it. I just have one more issue. The program works great, unless the orginial VPN connection is not created. I need to try and find some code that will create a VPN...
  13. thankgodfortektips

    Rejoin Machine same name - no authentication

    Hi All, I have a client that has a user that thinks he knows all about everything. He recently re-installed 2 of the machines on the network (From server to xp) We have a windows 2003 domain and he should not have admin rights on the domain. When asked how he managed to rejoin the machines to...
  14. thankgodfortektips

    oWsh.Run works from dev machine not from client...

    Hi All, I have a VB.exe that I want to give to my clients to help them dial a VPN... I have made the exe and from my machine it works great. However, once I move it to another machine it stops working. The VB.exe will load but when I try and run the following code, nothing happens...
  15. thankgodfortektips

    Callback jcb.dll error, then no error

    Hi All, I have a windows 2003 domain with exchange 2003 (Upgraded from 2000). We have a email store of 45GB and we have been trying to do a defrag for a long time. Whenever we run the defrag it gets to around 10% and then we get an error saying "Unable to find callback library jcb.dll (or one...
  16. thankgodfortektips

    Start Time Less Than Finish Time

    Hi All, I have an asp page which has two drop down menu's which lists available times. The times are stored as text. I need to check to make sure that the finish time is greater than the start time. I can do this using datediff with asp but dont know how to do it with javascript. I have found...
  17. thankgodfortektips

    Email sent to 8 people, 8 copies received

    Hi All, I have a problem with exchange 2003 (on a windows 2003 server). We have a mail host, and our internal server has GFI installed to pop pulldown from the server. We have one user that is not in our internal office and is configured to have outlook pop pull down and store in a pst...
  18. thankgodfortektips

    Zero Padding

    Hi All, I now visual basic but not sure how to do this in javascript. I am trying to get a button that will take the current time and fill in a hour and minute field. I have figured most of it out, but when the hour or minutes is under 9 it returns 9 instead of 09. So, what I need to do is if...
  19. thankgodfortektips

    Make Row Flash (Change background Colour)

    Hi All, I have searched and searched but can not find a thing on this. I have an asp application and it displays a list of orders. What I then have it do is change the background colour of late orders to red. Then what i want it to do, with orders that are really late I want it to flash red...
  20. thankgodfortektips

    Take image from Webcam

    Hi All, I have an application wrote in VB6. It is a video clock in application. A preview is showing 24-7, then, a person will put there ID number in and it takes a picture of the person clocking in and records the date and time. The problem I am havin is that I need to make the application...

Part and Inventory Search

Back
Top