mloucel's latest activity

  • mloucel
    mloucel replied to the thread Solved Report not Opening.
    Well BLOW ME DOWN!!!! 🤯🤯 Thanks mate.
  • mloucel
    mloucel reacted to xavier.batlle's post in the thread Solved Report not Opening with Wow Wow.
    Easy, I created a new database and imported all the objects.😉
  • mloucel
    mloucel replied to the thread Solved Report not Opening.
    DARN YES. it does... I never in my wildest dreams would have think about that. Thanks mate. Also, can you please share with me, how...
  • mloucel
    mloucel reacted to xavier.batlle's post in the thread Solved Report not Opening with Like Like.
    mloucel Don't ask me why, but if you add Docmd.Restore when opening the report, it works! Private Sub Report_Open(Cancel As Integer)...
  • mloucel
    mloucel reacted to June7's post in the thread Solved Report not Opening with Like Like.
    File does not close properly at all when windows are hidden, not even when reports are not run. Why is file size so large for so little...
  • mloucel
    mloucel posted the thread Solved Report not Opening in Forms.
    Hello gurus: I have been working on a program for my office for the last year, many of you have helped me to accomplish many of the...
  • mloucel
    mloucel replied to the thread Solved Form Size.
    Wow thanks doc, I really appreciate your knowledge, I had no idea, there are a few changes I need to make to my database better, and...
  • mloucel
    mloucel reacted to The_Doc_Man's post in the thread Solved Form Size with Like Like.
    In an OnOpen event, the object that holds the controls of the form/report is opened, but none of the controls have been loaded yet. It...
  • mloucel
    mloucel reacted to cheekybuddha's post in the thread Solved Form Size with Like Like.
    Sorry, I'm not thinking very clearly!! 😬 Increasing the detail height will not work here because it is a continuous form, and you will...
  • mloucel
    mloucel replied to the thread Solved Form Size.
    The record source is filtered by the user, they need so many different reports, so I left those fields enabled but locked, so they can...
  • mloucel
    mloucel reacted to cheekybuddha's post in the thread Solved Form Size with Like Like.
    Actually, it doesn't look like you have a subform control. I'm not sure why you have only one row displayed unless you have filtered...
  • mloucel
    mloucel replied to the thread Solved Form Size.
    After a little while of moving things around, I had to go back to the original code, I just made 1 simple STUPID change. Instead of...
  • mloucel
    mloucel reacted to cheekybuddha's post in the thread Solved Form Size with Like Like.
    Then add a similar expression for the subform control
  • mloucel
    mloucel replied to the thread Solved Form Size.
    Now it displays only 1 record:
    • 1766523325525.png
  • mloucel
    mloucel reacted to cheekybuddha's post in the thread Solved Form Size with Like Like.
    Try this in the Form_Resize event: Private Sub Form_Resize() Const w As Long = 28440, h As Long = 11835 With Me ' Set the inside...
Back
Top Bottom