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 SkipVought 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. timdodgson

    Ajax Function

    Hi guys really new to javascript have put together this function to help mw with ajax, it seems to work ok Would like some feed back am i doing it all wrong , can i improve thank you in advance If its really bad please dont be to harsh i have only lernt from google in last 2 weeks :-) /*...
  2. timdodgson

    ASP shopping cart for paypal in existing site

    Hi One thing u could do is have ajax display the paypal button that way the form is not visable in a normal view source i have done this my self, but it is only a half fix u could see the source if u used debuger in chrome for instance, i am currently working on a script to fix this in essence...
  3. timdodgson

    Postcode

    Thank You Tim Dodgson timdodgson@msn.com www.timdodgson.co.uk
  4. timdodgson

    Postcode

    Hi Thanks for the replys What i really wanted to was write a function to validate Some thing like check if 6 or 7 letters check if alpha numerical check if letter first just do not know where to satart to the function any more help please Tim Dodgson timdodgson@msn.com www.timdodgson.co.uk
  5. timdodgson

    Postcode

    Any help on checking if a varible is a postcode Tim Dodgson timdodgson@msn.com www.timdodgson.co.uk
  6. timdodgson

    Week Report

    Hi every one I am very new to this so thanks in advance for any help The problem is I have a simple access database with a two tables one holds customer informatio the other holds transaction information what i want to do is a weekly report the nearest i have got i think is strSQL="SELECT *...
  7. timdodgson

    ASP Drop Down

    Thank you so much i should of know the first one derrrrrrrrrr i only been coding 6 weeks and using google and tek-tips as my book Again Thanks a lot Tim www.timdodgson.co.uk
  8. timdodgson

    ASP Drop Down

    Hi i have 2 questions I have managed to get adrop down to populate from my access db but some of mr recordsare blank so it puts blanks in the drop down how can i filter this out and next question is there a way i can auto xcapatilze the returned values Many Thanks in Advaance Tim Dodgson...
  9. timdodgson

    Compare dates in MS Access

    Thanks for the help I fixed it with this in the end strSQL = "SELECT * " _ & "FROM [sub] WHERE (day(datevisit)= "& visitday &" AND month(datevisit)= "& visitmonth &" AND year(datevisit)= "& visityear &")" I have no idea y just date wpuld not work lol Tim Dodgson
  10. timdodgson

    Compare dates in MS Access

    Thanks for the replies all seems ok the date varible does contane the date ie response.write date prints the current date on the screen this has me beat What i am trying to do is an appointment outstanding page in my database so when i open page it auto tells me how many jobs i have for that...
  11. timdodgson

    Compare dates in MS Access

    Hi its me again lol Ok my Problem is as follows I have a table in an ms access db one feild is called datevisit and its type is set to date/time So what i want to do is run a qyerry against the db from my asp page that compares against todays date by using the server varible date strSQL =...
  12. timdodgson

    re http://support.microsoft.com/kb/q175261/

    I worked it out as follows CopyMemory ArrBmp(0), Arr(BitmapOffset), UBound(Arr) - BitmapOffset + 1 It was move BitmapOffset + 1 up but wot through me was the + weas not pasting in Got there in the end Many Thanks Again Tim
  13. timdodgson

    re http://support.microsoft.com/kb/q175261/

    Thanks again that seems to od curedthat bit now i am simular probs with thischunk of code 'Move the bitmap into its own array ReDim ArrBmp(UBound(Arr) - BitmapOffset) CopyMemory ArrBmp(0), Arr(BitmapOffset), UBound(Arr) - BitmapOffset + 1 Any...
  14. timdodgson

    re http://support.microsoft.com/kb/q175261/

    Will give it a go Thank You so much Will post back with the result Tim Dodgson
  15. timdodgson

    re http://support.microsoft.com/kb/q175261/

    Many Thanks foryour replie here is the line (lpvDest As Any, lpvSource As Any, ByVal cbCopy As Long) Tim
  16. timdodgson

    re http://support.microsoft.com/kb/q175261/

    Hi every body first off i am completley new to vb i am trying to make the following activex.dll http://support.microsoft.com/kb/q175261/ when i attempt to compile i get the folowing error message Compile error expected: line no or label or statement or end of statemnet Please help I am...
  17. timdodgson

    embeded image in access database

    Thanks for the replie This gives me a good overviewof the steps i have todo I have searched the microsoft kb and found the following articlae that i must do q175261 would this be the best way and can any body help with vb as i have never used it Many Thanks Tim
  18. timdodgson

    embeded image in access database

    Thanks very much for the replies I will try to be a bit clearer I have an access database with over 5000 records in which i have inhereted what i wood like to do is display some of the info in a web page I have done this with all the fields except for the embed images So basicly i want to...
  19. timdodgson

    embeded image in access database

    Any help would be greatly appreciated i have tryed this binarywrite but i am sure ut is just me in th access database the ole image says bitmap image i have 5k records so i hope i can find a soultion or its a lot of work Many Thanks in Advance Tim Dodgson
  20. timdodgson

    Database Search

    Thanks fotr all your help the prob i have is i am working with an exsting datbase that hasa 5k pictures any way thanks again As always 2 steps forward and 1 back lol Tim Dodgson

Part and Inventory Search

Back
Top