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!

Recent content by chassid

  1. chassid

    Variables and form submitting problems

    return POST can this help at all? Do you know the Chabad Lubavitch Sheliach in your area? He is waiting for you!
  2. chassid

    Variables and form submitting problems

    I have tried both tips given above, but I still get no value for strSurveyID when it is inside the if statements. Any more ideas? Thanks for the help Daniel Do you know the Chabad Lubavitch Sheliach in your area? He is waiting for you!
  3. 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...
  4. 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!
  5. 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!
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. chassid

    Trouble with select statement please help!

    B"H Thanks! I did what you said, found the problem, fixed it, and now it worked! Thanks, Daniel Do you know the Chabad Lubavitch Sheliach in your area? He is waiting for you!
  11. chassid

    Trouble with select statement please help!

    B"H Thanks! I did what you said, found the problem, fixed it, and know it worked! Daniel Do you know the Chabad Lubavitch Sheliach in your area? He is waiting for you!
  12. 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...
  13. 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...
  14. chassid

    Converting VB to HTML

    All, I believe you misunderstood me. I made a program on Visual Basic 6. It has three different forms. I have compiled it and it has become an .EXE file. Now, I wanted to turn this .EXE file to run on the internet, thus turning it into an html file. I am not trying to reverse engineer...
  15. 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!

Part and Inventory Search

Back
Top