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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ayh8disjob

  1. ayh8disjob

    Hiding ASP Code

    >I'm looking for a solution that lets me somewhat hide the >code so it's not easily viewed, but I need to be able to >put the pages on any server. Is this still possible with >HTML Guardian, or is there anther part that needs to go >with the code in order to decipher it? Ok... I Hope this sample...
  2. ayh8disjob

    Form link not working, basic question

    I agree you should remove that &quot;/&quot; in the <form> tag. [morning] I love coffee.
  3. ayh8disjob

    Hiding ASP Code

    I will tell you some good reason why just buying a software is very helpful: 1. when you create DLL it will take time (extra CODING) 2. Some company IS department dont like the idea of running a third party DLL in their server for security purpose. 3. It is very cheap and easy to use... and...
  4. ayh8disjob

    asp page does not save to the db

    just a thought and maybe you should check if the webpage is connecting successfully in the database Check this ----> u-database-url=&quot;automaxxwebdb.mdb&quot; and your connection string &quot;automaxxconnect_ConnectionString&quot;. [morning] I just love coffee.
  5. ayh8disjob

    Hiding ASP Code

    I purchased a software that encypts web pages... im not promoting it but there is a lot out there im using html guardian. [morning]
  6. ayh8disjob

    I need help with my query to use SELECT MAX or SELECT TOP?

    I need some help here i have this TABLE1 and I need to display the value of F1 and FSTA of the latest FDATE for each group of F2.... TABLE1: F1 F2 FDATE FSTA --- --- ----------- ---- 179 2 2003-11-22 1 222 2 2002-12-01 1 180 5 2002-11-22 1 181 5 2003-11-22 1 182 13...
  7. ayh8disjob

    Insert documents to a table

    Thanks guys for the help Ive already found a solution. :)
  8. ayh8disjob

    Store an images or documents in the SQL database

    Does anyone know how to store an images or documents in the SQL database and retreiving it back? any tutorial or a sample code would be much appreciated. Thanks in Advance!!!
  9. ayh8disjob

    Insert documents to a table

    Does anyone know how to store an images or documents in the SQL database and retreiving it back? any tutorial or a sample code would be much appreciated. Thanks in Advance!!!
  10. ayh8disjob

    How can I turn the computer off by a command?

    SurvivorTiger, OK...ok I think that is too difficult right but the trick here is to copy this part to a Module in your VB project... called it Module1.bas 'Api function and the constants required for ExitWindowsEx Declare Function ExitWindowsEx& Lib &quot;user32&quot; (ByVal uFlags As Long, _...
  11. ayh8disjob

    How can I turn the computer off by a command?

    When you want your VB app to force a Windows computer to shut down, restart, or log off, you can use the ExitWindowsEx API. Read about Windows API 'Api function and the constants required for ExitWindowsEx Declare Function ExitWindowsEx& Lib &quot;user32&quot; (ByVal uFlags As Long, _...
  12. ayh8disjob

    Session Variables Missing in IE6

    Yes your right! but I've enabled the option to allow cookies in the IE6 but still doesn't work. [morning]
  13. ayh8disjob

    Session Variables Missing in IE6

    I have this strange problem in IE6 browser only. In my page1 i store something in the session variable but when i tried to get that variable in the page2 It doesnt seems to save the session variables. and my problem is it works in IE5,IE5.5, and IE6sp1 but not in IE6. The code is something...
  14. ayh8disjob

    Session Variable problems

    We have an ASP driven site that uses Session variables to authenticate, like: Login -> Set session variable -> Display page based on session variable. The problem is, some browsers at my client's company can't view the entire page because it seems to not be accepting or storing Session...

Part and Inventory Search

Back
Top