Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding Method code to object programmatically
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Adding Method code to object programmatically
Miscellaneous
Thread ID:
00185271
Message ID:
00185271
Views:
50
Hi,

In the init of a grid I have the following code:
this.column1.AddObject("chk1","checkbox")
this.column1.currentcontrol = "chk1"
this.column1.sparse = .f.
this.column1.chk1.visible = .t.
this.column1.chk1.caption = ""
I now want to add code to the InteractiveChange method of this checkbox. How do I go about doing this?

Thanks,
Paul
Next
Reply
Map
View

Click here to load this message in the networking platform