Results 1 to 3 of 3

Thread: Maximise Access object when running report throVB

  1. #1
    Guest
    I have an application in visual basic that creates Access object and runs the access report. I use Do cmd object to run the report and maximise method of do cmd to maximise the report. This maximises the Report in Access. But access application runs minimized. How to bring access application
    to the top of the screen and maximise it ??
    Please help me in this .
    TIA!


  2. #2
    Guest
    Got this problem solved through my friends help. Set the Access objects visible property true. Used the showWindow (hwd,MAXIMISE)API and passed the access object handle got by calling hwdaccess() method of Application oBject. Voila !! It works!!

  3. #3
    New Member
    Join Date
    Oct 2000
    Location
    PARIS, FRANCE
    Posts
    1

    Thumbs down Visible property

    Application.visible !

    Did you tried the visible property of Application object???
    It seems to maximize Access window (default is false for OLE call).
    Enjoy!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width