Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where is the Click
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00875021
Message ID:
00875030
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
You can try creating a custom class, say myShape, in a Class Library
CREATE CLASS myShape OF myShape.vcx as Shape
and add some code to it's Click event.
Thisform.Click( this.name )
Then, in the routine that creates the blocks, change the CreateObject()
thisform.NewObject("myShape","myShape.vcx")
Then, in the Form's Click event, add the parameter of "cShapeName" to catch the Shape's name we are passing it from the shape's Click event.
LPARAMETER cShapeName
Hope this helps.
Greg Reichert
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform