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 Wanet Telecoms Ltd 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 Taha60

  1. Taha60

    Help with modifing widoez registry and compacting back ends

    Disconnecting users should not be a prob. since I can add a value in my "configuration table" with either a false or true. My forms can be set to check for the value and display a msg and quit forcefully if need be. Even if there was ONLY one user, My admin menu does have a lock on one...
  2. Taha60

    Help with modifing widoez registry and compacting back ends

    Thanks for the input.... I just have one prob. i shall not be able to maintain the database after I am gone which is within a month ... then who will compact the back end without making a mess of stuff.... Thanks ... Taha thamiral@uwo.ca
  3. Taha60

    change registry from a vba function

    Hello again Junior 1544 , the setting i wated to change was the one outlined in thread705-323980 already answered it there ..... thanks..... now i am just wondering if there is a way to run that code First thing .... or a way to write the autoexec using VB Thanks Taha thamiral@uwo.ca
  4. Taha60

    Help with modifing widoez registry and compacting back ends

    Thanks for that one ... where do u recommend to put it? Taha thamiral@uwo.ca
  5. Taha60

    change registry from a vba function

    additionally ... How do see if certain regisry entires are there and check them for their values? Thanks Taha thamiral@uwo.ca
  6. Taha60

    change registry from a vba function

    Can some one Please explain how to change registry values to 0 in HEXADECIMAL... Sample code will really help .... Thanks Taha thamiral@uwo.ca
  7. Taha60

    Help with modifing widoez registry and compacting back ends

    Hello... Two questions please....I would be very grateful for ze answers :) 1. I would like to ensure that everytime someone loads my database that the option "Windows in taskbar" from Tools-->options-->View Tab is unchecked... For access xp or 2k you can modify the following...
  8. Taha60

    Determine if another user has a form open

    Hello... I had the exact same need and all i did was make the form lock (all records) onto a DUMMY table that was never required. When you click on the button that loads the form, if another form has locked the table, the form wont load and an err will be outputted by access which can be...
  9. Taha60

    On database close event

    Hello... Yes I fully tested it and found no adverse affects on other users.... I dont know why there would be adverse affects on anyother users since i am locking onto a Dummy table which has nothing in it... thanks Taha thamiral@uwo.ca
  10. Taha60

    On database close event

    Thanks for the solution... But I tried and I got a bit of a better result... I set my admin menu to lock (allrecords) onto a dummy table on the back end! Therefore no other front end can use the admin menu since it will try to lock onto a table that is already locked... I think of my self as...
  11. Taha60

    On database close event

    Hello... I have s question which I would be extremly grateful to whosoever helps out in anyway. FIRST THE SCENARIO I have a database that has both front ends and a back end. In the front end, the user has the ability to use and Administrative Menu that is password protected in order that the...
  12. Taha60

    Getting a list of filenames and path from a Directory with subdirs

    WHOOOPS >>>!!!! SORRY Taha thamiral@uwo.ca
  13. Taha60

    Getting a list of filenames and path from a Directory with subdirs

    Hello... With respect to the last message ... Does that mean I have to count the Hyperlinks before hand???!!!... As you can see in my code ... I am adding as I come across a hyperlink... That is why i wanted to have a small window pop up to play animation while the func. does its work ...
  14. Taha60

    Getting a list of filenames and path from a Directory with subdirs

    Hello... With respect to the last message ... Does that mean I have to count the Hyperlinks before hand???!!!... As you can see in my code ... I am adding as I come across a hyperlink... That is why i wanted to have a small window pop up to play animation while the func. does its work ...
  15. Taha60

    Getting a list of filenames and path from a Directory with subdirs

    Me thinks me should rephrase the above msg... I know that it is set to go only for a certain amount of time ... but I wanted something that is dependant on the number of hyperlinks that I wish to add... for instance if i need to add 1e100 hyperlinks :) the progress bar would take more time...

Part and Inventory Search

Back
Top