[AccessD] Jumping Forms

MarkH lists at theopg.com
Wed Dec 17 13:25:05 CST 2003


try putting a break in the start of the forms got focus event and step
through to see what happens... Does it jumpt befor the got focus event
starts for example?

hth

mark

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Rocky Smolin
- Beach Access Software
Sent: 17 December 2003 19:12
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Jumping Forms


Dear List:

Further testing shows that when I comment out the two lines:

    Call adhScaleForm(Me, 640, 480, 96, 96, rctOriginal)
    DoCmd.Maximize

I still get the 'jump' when the form gets the focus.  So it doesn't have
to do with ScaleForm or Maximize.

Rocky

----- Original Message ----- 
From: "Rocky Smolin - Beach Access Software" <bchacc at san.rr.com>
To: <AccessD at databaseadvisors.com>
Sent: Wednesday, December 17, 2003 9:08 AM
Subject: [AccessD] Jumping Forms


Dear List:

I have an app which uses the form resizing from the ADH and
DoCmd.Maximize in the _Open event:

    Call adhScaleForm(Me, 640, 480, 96, 96, rctOriginal)
    DoCmd.Maximize

As an MDB - no problem.  But when I make an MDE the form 'jumps' if it's
already open and gets the focus.  IOW, if I'm at a menu and go to a form
from the menu, the target form does not jump, but I leave the menu open.
Then when the user closes the target form and the menu, which is already
open gets the focus (Activate event is triggered but not Open event, and
I have no suspicious code in my activate event), I get that extra
'jump'.

Doesn't disrupt the operation of the program but it's irritating.

Has anyone seen this behavior?  Any known fix?

MTIA,

Rocky Smolin
Beach Access Software _______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com

_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.515 / Virus Database: 313 - Release Date: 01/09/2003
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.515 / Virus Database: 313 - Release Date: 01/09/2003
 



More information about the AccessD mailing list