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 John Tel 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. spgreen

    On Activate Tab problem

    thanks guys exactly what i was looking for just i was looking under the individual tab instead of the group tab. thanks for the pointer Simon
  2. spgreen

    On Activate Tab problem

    All, I have this problem with my tabbed control i want to process some information when specified tab is selected but nothing happens until you actually click the on a area inside the tabs page. This in itself is a problem as I have a lot of frames on the tab so actually clicking on the tab...
  3. spgreen

    IIS regional setting?

    Just to close the post. I finally got it sorted after almost losing my mind. It was a registry problem after all. The problem was that even though the regional settings on the PC looked ok, in the registry there was a entry in the HKEY_USERS\.DEFAULT\Control Panel\International, all the setting...
  4. spgreen

    Date problem driving me in Mad

    I've checked this out but the settings are all correct. the regional settings are set the same as my local PC. any body else, just one thing to add. i changed the db structure this morning so the time and date the record added is added is entered by the database and the dates get entered in the...
  5. spgreen

    IIS regional setting?

    just to confirm something with you. this is not a ASP.net application just old ASP. but i guessed the problem could be the same as you were having. i an correct in thinking this or is this solution only for asp.net applications Simon
  6. spgreen

    Date problem driving me in Mad

    this is not the problem, it's when add the information to a new record on the database, the sql string looks like DD/mm/yyy, but when i view the record on the db the record is formatted mm/dd/yyyy. the date is correctly formated on screen and the sql string it only when the record gets added to...
  7. spgreen

    IIS regional setting?

    i am having a similar problem but mine is with old ASP. i have a date Field on the database when i try to write information to it it gets changed to American format even thought the sql string is formatted correctly as dd/mm/yyyy. is there a setting in need to change. I've changed the regional...
  8. spgreen

    Date problem driving me in Mad

    All, i Have a problem when updating a access database with information from my asp app, I know you have solved this problem before but i cant get anything to work. when testing on my local PC the app works fine and the date is correctly entered onto the test db, but when i go to run the system...
  9. spgreen

    update function of a datgrid not updating

    All, Very very new to all this, so here is my problem I have and update function that uses parameters in the SQL to up a record in a access database but when I run the function it completes ok but the record in the database does not get updated. Can anybody see what I’m doing wrong here. Sub...
  10. spgreen

    New to ASP.NET

    if you have a link to this version it would be great
  11. spgreen

    New to ASP.NET

    So is there any point getting 2004/5 versions of VS. Net. Do I really need the whole version of VS.Net or can I purchase a version that is focus to ASP.Net
  12. spgreen

    New to ASP.NET

    All, This is a request for information about ASP. Net. I have a few applications under my belt using Classic ASP but my office now want to move onto ASP. Net. The majority of our work is based around databases. I have been looking into which development environment to use. This is the problem is...
  13. spgreen

    Hiding you validation script

    Hi All, This might be stupid question my experience with java script is limited. my question is can you hide the client validation script you have on your page. In theory could a malicious user copy you page locally change the validation script and submit the page to your web-server effectually...
  14. spgreen

    Colour specific dates on the Calender Control 9.0

    i don't like bumping but has anyone any idea of how to do this. it really would make life a lot easier
  15. spgreen

    Colour specific dates on the Calender Control 9.0

    Anybody got any idea if this is possible. I've been tearing my hair out all day to try and work out how to do this help please Simon
  16. spgreen

    Colour specific dates on the Calender Control 9.0

    Hi All, I want to use the calender control to show up which days a specified clinic is running. So when a user brings up the month of September each of the days that the clinic occurs (stored on a table) shows up as a different colour to the standard colours. Has anyone done this, is is possible...
  17. spgreen

    System Screen Design

    Thanks for the input mike Simon
  18. spgreen

    System Screen Design

    Hi all, This is a general question about the over all screen design of a system. recently i have been design interface to my system as a main from broken into section with frames inside these frames are button that link the interface together. The user access's the main screens of the system...
  19. spgreen

    changing the Icon on a custom command Button

    thats what i want to do, but i want to change the picture using VBA not by doing it manually
  20. spgreen

    changing the Icon on a custom command Button

    Hi all, As is says in the title how do you go about changing the default icon (smiley face) to another icon using vba. I've tried recording the action but nothing comes up. thanks in advance Simon

Part and Inventory Search

Back
Top