Re: Open Popup at Mouse DblClick Coordinates
- From: Dave <KillnComputers@xxxxxxxxxxx>
- Date: Wed, 29 Aug 2007 11:59:13 -0700
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.
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 -
.
- Follow-Ups:
- Re: Open Popup at Mouse DblClick Coordinates
- From: Salad
- Re: Open Popup at Mouse DblClick Coordinates
- 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
- Open Popup at Mouse DblClick Coordinates
- Prev by Date: Re: a dynamic query needing a sum function
- Next by Date: Re: Open Popup at Mouse DblClick Coordinates
- Previous by thread: Re: Open Popup at Mouse DblClick Coordinates
- Next by thread: Re: Open Popup at Mouse DblClick Coordinates
- Index(es):