Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MouseMove() interfering with InteractiveChange()
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
MouseMove() interfering with InteractiveChange()
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01374099
Message ID:
01374099
Views:
74
I have a couple ListBoxes that need drag/drop capability between them. I also need to be able to capture the value of the ListBox from which the drag is initiated prior to the Drag() event.

In the MouseMove() event, I put the following code

IF THIS.ListCount > 0 AND nButton = 1 && Left Mouse
THIS.Drag()
ENDIF

With this code in place, the firing of the InteractiveChange() event is sporadic depending on how steady the mouse is when I click. If it detects a MouseMove(), InteractiveChange() does not fire.

Any idea how I can get around this ?

Thanks,
Carl
Carl Chambers
Cardol Data Systems
Next
Reply
Map
View

Click here to load this message in the networking platform