Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo in Grid
Message
 
 
To
18/09/2002 02:38:17
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00699467
Message ID:
00701743
Views:
27
>Hi Nadya,
>
>After receiving your tips and ran it several times, it works great. Now, I put some codes in the click event for the buttons, and ran the form again the codes in the click event doesn't seem to fire. Do you why?

Could it be, that grid reconstructs itself? Do you change grid's recordsource in code? What else is special about it?

BTW, the code in buttons should look like this:

this.parent.parent.click(this)

In Grid Click you can code:
lparameter toObject
=messagebox("Clicked by "+m.toObject.parent.name) && For test
** rest of your code
E.g. it always better to code event in the grid directly rather than in buttons...
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform