Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MouseDown()
Message
 
 
To
14/02/2003 00:00:10
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00752948
Message ID:
00753095
Views:
21
Mathew,
The MouseDown received the mouse pointer coordinates within the form. You've to ajust them for a page.
This.shape1.Top = nYCoord - OBJTOCLIENT(This, 1)
This.shape1.Left = nXCoord - OBJTOCLIENT(This, 2)
>Hi Sergey,
>
>I am currently using VFP7 with SP1 installed. The MouseDown() works fine in the form, but try the following. Create a form with a pageframe (just 1 page) and add your code to the MouseDown() of page1 and let me know if the same problem happen to you. Thanks
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform