[AccessD] Popup Form

Rocky Smolin at Beach Access Software rockysmolin at bchacc.com
Mon Aug 6 13:37:02 CDT 2007


A.D.:

My client had the idea and knows a little about Access so I told him to go
ahead and see what he could do.  He ran into a kind of dead end.  I suspect
that there's a different way to get done what he needs.  The app was
developed with all unmaximized forms.  The first form I modified I maximized
and that gave him a lot more real estate.  He also likes the ADH form
resizing code which I put into one of the forms.  So we're trying to make
the look of the app consistent.  Anyway, this item is now on the 'B' list.

Thanks and regards,

Rocky





 	
	

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of A.D.TEJPAL
Sent: Monday, August 06, 2007 11:18 AM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Popup Form

Rocky,

    Unless the PopUp property of a form is set to Yes, you can not prevent
other forms from coming to the top. However, this property can be set only
in design view.

    If you are in a position to explain as to what exactly is sought to be
accomplished by making the form PopUp on some occasions and non-PopUp on
others, a work-around could be explored. 

Best wishes,
A.D.Tejpal
---------------

  ----- Original Message -----
  From: Rocky Smolin at Beach Access Software
  To: 'Access Developers discussion and problem solving' 
  Sent: Monday, August 06, 2007 02:29
  Subject: Re: [AccessD] Popup Form


  I'll have to try it with the minimize button disabled - see what happens.

  Rocky

   
  -----Original Message-----
  From: accessd-bounces at databaseadvisors.com
  [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Max Sherman
  Sent: Sunday, August 05, 2007 12:26 PM
  To: 'Access Developers discussion and problem solving'
  Subject: Re: [AccessD] Popup Form

  I *think* you will find that the difference is that popup stays on top of
  everything whereas dialogue can be minimised.
  Haven't check though.
  Max
   

  -----Original Message-----
  From: accessd-bounces at databaseadvisors.com
  [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Rocky Smolin at
  Beach Access Software
  Sent: Sunday, August 05, 2007 2:31 PM
  To: 'Access Developers discussion and problem solving'
  Subject: Re: [AccessD] Popup Form

  Steve, et al:

  Dialog is the same as popup?

  Rocky


  -----Original Message-----
  From: accessd-bounces at databaseadvisors.com
  [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Steve Schapel
  Sent: Sunday, August 05, 2007 12:46 AM
  To: Access Developers discussion and problem solving
  Subject: Re: [AccessD] Popup Form

  Rocky,

  I think something like this should work...

  If YourSwitch Then
      DoCmd.OpenForm "YourForm", , , , , acDialog Else
      DoCmd.OpenForm "YourForm"
  End If

  Regards
  Steve

  Rocky Smolin at Beach Access Software wrote:

  > Can a form be opened in either popup or not depending on the value of a
switch?
--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.6/938 - Release Date: 8/5/2007
4:16 PM
 




More information about the AccessD mailing list