mloucel's latest activity

  • mloucel
    mloucel reacted to isladogs's post in the thread Solved Report not Opening with Like Like.
    You're welcome. I tried to comment the main changes I made but ask if anything is unclear. I recommend one further change: Your form...
  • mloucel
    mloucel replied to the thread Solved Report not Opening.
    Incredible .. I have questions since I am still learning, but I believe is time for me to dig deeper on your code and go back to your...
  • mloucel
    mloucel reacted to isladogs's post in the thread Solved Report not Opening with Like Like.
    Done! I've updated it as follows: a) Added Remove Filters & Remove Sorts buttons to your form - both are hidden when the form is first...
  • mloucel
    mloucel replied to the thread Solved Report not Opening.
    No I am sorry for my stupid explanation. Yes they do sort and filter and based on those filters/sorts, the report is generated, so when...
  • mloucel
    mloucel reacted to isladogs's post in the thread Solved Report not Opening with Like Like.
    Sorry but I've no idea what 'all hell is loose' and 'no matter what I lose control' actually mean. However, if your users are going to...
  • mloucel
    mloucel replied to the thread Solved Report not Opening.
    @isladogs I tested the following: Once I changed the report to acViewReport , all hell is loose, the report does not print only the...
  • mloucel
    mloucel replied to the thread Solved Report not Opening.
    Colin I am simply blown away.. Every time I learn something new, and you simply are a great teacher. About the issues: -Yes, I am sorry...
  • mloucel
    mloucel reacted to isladogs's post in the thread Solved Report not Opening with Wow Wow.
    I'm a bit late to the party and am aware that @xavier.batlle found the solution to your main problem. The DoCmd.Restore line is...
  • mloucel
    mloucel reacted to MsLady's post in the thread OnLoad -versus- OnOpen with Like Like.
    Okay, my lesson: So onCurrent is what i will always use in loading my recordset...
  • mloucel
    mloucel reacted to The_Doc_Man's post in the thread OnLoad -versus- OnOpen with Like Like.
    If you are keeping a form open and use the "navigator" buttons, you fire the OnCurrent event but not the OnLoad event. If you perform...
  • mloucel
    mloucel reacted to Banana's post in the thread OnLoad -versus- OnOpen with Like Like.
    Consider the order events falls in when opening/closing form: OnOpen -> OnLoad -> Activate (I think) -> OnCurrent -> DeActivate ->...
  • mloucel
    mloucel replied to the thread Solved Report not Opening.
    Thanks @The_Doc_Man . I Did the C&R, file remained at 60MB [The Original FE with all the bells and whistles], The backend it did went...
  • mloucel
    mloucel reacted to The_Doc_Man's post in the thread Solved Report not Opening with Like Like.
    For what it is worth, if you wanted to reduce the size of a native Access DB, front-end OR back-end, you just open the file and select...
  • mloucel
    mloucel replied to the thread Solved Report not Opening.
    Thanks mate but @xavier.batlle fixed it, it was missing 1 instruction at the Open Report level, but thanks.
  • mloucel
    mloucel reacted to June7's post in the thread Solved Report not Opening with Like Like.
    That command was already in code for UsersReport. I added to other report. No change, still fails. Also, as I said, I tried C&R and...
Back
Top Bottom