Re: Open Popup at Mouse DblClick Coordinates
- From: Salad <oil@xxxxxxxxxxx>
- Date: Wed, 29 Aug 2007 13:08:31 -0700
Dave wrote:
Salad, I didn't realize that sarcasm was a part of these groups. Nice
to see that you're on board with making people want to come here.
You're welcome.
I, oftentimes, don't know the skill level of the people I respond to.
I thought "You could try using the OpenArgs and then parsing them in the open event of the form." was sufficient advice to your response "No, that doesn't work."
Next time you have a problem I'll write the code for you.
.
On Aug 29, 12:49 pm, Salad <o...@xxxxxxxxxxx> wrote:
Dave wrote:
HI! Thanks for the quick reply. No, that doesn't work.
The key word you missed is the word "Parse".
Enter the word OpenArgs in a code module, highlite it, and press F1.
I guess you can go towww.dictionary.comto get the definition of "parse".
On Aug 29, 10:38 am, steb...@xxxxxxxxx wrote:
On Aug 29, 10:25 am, Dave <KillnComput...@xxxxxxxxxxx> wrote:
Access 2002...I need to open a popup at the location of a mouse
dblclick. Can anyone help with this? I can get the mouse X & Y, but
I'm not sure how to open a form in a specific location by code.
Thanks in advance
You could try using the OpenArgs and then parsing them in the open
event of the form.
For instance:
DoCmd.OpenForm stDocName, , , stLinkCriteria,
OpenArgs:="x=500;y=100"- Hide quoted text -
- Show quoted text -
- References:
- Open Popup at Mouse DblClick Coordinates
- From: Dave
- Re: Open Popup at Mouse DblClick Coordinates
- From: stebain
- Re: Open Popup at Mouse DblClick Coordinates
- From: Dave
- Re: Open Popup at Mouse DblClick Coordinates
- From: Salad
- Re: Open Popup at Mouse DblClick Coordinates
- From: Dave
- Open Popup at Mouse DblClick Coordinates
- Prev by Date: Problem with totals on subforms
- Next by Date: Re: a dynamic query needing a sum function
- Previous by thread: Re: Open Popup at Mouse DblClick Coordinates
- Next by thread: Re: Open Popup at Mouse DblClick Coordinates
- Index(es):