Control x,y co ordinates

bjackson

Registered User.
Local time
Today, 14:56
Joined
Jan 3, 2003
Messages
404
Is it possible to retrieve the x an y co ordinates of a text box in relation to the client screen.

I am trying to align a pop up form so that it doesnt obscure data.
i have a main form with 8 subforms.The text box that i want to align with is in each subform,and i use a mouse move event on the text box to open the popup form.
I would like to use variables for the arguments in the docmd.movesize as the text box position moves if the user scrolls up or down the form.

Regards
Bjackson
i am using A2K
 
It is possible-problem solved
i just needed to convert sizes to pixels
Regards
Bjackson
 

Users who are viewing this thread

Back
Top Bottom