|
-
Sep 13th, 2000, 08:20 AM
#1
Thread Starter
Member
I try to run an Access report and use the following command in order to maximize the Access window :
Dim loObject as new access.application
loObject.docmd.runcommand (10)
In this way, the maximize has no effect.
If put the same line twice, it works fine but with the window is flashing. What is wrong in our approach ?
Marci Sarwan ([email protected])
-
Sep 13th, 2000, 09:04 AM
#2
Hyperactive Member
Are you in Access?
Hi,
Is you application running in Access? I guess it really doesn't matter, but in the OnOPen event of your report put in the following line:
That should do it. I don't have an chance to test it right at this moment.
JazzBass
JazzBass
In the .NET era
Trying to remember VB6
Progress: 
XP Professional @ Home
and @ the Office
-
Sep 14th, 2000, 07:52 AM
#3
Thread Starter
Member
Hi JazzBazz,
I want Access application window to be maximised and if possible to be controlled by the VB application. How do you do that?
Marci S
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|