Re: Open Popup at Mouse DblClick Coordinates



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 -



.