Search results

  1. rob.low

    scaning progress bar

    Hi all :) What i am trying to achieve is this. i have 3 colored labels next to each other i am trying to use the timer function to somehow make each label visible at a time say left one visible then not, then middle visible then not, and right visible then not Trying to get sort of a...
  2. rob.low

    Spell Checker

    Thats a cool link thanks Nigel i was looking for a spell checker for ages Rob :) ps how did the project turn out .... the demo trial one ?
  3. rob.low

    referance Microsoft Scripting Runtime

    Hi there when i add the code it works ok but as soon as i untick the referance to dao3.6 it errors still cant get my head round this loll thanks for help andy other ideas are welcomed . Rob. :)
  4. rob.low

    referance Microsoft Scripting Runtime

    Hi jibbajabba That worked thank you :) just wondering could i do this for the dao3.6 object library ? if so could you post an example of the code to do this. thanks for help Rob :)
  5. rob.low

    referance Microsoft Scripting Runtime

    thanks for reply still cant sort it out loll any help ?
  6. rob.low

    referance Microsoft Scripting Runtime

    Hi gemma-the-husky yes you are right but the database i send out exports a module and a form in to the clients database and if they dont have the reference set it will not run. was looking for a way without asking clients to have to set them. thanks rob :)
  7. rob.low

    referance Microsoft Scripting Runtime

    hi All Looking for some help please. i have the following code to get the hard drive serial number (works ok) the problem is i have to set the references to Microsoft Scripting Runtime' which makes it hard to distribute my database. is ther any way i can referance to it in vba? so i...
  8. rob.low

    help on how this form wizard works please

    Hi HiTechCoach Thanks for your reply I now undersand how this works (great way to make a wizard) thank you for your help and the example ... you have a real good website there :) thanks Rob :)
  9. rob.low

    help on how this form wizard works please

    Hi there thanks for your help you mention tabs and they are hidden could you explain more in detail how do i make them visable say i wanted to edit the label on the second page/tab "perform first task" how would i do this? thaks rob:)
  10. rob.low

    help on how this form wizard works please

    Hi all Looking for some help on how this form wizard works please (downloadeed from hitechoach's web site ..well worth a look there) i cant see how it works i can see the first page it shows in design view but were are the other pages it shows when you run it? sorry i just cant see how it...
  11. rob.low

    Hi there sorry to message you but i could do with some help on your wizard example from your...

    Hi there sorry to message you but i could do with some help on your wizard example from your site. for the life of me i cant see how it works... all i can see is the main page in design and not the other ones that shows when you run it. any help would be appreciated as i could so with using...
  12. rob.low

    export module as .bas file with vba code

    Hi I did try with a mde and got an error message saying it couldent find the file. Rob :)
  13. rob.low

    export module as .bas file with vba code

    Hi All sorted now :) thanks for your help with this DCrake. Rob :)
  14. rob.low

    export module as .bas file with vba code

    HI there DCrake. Thanks for the quick reply and that was what i was looking for thank you it works great :) Was wondering is there a way i can do this with a mde file also ?? thanks again rob :)
  15. rob.low

    export module as .bas file with vba code

    Hi all Need some help Please :) looking to export a module from my database as a .bas file is there any way of doing this via vba code ? say from a command button maybe? any help will be really appreciated :D thanks Rob :)
  16. rob.low

    Stopping DB after "free trial" etc

    Sorry guys been working here :( wiklendt, The registering and ongoing keys can be a bit complicated as HiTechCoach says there are a few ways of doing this The registry is one way, serial in a text file hidden on PC (not ideal though) or the database property's. i use my own version of...
  17. rob.low

    Stopping DB after "free trial" etc

    I stored the expiry and date back values as dates and called then from the database
  18. rob.low

    Stopping DB after "free trial" etc

    Mike, One last thing. :) I supplied my local council with two databases (after they had tried them) and the problem i ran into was most corporate machines wont let you create a folder in the c drive let alone windows folder (users don't have admin permissions) just something to think about. rob
  19. rob.low

    Stopping DB after "free trial" etc

    Mike, No problem we are all here to learn (i have learnt so much from this site) I hope you get it sorted The reason i use the method of database properties is its hard to beat and tidy. I have all sorts of diferant versions one that uses a text file planted on the customers pc and one that...
  20. rob.low

    Stopping DB after "free trial" etc

    thought you were going to sleep lolll :) glad i could help :D
Back
Top Bottom