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 Mike Lewis 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. hemal666

    database record update error

    got it sorted ......the code was correct....managed to narrow it down to a data type problem with one of the fields. thanks for your time people. hem
  2. hemal666

    database record update error

    Thanks so much for your input poeple.....its appreciated! i tried changing the code to look like what "DONETGNAT" suggested and got rid off the unrequired record set..... no joy.... then ive put the SQL statement into Access (through the query builder)....it tells me that my last Field...
  3. hemal666

    database record update error

    hi, im trying to updaye a access db using a sql update statement......it just wont work...I get an error saying Microsoft JET Database Engine error '80040e10' No value given for one or more required parameters. /modc1.asp, line 50 which points to psql = "UPDATE client SET...
  4. hemal666

    check online status of specific msn messinger account via ASP script

    hi i want one of my pages to be able to tell if im signed in on msn messinger? Is it possible and how do i do it? Plaese HELP! thanks hemal
  5. hemal666

    asp to launch windows messinger

    Hi poeple, I want to use an asp script on a web page to launch msn messenger and add a contact to list. Im not quite sure if this can be done, but really want to do this for one of my sites. Any suggestions would be cool. Thanks hems
  6. hemal666

    odbc access connection insert problem

    im just too dumb to notice little things like that sometimes.... the quotes were the problem Thanks m8
  7. hemal666

    odbc access connection insert problem

    erm.. all field names are spelt correctly, all data types are correct and none of the values are blank..............im still stuck
  8. hemal666

    odbc access connection insert problem

    hi people ive written a siomple script to inserta record into an Access data base, when i try to execute the code i get the following error, which i belive means that a colum in the table is not peresent (which it is)...
  9. hemal666

    urgent: trying to open a new asp page from a submit on a form with JS

    hi thanx again for your help. however im stillunable to control the properties of the asp page. The properties of blank.htm are controlled fine. still a little lost! thanx H
  10. hemal666

    Open Full Size

    it not really posible to do what you initially want. Using two pages: on your anchor tag for the link to the second page insert onClick="javascript:self.close();" hemal
  11. hemal666

    urgent: trying to open a new asp page from a submit on a form with JS

    cheers for looking at this, i've added the target window name. The form element now looks like this <form action=&quot;http://www.pjosiah.co.uk/hillcrest/reqinfo.asp&quot; method=&quot;post&quot; target=&quot;hcresta&quot; name=&quot;reqinfo&quot; class=&quot;service&quot...
  12. hemal666

    urgent: trying to open a new asp page from a submit on a form with JS

    Hey there people, Im trying to open a new window from an html page using the submit button on a form. This is not a problem, however i do not want the address bar to open and i want to control the size of the window. With my current code the new window will open (no address bar and the correct...
  13. hemal666

    Problem code i can't see whats gone wrong (simple form)

    Thanks chris new it would be something stupid like that :)
  14. hemal666

    Problem code i can't see whats gone wrong (simple form)

    hey there peeps, ive been writing a form for a client, when the pgae loads none of the html shows, yet i can view source and its all there. Im sure its an obious mistake, but im blind to them. Please help, heres the code: <%@ Language=VBScript %> <% Option Explicit %> <% Response.Buffer = True...
  15. hemal666

    fill intro

    this is created using a loading indicator. check this link for more info http://www.flashkit.com/tutorials/Actionscripting/Basic/Progress-Josh_Van-668/index.php hope it helps hemal
  16. hemal666

    Where are IE Favorites stored ?

    hi i had a little dig around favourites will be srored on the client in the following location x:\documents and settings\usrnme\favouriteswhere x is the main hd and usrnme is the users windows login name (adminsitrator by default). As to the file extension, it looks like a 'internet shortcut'...
  17. hemal666

    Vb script compilation error while TRYING to write to db, URGENT

    yup all values are strings in the database and ive tried spacing them too!!! still no JOY!!!!!!!
  18. hemal666

    Vb script compilation error while TRYING to write to db, URGENT

    hi, im trying to wite some info to MS Access database with a DSNLess connection, i just cant seem to get past ther error! heres the error: Microsoft VBScript compilation error '800a0401' Expected end of statement /registerinterest.asp, line 40 SQL =&quot;INSERT INTO...

Part and Inventory Search

Back
Top