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

    Variables and form submitting problems

    All, I've got a weird problem which should be easy to solve. I am passing a variable from another page. I am using the following code to capture the value of the variable: strSurveyID = Request( "SurveyID" ) I successfully print the variable if I place it before the If statement...
  2. chassid

    Fixed columns on left

    All, I would like to know how to have two columns fixed on the left of the screen when using excel. Whenever I would go to the right the columns would stay fixed. Any help will be greatly appreciated. Daniel Do you know the Chabad Lubavitch Sheliach in your area? He is waiting for you!
  3. chassid

    IsNumeric function for ASP

    All, Visual Basic has a reserved word called IsNumeric where you can find if a value is numeric or not. Does ASP has anything similar to this? Any help will be greatly appreciated! Daniel Do you know the Chabad Lubavitch Sheliach in your area? He is waiting for you!
  4. chassid

    Problem with INSERT and UPDATE

    All, I am trying to UPDATE and INSERT a table but this is the message that I keep getting: Microsoft VBScript compilation error '800a0401' Expected end of statement /newact/members/diract/getpassword.asp, line 82 UPDATE members SET email = '" & strEmail & "' WHERE...
  5. chassid

    Locking the server!

    All, Something very weird is happening here. We have a Dell PowerEdge Server running MS 2000 Server. Whenever I run an ASP page I've created that contains the smallest mistake like a mispelled AND in the SELECT statement or a wrong table name after the FROM clause, the server goes into an...
  6. chassid

    help with select statement

    B"H I can't get this select statement to work! I am looking for for one fields and displaying these four fields: firstname, lastname, title, address if the search is found. The select doesn't work and I get http 500 error. Here it is: objRS.Open "SELECT * FROM members...
  7. chassid

    field rename problem

    B"H My database has several tables. I renamed some fields and now whenever I go inside to a table it asks me to enter what is the new field name to the table it is linked to. It does this by popping up a window which says enter parameter. Once I enter it works, but it never saves the...
  8. chassid

    Trouble with select statement please help!

    B"H This is the select statement I am using: objRS.Open "SELECT * FROM Contacts1, Organization, Type WHERE Contacts.OrgID = Organization.OrgID AND Type.Type = Contacts.Type AND " & strField & " LIKE '%" & strFor & "%' ORDER BY " & strOrderBy, objConn This...
  9. chassid

    Date and time

    B"H I would like to know how do you enter the date and time a form was completed automatically when the user presses the submit button. The information should be submitted to an access database connected through ODBC. Also, I want a textfield to be populated after the user chooses a...
  10. chassid

    Converting VB to HTML

    B"H All, I am looking for a program that will convert VB 6 to Html. Preferbly after it has become an .EXE file. Thanks, Daniel Do you know the Chabad Lubavitch Sheliach in your area? He is waiting for you!
  11. chassid

    ASP launching an .EXE

    B"H All, Can asp launch an executable file on the server? If so, how should that be coded? Thanks for the help, Daniel Do you know the Chabad Lubavitch Sheliach in your area? He is waiting for you!
  12. chassid

    Program to convert VB to work in Internet

    B"H Can anyone tell me of a good program that will convert a VB program to work in the internet. I have seen a few, but none did all that I was looking for. All suggestions will be greatly appreciated. Daniel Do you know the Chabad Lubavitch Sheliach in your area? He is waiting for you!
  13. chassid

    ActiveX Plug-in

    B"H All, Where can I get an ActiveX plug-in for my IE or Netscape browser? Thanks, Daniel Do you know the Chabad Lubavitch Sheliach in your area? He is waiting for you!
  14. chassid

    ActiveX Plug-in

    B"H All, Where can I get an ActiveX Plug-In for my IE or Netscape browser? Thanks, Daniel Do you know the Chabad Lubavitch Sheliach in your area? He is waiting for you!
  15. chassid

    ActiveX Plug-IN

    B"H All, Where can I get an activex plug-in for my IE or NET. browser? Thanks, Daniel Do you know the Chabad Lubavitch Sheliach in your area? He is waiting for you!
  16. chassid

    Automatically downloading ActiveX, for browser who don't support it

    B"H All, I have a VB program which I enabled to work through the web by activex. I want to know what is the best activex software that should be downloaded for those who are unable to view activex. Also how to program it so that the activex will automatically be downloaded? Please tell...
  17. chassid

    VB in Internet

    All, Is there a way to have VB pages displayed as html or have values passed from an html to a VB and back to the html? All help will be greatly appreciated. Daniel Do you know the Chabad Lubavitch Sheliach in your area? He is waiting for you!
  18. chassid

    Sending/Receiving values from OCX

    All, I have an OCX application which I would like to send and receive values from. The values sent would be address and zip code and the values returned would be lattitude and longitude. What is the best way to code this? I have learned a little about ActiveX, but I don't know if it will work...
  19. chassid

    Running OCX Application

    B"H Does anyone know how to run an OCX application, one that runs with Visual Basic or C++, through the Internet? Any help will be greatly appreciated. Daniel Do you know the Chabad Lubavitch Sheliach in your area? He is waiting for you!
  20. chassid

    CDONTS only working with Hotmail!!! HELP!

    All, I am using CDONTS to email from a form. The problem is the only email that receives the messages sent are hotmail accounts. All other email get stuck in the QUEUE folder in the server under inetpub. Another strange problem is when I send an email to a user under the same server where the...

Part and Inventory Search

Back
Top