Question for Doug Steele about drag n drop

G

Guest

Hi Doug,
I would like to use your code to perform drag n drop from one control on a
subform to the same control on another record in the same subform. For
development/debugging purpose only I have set up a second contol on the same
subform so I can have a better picture of what's going on. What is happening
is that the mouseup/mousedown is working properly for the drag control.
Mousemove recognises the proper drop control but not the proper record under
the mousecursor where the drop occurs. Can you tell me how to refer to the
proper record as well as setfocus to the drop control on the new recordl? I
have looked at Stephen Lebans ContinuousFormsCurrentRow which seems to
recognize where the mousecursor is (even though it does not have the focus) ,
but I keep getting errors when I try to define the control class and use it
in the form load for my continuous form. I'm not really sure how his works
but it looks like it might be what I need.
Thank you, hope you can help.
Elaine
 
D

Douglas J. Steele

Sorry, it's been a long time since I developed that code (the original
incarnation was in Access 2.0!), and I'm afraid I don't have time to revisit
it at the moment.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top