Search results

  1. indesisiv

    Stop People Printing Forms

    Has anyone else come across this using this code. Steve
  2. indesisiv

    Number of records found

    I have an ubound text box on a form and put the code under the 'current' event of my form: Me!TextBoxName = CurrentRecord & " of " & Me.RecordsetClone.RecordCount Shows as Record 7 of 23 etc but you can change that...
  3. indesisiv

    Stop People Printing Forms

    Toolbar not showing / Hiding GHudson I am using your code to turn off all of the toolbars This will hide all menu bars and tool bars Dim i As Integer For i = 1 To CommandBars.Count CommandBars(i).Enabled = False Next i However I am then previewing a report and trying to get it to show my...
  4. indesisiv

    Stop People Printing Forms

    Thanks I'll give those a try today.
  5. indesisiv

    Stop People Printing Forms

    I have just tried to utilise this. I am still able to go to the file menu and select print!!! That is what i am trying to turn off. Sorry if i confused the issue. Steve
  6. indesisiv

    Stop People Printing Forms

    Thanks for that Rich. Good bye toolbars.
  7. indesisiv

    Stop People Printing Forms

    If I somehow manage to create my own menu bar, how do i turn off the one that is currently there? Steve
  8. indesisiv

    Stop People Printing Forms

    Hi all, I have a form that i use for data input, I have limited all of the menu's how ever the print option is still available. This leads to muppet users printing out the form and using it. There is a print button on the form that prints a report out that lays out the form into a useable item...
  9. indesisiv

    Speed skating

    Snowboard Cross is great to watch. I was off work yesterday and managed to catch the whole of the knockout rounds. 4 people at once down the same track, great fun to watch. Steve
  10. indesisiv

    Waffle House Poisoning Suspect Indicted

    There should be a counter suit for rank stupidity. There is no defence against this level of stupidity, certaintly no cause to sue. Steve
  11. indesisiv

    First Code Ever

    I was going to put that but thought that it sounded just a little bit to final. Steve
  12. indesisiv

    First Code Ever

    My last one was: msgbox "Goodbye world!" Steve:D :confused:
  13. indesisiv

    First Code Ever

    begin Writeln('Hello, World !'); end. Here is the first code that I wrote. Back when i had to write stuff in pascal. Steve
  14. indesisiv

    Print Problems

    Thanks for that ... i'll give it a go. Steve
  15. indesisiv

    Print Problems

    Ok so I can't get this to work. Does any one know if there is a way to do this through code ie in the report format section. I have loads of other formats in the code but i just can't get it to set the page margins. Is it possible or will I have to carry on fighting with the sendkeys route...
  16. indesisiv

    Couch or Gym?

    This is more like the trains we have around here to go down to london on. :)
  17. indesisiv

    Which Premiership Football Manager are you?

    For some reason I came back as Alan Pardew ... i'll settle for that. Just glad it wasn't Mr Fergusson.
  18. indesisiv

    Combo Limitations?

    Works great now Thanks
  19. indesisiv

    Combo Limitations?

    Thanks RuralGuy I'll give dlookup a go. Steve
  20. indesisiv

    Combo Limitations?

    More character limitations in my combo box. I am also having problems with this. My combo's information is coming from a select query but NOT a select distinct. THere is no sorting etc. Here is the senario: I have a frame where I select and option - the combo box is linked to the value of...
Back
Top Bottom